Merge pull request #12923 from stash86/main-stash

use default needstickers for rangestabilityfilter
This commit is contained in:
Matthias
2026-03-12 06:32:15 +01:00
committed by GitHub
@@ -47,15 +47,6 @@ class RangeStabilityFilter(IPairList):
"either None (undefined), 'asc' or 'desc'"
)
@property
def needstickers(self) -> bool:
"""
Boolean property defining if tickers are necessary.
If no Pairlist requires tickers, an empty List is passed
as tickers argument to filter_pairlist
"""
return False
def short_desc(self) -> str:
"""
Short whitelist method description - used for startup-messages