mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
AgeFilter does not require tickers
This commit is contained in:
parent
d7daa86434
commit
8d3f096a97
|
@ -42,7 +42,7 @@ class AgeFilter(IPairList):
|
|||
If no Pairlist requires tickers, an empty Dict is passed
|
||||
as tickers argument to filter_pairlist
|
||||
"""
|
||||
return True
|
||||
return False
|
||||
|
||||
def short_desc(self) -> str:
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user