mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 14:55:16 +00:00
xalign: add more log
This commit is contained in:
parent
5a30bedc77
commit
dadf22e48f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user