-
Notifications
You must be signed in to change notification settings - Fork 649
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
Potential erratic order matching issue involving margin call orders #625
Comments
Possible duplicate of #338 |
abitmore
added a commit
that referenced
this issue
Feb 5, 2018
abitmore
added a commit
that referenced
this issue
Feb 6, 2018
abitmore
added a commit
that referenced
this issue
Apr 7, 2018
abitmore
added a commit
that referenced
this issue
Apr 7, 2018
abitmore
added a commit
that referenced
this issue
Apr 9, 2018
Done with #829. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dunno if this is discussed before but I couldn't found any old issues about this.
If there are margin call orders waiting to be executed, the buy order with price between call limit and margin call price will be executed on the margin call orders at the order price, instead of executing against lowest asks orders below the margin call order.
Possible cause:
This is completely guessed from what I could see, but I've been caught once and seems a new market bot is also being affected by placing orders on specified prices.
Ideally, the new buy orders should first match the existing orders on the order book,
then being considered for margin call orders.then execute against the margin call order with lowest price available (margin call price in wallet UI)The text was updated successfully, but these errors were encountered: