diff --git a/pkg/strategy/grid2/strategy.go b/pkg/strategy/grid2/strategy.go index b1f7e9d7f..cb60ca6cb 100644 --- a/pkg/strategy/grid2/strategy.go +++ b/pkg/strategy/grid2/strategy.go @@ -766,7 +766,7 @@ func (s *Strategy) calculateBaseQuoteInvestmentQuantity(quoteInvestment, baseInv // then reduce the numberOfSellOrders numberOfSellOrders := s.BaseGridNum - // if it's not configured + // if it's not configured, calculate the number of sell orders if numberOfSellOrders == 0 { for i := len(pins) - 1; i >= 0; i-- { pin := pins[i]