xalign: add more log

This commit is contained in:
c9s 2023-06-13 13:40:39 +08:00
parent 5a30bedc77
commit dadf22e48f
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -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: