-
Notifications
You must be signed in to change notification settings - Fork 569
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
Order Book Improvements #1062
Comments
Nice look, although big depth chart is a need. |
We can still keep the toggle for the Market Depth. I won't use it, but no reason to get rid of the option. |
I don't think it's a good idea to remove the
|
I agree with @abitmore re: cumulative quantity column on the order book. It will be very inconvenient if you remove it. |
Your screenshot shows three columns: (1) price (which for clarity should really be labeled bid/ask), (2) quantity of the asset being traded (in this case the quantity of BTS), and (3) price x quantity (i.e. total value of the bid or ask in terms of the base asset, in this case USD). Also, you're looking at the vertical order book, which is ok for just watching a market...but not great for placing trades. The horizontal order book, on the other hand, has a 4th column displaying the cumulative running total of the value all bids (or asks) up to and including that row. That is very, VERY useful.
screen shot 2018-01-28 at 1 34 29 pm |
This issue isn't proposing to make changes to the horizontal order book. Let's not confuse things. My points remain the same:
|
I mean the screenshot in OP shows only 2 columns. I like 3. |
I'm not sure it makes sense to show 3. Looking across many different trading platforms, this is not accepted practice and I think it adds to confusion when new users hit our platform. |
Top crypto exchanges:
|
Point taken. Thanks.
|
@calvinfroedge what's the progress so far? If you haven't started working on it, can you release it so I can ask @ety001 to work on it after finished #1106? |
This needs to be worked on with @ahdigital as well. He is doing a full UX on the Exchange. #1449 |
@wmbutler I feel that @ahdigital is overloaded, in the meanwhile we have quite some developers that can code now. Please prioritize things. |
Seems it has been implemented here: https://www.hellobts.com/market/BTS_CNY |
@startailcoon , Do we only need to show the depth chart representation on the order book sections in vertical mode? Or the scope of the issue is more then that? |
@MikhailKavalenka for me it would make sense to have this in the orderbook, regardless of position of it. So I would say it should be both cases. |
The order book is a little busy. It's not really wide enough to warrant striped rows. Let's remove those. Also, if we can give a reference to the depth chart here with significant markers, it may remove the need for the depth chart toggle. This allows the user to have more information without toggling. This is a rough start and intended to spark discussion. I also noticed that most charting systems only show the size of the order for one side of the market.
I.e., if we are on BTS/USD, everything is priced in USD.
Notes
The text was updated successfully, but these errors were encountered: