How to include more than one exchange for informative pairs
Author: mishakerCreated Mar 28, 2019Updated Aug 15, 2025
LabelsEnhancement
It would be useful to include more than one exchange to the bot. then fetching data from multiple sources via DataProvider. Does it make sense to have a list of exchange instead of only one? So in freqtradebot we would have something like:
for exchange_name in self.config.get('exchanges'):
self.exchange[] += ExchangeResolver(exchange_name)
Source: freqtrade/freqtrade