stable/freqtrade/plugins/pairlist
Matthias 5eb5029856 Performancefilter - improve sorting
Ordering of Pairs without history should remain identical, so pairs with
positive performance move to the front, and negative pairs move to the back.

closes #4893
2022-02-06 16:19:11 +01:00
..
AgeFilter.py Remove verbosity of edge 2021-09-15 21:04:25 +02:00
IPairList.py Reduce verbosity when incompatible pairs are detected 2021-08-15 15:14:57 +02:00
OffsetFilter.py Fix deprecation warnings from pandas 1.3.0 2021-07-09 20:46:38 +02:00
PerformanceFilter.py Performancefilter - improve sorting 2022-02-06 16:19:11 +01:00
PrecisionFilter.py Fix docstring typo 2021-05-17 19:37:22 +02:00
PriceFilter.py Improve some more pct formattings 2021-11-11 16:12:23 +01:00
ShuffleFilter.py Import from enums, not submodules 2021-12-09 06:18:21 +01:00
SpreadFilter.py Spreadfilter log % fix 2022-01-18 14:05:03 +05:30
StaticPairList.py Allow StaticPairlist in non-first position 2021-10-19 19:48:56 +02:00
VolatilityFilter.py Import TTLCache from cachetools 2021-12-27 19:30:17 +01:00
VolumePairList.py Selectively convert quote to base volume in volumepairlist 2022-01-06 19:07:43 +01:00
__init__.py Move pairlists to be a plugin submodule 2020-12-23 16:54:35 +01:00
pairlist_helpers.py case insensitive blacklist 2021-09-05 22:41:58 +09:00
rangestabilityfilter.py Import TTLCache from cachetools 2021-12-27 19:30:17 +01:00