mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-25 16:30:26 +00:00
Changed to use refresh_latest_ohlcv
This commit is contained in:
@@ -485,7 +485,7 @@ def _download_all_pairs_history_parallel(
|
||||
needed_pairs: ListPairsWithTimeframes = [
|
||||
(p, timeframe, CandleType.get_default(trading_mode)) for p in [p for p in pairs]
|
||||
]
|
||||
candles = exchange.refresh_ohlcv_with_cache(needed_pairs, since)
|
||||
candles = exchange.refresh_latest_ohlcv(needed_pairs, since_ms=since, cache=False)
|
||||
|
||||
return candles
|
||||
|
||||
|
||||
Reference in New Issue
Block a user