Skip to content
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

[FEATURE REQUEST]: Visual market depth in orderbook table #390

Closed
tonymorony opened this issue Jul 28, 2020 · 3 comments
Closed

[FEATURE REQUEST]: Visual market depth in orderbook table #390

tonymorony opened this issue Jul 28, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@tonymorony
Copy link

way of implementation might be similar to binance: summarize depth of orders and then draw horizontal bars based on orders depths relation

image

@tonymorony tonymorony added the enhancement New feature or request label Jul 28, 2020
@tonymorony
Copy link
Author

this one I think we should combine with adding a possibility to see orders/orderbook even if user has 0 balance - that was most wanted feature for mobile GUI :)

(after order select just show text message on bottom like a "insufficient balance for ordermatching")

@naezith
Copy link
Collaborator

naezith commented Jul 28, 2020

Can you clearly explain how exactly each line is calculated?

@tonymorony
Copy link
Author

tonymorony commented Jul 28, 2020

Can you clearly explain how exactly each line is calculated?

summarize depth of visible orders, then precentage_of_line_filling = (dept_of_particular_visible_order / total_depth), then line_length = widget_max_width * precentage_of_line_filling

@ca333 ca333 mentioned this issue Aug 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants