add rsi
This commit is contained in:
parent
0065c306fd
commit
d1077554e7
2
rsi.go
2
rsi.go
@ -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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user