mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix error issue
This commit is contained in:
parent
1475bbe591
commit
045a104ef7
|
@ -355,9 +355,6 @@ func (trader *Trader) RunStrategy(ctx context.Context, strategy MarketStrategy)
|
|||
}
|
||||
|
||||
stream := trader.Exchange.NewStream()
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
// bind kline store to the stream
|
||||
klineStore := NewMarketDataStore()
|
||||
|
|
Loading…
Reference in New Issue
Block a user