You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An order that started out as a market order, came to rest in the order book and has not been filled since then is classified as 'market' instead of 'market-limit'
The text was updated successfully, but these errors were encountered:
Actually, I plan to submit a pull request to fix this one and the other issues I opened, so I will be more than happy if you consider it possible to assign all of them to me :-).
Essentially, I have 'depth' and 'trades' from Bitfinex then I reconstruct the order flow from them and pass the flow to processData() to get 'depth' and 'trades' back. Thus theoretically I know the correct output of processData() in advance and it helps to catch bugs. But practically the bugs are both in my code and in obAnalytics. It is difficult to fix them separately so I have to capture them first as issues.
An order that started out as a market order, came to rest in the order book and has not been filled since then is classified as 'market' instead of 'market-limit'
The text was updated successfully, but these errors were encountered: