-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Tribeca "forgets" to cancel order when pdiv + tbp is not respected #59
Comments
thanks for the notice'¡ I will try to carefully look at APR functionality too |
with Coinbase i have apr=off, and im getting like 10 zombie orders every day in the exchange that doesnt exists in the app too :( you also see zombie orders in Coinbase? (for me OkCoin seems to work as expected) |
Well, I run a small script to cancel all orders on Coinbase every 5 minutes, so I have to be very lucky to see that. But I have seen the issue on OkCoin yes. What usually happens is that: Then a sell order stays there for a couple of minutes until it is eaten by the market (or maybe canceled by tribeca) but I'm not sure. |
Found the perfect example from ETH/BTC (forgot to make the script work for them). It's good because when I cancel them on the bot they don't reappear and when I cancel them from the exchange they don't reappear as well. It just looks like tribeca "forgets" to cancel them haha. |
I dropped the cancel orders script for testing, I can confirm you that I see it in all the markets I'm trading in! So to sum up it's a bug: |
oh ok, i was talking then about another issue xD thanks for your explanation/screenshot, i will try to look at this, but i didnt experiencied this since long time ago :S maybe i should |
Well, on the other hand, I haven't seen any ghost order in a long time 😝 I added a screenshot of BTC/USD as well on Coinbase, but I've seen it as well on OK |
im not able to reproduce this anymore (had apr=on for several days), let me close this unless you disagree |
I realized that when apr gets activated, tribeca will not cancel the already open orders on the other side. Or not directly.
I come back to you when I have more details!
And thanks for the improvements,
A big well done !
The text was updated successfully, but these errors were encountered: