diff --git a/pkg/strategy/grid2/strategy.go b/pkg/strategy/grid2/strategy.go index 5aa4e0cb3..75021f28a 100644 --- a/pkg/strategy/grid2/strategy.go +++ b/pkg/strategy/grid2/strategy.go @@ -816,6 +816,7 @@ func (s *Strategy) openGrid(ctx context.Context, session *bbgo.ExchangeSession) return err } + s.logger.Infof("grid orders submitted:") for _, order := range createdOrders { s.logger.Info(order.String()) }