diff --git a/pkg/strategy/bollgrid/strategy.go b/pkg/strategy/bollgrid/strategy.go index 9bd8f4ce0..7225ac682 100644 --- a/pkg/strategy/bollgrid/strategy.go +++ b/pkg/strategy/bollgrid/strategy.go @@ -77,7 +77,7 @@ type Strategy struct { // boll is the BOLLINGER indicator we used for predicting the price. boll *indicator.BOLL - CancelProfitOrdersOnShutdown bool `json: "shutdownCancelProfitOrders"` + CancelProfitOrdersOnShutdown bool `json:"shutdownCancelProfitOrders"` } func (s *Strategy) ID() string {