mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove pointless comment
This commit is contained in:
parent
f16d1a707e
commit
cfa8fd825d
|
@ -103,7 +103,6 @@ class VolatilityFilter(IPairList):
|
|||
(p, '1d', self._def_candletype) for p in pairlist if p not in self._pair_cache]
|
||||
|
||||
since_ms = dt_ts(dt_floor_day(dt_now()) - timedelta(days=self._days))
|
||||
# Get all candles
|
||||
candles = self._exchange.refresh_ohlcv_with_cache(needed_pairs, since_ms=since_ms)
|
||||
|
||||
if self._enabled:
|
||||
|
|
Loading…
Reference in New Issue
Block a user