mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +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
|
||||
boll map[types.IntervalWindowBandWidth]*indicator.BOLL
|
||||
stoch map[types.IntervalWindow]*indicator.STOCH
|
||||
volatility map[types.IntervalWindow]*indicator.Volatility
|
||||
|
||||
stream types.Stream
|
||||
store *MarketDataStore
|
||||
|
|
Loading…
Reference in New Issue
Block a user