Merge pull request #12923 from stash86/main-stash
use default needstickers for rangestabilityfilter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user