use default needstickers

This commit is contained in:
Stefano
2026-03-12 08:41:46 +09:00
parent a51ba0a2b4
commit c05fe50b47
@@ -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