add math.Abs

This commit is contained in:
c9s 2020-08-07 21:19:31 +08:00
parent a9a9c2744e
commit cd7411d530

View File

@ -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)