From cde463e294254da751b7bf4d92c5100e996d3fa5 Mon Sep 17 00:00:00 2001 From: c9s Date: Mon, 14 Nov 2022 16:29:25 +0800 Subject: [PATCH] grid2: remove notionalModifier --- pkg/strategy/grid2/strategy.go | 2 -- 1 file changed, 2 deletions(-) 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)