mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-26 00:35:15 +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"`
|
Open string `json:"o"`
|
||||||
Close string `json:"c"`
|
Close string `json:"c"`
|
||||||
High string `json:"h"`
|
High string `json:"h"`
|
||||||
|
|
||||||
Low string `json:"l"`
|
Low string `json:"l"`
|
||||||
Volume string `json:"V"` // taker buy base asset volume (like 10 BTC)
|
Volume string `json:"V"` // taker buy base asset volume (like 10 BTC)
|
||||||
QuoteVolume string `json:"Q"` // taker buy quote asset volume (like 1000USDT)
|
QuoteVolume string `json:"Q"` // taker buy quote asset volume (like 1000USDT)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user