This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-21 01:50:01 +08:00
parent 0065c306fd
commit d1077554e7

2
rsi.go
View File

@ -25,7 +25,7 @@ type Rsi struct {
Period string `json:"period"` Period string `json:"period"`
Timestamp time.Time `json:"timeStamp"` Timestamp time.Time `json:"timeStamp"`
Ts int64 `json:"ts"` Ts int64 `json:"ts"`
Count int64 `json:"count"` Count int `json:"count"`
LastUpdate time.Time `json:"lastUpdate"` LastUpdate time.Time `json:"lastUpdate"`
RsiVol float64 `json:"rsiVol"` RsiVol float64 `json:"rsiVol"`
Confirm bool `json:"confirm"` Confirm bool `json:"confirm"`