mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
grid2: add todo mark
This commit is contained in:
parent
f92ba9cbf1
commit
441e5d867b
|
@ -1048,7 +1048,7 @@ func (s *Strategy) recoverGrid(ctx context.Context, session *bbgo.ExchangeSessio
|
|||
if existingOrder == nil {
|
||||
orderBook.Add(closedOrder)
|
||||
} else {
|
||||
// Compare update time and create time
|
||||
// TODO: Compare update time and create time
|
||||
orderBook.Update(closedOrder)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user