freqtrade / frequi

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

Pairlist-config in Webserver mode does not work (likely since ccxt moved the columns around) #2071

Closed hippocritical closed 2 weeks ago

hippocritical commented 2 weeks ago

FreqUI Version

Describe the bug Frequi webserver points likely to the wrong column since ccxt moved from name to classname to point to lowercase exchange names

To Reproduce Steps to reproduce the behavior:

  1. Go to pairlist generator
  2. select volumepairlist and for example binance (which will show up as capital B Binance)
  3. See error

Expected behavior change back to lowercase versions (binance instead of Binance)

Screenshots grafik ( grafik

ps: thanks to Nin on the freqtrade discord for reporting this bug!

xmatthias commented 2 weeks ago

Nice spot - i wouldn't blame ccxt for it though - it's the changes i made for list-exchanges (to have it look nice) which broke this, as the meaning of exchange.name changed.