mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-13 02:23:51 +00:00
bbgo: remove volatility from the standard indicator set
This commit is contained in:
parent
a821641dcf
commit
02c978b812
|
@ -30,7 +30,6 @@ type StandardIndicatorSet struct {
|
||||||
ewma map[types.IntervalWindow]*indicator.EWMA
|
ewma map[types.IntervalWindow]*indicator.EWMA
|
||||||
boll map[types.IntervalWindowBandWidth]*indicator.BOLL
|
boll map[types.IntervalWindowBandWidth]*indicator.BOLL
|
||||||
stoch map[types.IntervalWindow]*indicator.STOCH
|
stoch map[types.IntervalWindow]*indicator.STOCH
|
||||||
volatility map[types.IntervalWindow]*indicator.Volatility
|
|
||||||
|
|
||||||
stream types.Stream
|
stream types.Stream
|
||||||
store *MarketDataStore
|
store *MarketDataStore
|
||||||
|
|
Loading…
Reference in New Issue
Block a user