mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
batch query kline for regression tests
This commit is contained in:
parent
cf59ffc32f
commit
f92108bd23
|
@ -126,7 +126,7 @@ func (e *Exchange) QueryKLines(ctx context.Context, symbol, interval string, opt
|
|||
limit = options.Limit
|
||||
}
|
||||
|
||||
logrus.Infof("[binance] querying kline %s %s limit %d", symbol, interval, limit)
|
||||
logrus.Infof("[binance] querying kline %s %s %v", symbol, interval, options)
|
||||
|
||||
req := e.Client.NewKlinesService().Symbol(symbol).
|
||||
Interval(interval).
|
||||
|
|
Loading…
Reference in New Issue
Block a user