bbgo: remove volatility from the standard indicator set

This commit is contained in:
c9s 2022-07-21 01:31:42 +08:00
parent a821641dcf
commit 02c978b812
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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