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
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
I hope it's clear, thanks again for your amazing work