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
5.01k stars 1.1k forks source link

Switch base currency or track multiple #630

Open dasbts opened 1 year ago

dasbts commented 1 year ago

Is your proposal related to a problem?

With the current volatile fiat situation, especially now that 722 US banks are in high unpaid debt, it is becoming increasingly unstable to have USDT trading as the base. I feel like it would be nice to switch, but it is a bit of a lengthy process manually for any open position, especially if the decision is made back and forth multiple times. Even better could be to track multiple bases at once to allow catching extra volatile profitable buy/sell events.

Describe the solution you'd like

A button to switch between, for example DOGE/USDT -> DOGE/BTC, or the possibility to track both pairs at once (if it's within current API weight limits)

Describe alternatives you've considered

A button to switch between, for example DOGE/USDT -> DOGE/BTC, or the possibility to track both pairs at once (if it's within current API weight limits)

This would likely require recalculating the last buy price, but the issue would be figuring out the grids, as well as adjusting the current PnL, and reloading the GUI ticker data.