Skip to content

New request: Multi-tabs features #37

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

Open
poltronSuperstar opened this issue Jun 30, 2022 · 0 comments
Open

New request: Multi-tabs features #37

poltronSuperstar opened this issue Jun 30, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@poltronSuperstar
Copy link

poltronSuperstar commented Jun 30, 2022

First thing that needs to be said, your trading terminal is amazing.
I was frustrated that nothing quite matched my needs in terms of web based trading terminal that I spent the last months coding my own. I think I can safely say I don't need to continue with that project thanks to you.

That said I have three suggestions and a question,
To start with the question: Why don't you communicate with Binance API client side ?
Admittedly, it's not a big deal, and only matters for a minority of traders; namely: ultra short term scalpers. If you consider implementing that, I have a Typescript lib I could share with you (it is my intention to make it public eventually, but I want to cover it with tests before doing so).

Now, for the features that lack in opinion: all three relate to multi-tabs/windows

  • Symbols in url, as a GET param. it allows a lot of things like refreshing, restoring a browser session,...
  • Real time position and orders sync across all instances: your soft is amazing so I don't think you need my technical advice, but here's anyway how I did exactly that: building the states thanks to a redux/event sourcing type pattern. each event has a unique ID and is transmitted via the BroadcastChannel API (again, I'm only working client side so I'm not sure it can be applied to your app in the exact same way)
  • Possibility to open new tabs/windows with ctrl+click on the symbols on the right of the chart.

I hope it's clear,
thanks again for your amazing work

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