freqtrade / frequi

Freqtrade UI - Frontend for Freqtrade
https://github.com/freqtrade/freqtrade
GNU General Public License v3.0
593 stars 266 forks source link

Question - Multi Bot UI // different stake currencies #581

Open Prossi79 opened 2 years ago

Prossi79 commented 2 years ago

Just set up the MultiBot function successfully, but running into one issue - the cum profit graph seems not to work combining different bots working with different stake currencies, e.g. Bot1 BUSD as stake currency and Bot 2 BTC.

In the telegram report FT calculates automatically the profit in fiat (e.g. USD) - would the same be possible in the FT UI? In a future release, respectively available in dev branch?

PS: I am on the stable branch

xmatthias commented 2 years ago

that's currently not possible - and also not really planned for the near future

I'd suggest to use one UI instance per stake-currency - as this is most likely not the only issue you'll encounter.

Prossi79 commented 2 years ago

Hello Matthias, thanks for the quick reply. Okay, sad that this feature is not on-board yet ... in my simple "non-coder" mind I was assuming that if this feature (display of profits, trade value etc. in fiat, independently of the stake currency) is already in place in the telegram UI, it is not a big deal to transfer it to the "desktop UI" ...

But never mind ... thus I need to continue with my Excel sheets to add the bots running on various stake currencies :)