#4477·freqtrade

possibility to add custom pairlist filters and protections without changing the freqtrade sourcecode

Author: MrKrauteeCreated Mar 3, 2021Updated Jul 18, 2025
LabelsEnhancementPairlist

Its not really practical to add custom pairlist filters to freqtrade sources (ie: freqtrade/constants.py).

There should be the possibility to add custom pairlist filters and protections without changing the freqtrade source.

I suggest to add a new folder user_data/plugins for custom plugins.