mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix startPrice value conversion
This commit is contained in:
parent
173074f5e4
commit
ffb6a29d0d
|
@ -111,7 +111,7 @@ func (s *Strategy) generateGridSellOrders(session *bbgo.ExchangeSession) ([]type
|
|||
}
|
||||
|
||||
log.Infof("placing grid sell orders from %f ~ %f, grid spread %f",
|
||||
startPrice,
|
||||
startPrice.Float64(),
|
||||
s.UpperPrice.Float64(),
|
||||
gridSpread.Float64())
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user