AgeFilter is always enabled
This commit is contained in:
parent
f6bde8bd9c
commit
5213abf510
@ -31,7 +31,6 @@ class AgeFilter(IPairList):
|
|||||||
raise OperationalException("AgeFilter requires min_days_listed be not exceeding "
|
raise OperationalException("AgeFilter requires min_days_listed be not exceeding "
|
||||||
"exchange max request size "
|
"exchange max request size "
|
||||||
f"({exchange.ohlcv_candle_limit})")
|
f"({exchange.ohlcv_candle_limit})")
|
||||||
self._enabled = self._min_days_listed >= 1
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def needstickers(self) -> bool:
|
def needstickers(self) -> bool:
|
||||||
|
Loading…
Reference in New Issue
Block a user