chrisleekr / binance-trading-bot

Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
MIT License
5k stars 1.09k forks source link

Symbols in frontend should be in fixed position #193

Closed ptantiku closed 3 years ago

ptantiku commented 3 years ago

When using the frontend, the symbols keep moving around. It's hard to read the number and react when the next second it's gone, and I have to find it again.

I looked through the code and found the logic that it keeps sorting the symbols by differences and differencesToCancel. I think there might be people find this useful. But for a slow guy like me, it would be better if the symbols are fixed, without sorting, or maybe sorting them by symbol name, so the numbers can be comprehended easier. Or perhaps, a switch in the settings?

Thanks.

pedrohusky commented 3 years ago

Hi, where is the logic, please?

ptantiku commented 3 years ago

Hi, where is the logic, please? Here: https://github.com/chrisleekr/binance-trading-bot/blob/master/public/js/App.js#L85-L102

chrisleekr commented 3 years ago

@ptantiku

I do have a plan to support disabling and improving the sorting. It just was not important than other feature development at the moment. And I do not have much time to code recently.

https://github.com/chrisleekr/binance-trading-bot#changes--todo