-
Notifications
You must be signed in to change notification settings - Fork 570
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
In order book, round up sell price and round down buy price #591
Comments
A bit more things to discuss. Actually, it's more tricky to round the prices showing in the "place new order" area. Let's take a new buy order as an example:
One way I've thought of is to display a plus sign or something near the prices that got rounded up or down, so people may be noticed, when hovering over the price more digits (higher precision) can be shown in a tool tip. However this approach may be too complicated for some users (traders). Thoughts? |
I don't fully follow, but my gut feeling says that users will accept a situation as long as they got a better deal than they expected. This may not be part of the argument here, but as long as the con is one of perception and the user got a more favorable deal, I do not see a problem. |
I think this has largely been solved. |
For better UX, when showing order book, it's better to always round up price of sell orders, and round down price of buy orders. Just like what we've done for #562. When this is done, people will no longer find a pending buy order and a pending sell order showing in the order book have same price at same time.
The text was updated successfully, but these errors were encountered: