diff --git a/pkg/strategy/grid2/strategy.go b/pkg/strategy/grid2/strategy.go index c237bc4c0..2faaaa9a1 100644 --- a/pkg/strategy/grid2/strategy.go +++ b/pkg/strategy/grid2/strategy.go @@ -18,8 +18,6 @@ const ID = "grid2" var log = logrus.WithField("strategy", ID) -var notionalModifier = fixedpoint.NewFromFloat(1.0001) - func init() { // Register the pointer of the strategy struct, // so that bbgo knows what struct to be used to unmarshal the configs (YAML or JSON)