From cd7411d530be40f4fb9638029a022864a8ad6b65 Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 7 Aug 2020 21:19:31 +0800 Subject: [PATCH] add math.Abs --- bbgo/types/kline.go | 1 + 1 file changed, 1 insertion(+) diff --git a/bbgo/types/kline.go b/bbgo/types/kline.go index 8316baa02..0d133f5e7 100644 --- a/bbgo/types/kline.go +++ b/bbgo/types/kline.go @@ -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)