mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
fix BOLL map allocation
This commit is contained in:
parent
01699f7268
commit
dc547aa818
|
@ -21,6 +21,7 @@ func NewStandardIndicatorSet(symbol string, store *MarketDataStore) *StandardInd
|
|||
Symbol: symbol,
|
||||
SMA: make(map[types.IntervalWindow]*indicator.SMA),
|
||||
EWMA: make(map[types.IntervalWindow]*indicator.EWMA),
|
||||
BOLL: make(map[types.IntervalWindow]*indicator.BOLL),
|
||||
store: store,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user