xdepthmaker: clean up todo

This commit is contained in:
c9s 2024-09-25 16:23:33 +08:00
parent 67fd15c88f
commit 42cd3cba1e
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -173,8 +173,6 @@ func (s *CrossExchangeMarketMakingStrategy) Initialize(
// buy trade -> positive delta ->
// 1) short position -> reduce short position
// 2) short position -> increase short position
// TODO: make this atomic
s.CoveredPosition.Add(c)
})
return nil