mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
grid2: init filledOrderIDMap for tests
This commit is contained in:
parent
c6609927f2
commit
3eae532e13
|
@ -408,6 +408,8 @@ func newTestStrategy() *Strategy {
|
|||
GridNum: 11,
|
||||
historicalTrades: bbgo.NewTradeStore(),
|
||||
|
||||
filledOrderIDMap: types.NewSyncOrderMap(),
|
||||
|
||||
// QuoteInvestment: number(9000.0),
|
||||
}
|
||||
return s
|
||||
|
|
Loading…
Reference in New Issue
Block a user