pivotshort: remove unused trendEMA floats

This commit is contained in:
c9s 2022-09-14 18:20:56 +08:00
parent ebf4abf54d
commit 82b4594984
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -56,8 +56,6 @@ type BreakLow struct {
pivotLow, fastPivotLow *indicator.PivotLow
pivotLowPrices []fixedpoint.Value
trendEWMALast, trendEWMACurrent float64
orderExecutor *bbgo.GeneralOrderExecutor
session *bbgo.ExchangeSession