if (this.InData['MIN'].value[checked.index][fields.high] < nowdata[fields.close]) {
          this.InData['MIN'].value[checked.index][fields.high] = nowdata[fields.close]
        }