This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-21 01:46:11 +08:00
parent 53065c526e
commit 0065c306fd

1
rsi.go
View File

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