mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
add math.Abs
This commit is contained in:
parent
a9a9c2744e
commit
cd7411d530
|
@ -45,6 +45,7 @@ type KLine struct {
|
|||
Open string `json:"o"`
|
||||
Close string `json:"c"`
|
||||
High string `json:"h"`
|
||||
|
||||
Low string `json:"l"`
|
||||
Volume string `json:"V"` // taker buy base asset volume (like 10 BTC)
|
||||
QuoteVolume string `json:"Q"` // taker buy quote asset volume (like 1000USDT)
|
||||
|
|
Loading…
Reference in New Issue
Block a user