diff --git a/pkg/strategy/xalign/strategy.go b/pkg/strategy/xalign/strategy.go index 89fbc6035..0bb0143bc 100644 --- a/pkg/strategy/xalign/strategy.go +++ b/pkg/strategy/xalign/strategy.go @@ -122,6 +122,8 @@ func (s *Strategy) selectSessionForCurrency(ctx context.Context, sessions map[st // changeQuantity < 0 = sell q := changeQuantity.Abs() + log.Infof("%s changeQuantity: %f ticker: %+v market: %+v", symbol, changeQuantity.Float64(), ticker, market) + switch side { case types.SideTypeBuy: