From 9f4e167455b533202f10874c19929b442963fadc Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 8 Dec 2025 09:27:48 +0100 Subject: [PATCH] chore: force keyword usage on refresh_backtest_ohlcv --- freqtrade/data/history/history_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/freqtrade/data/history/history_utils.py b/freqtrade/data/history/history_utils.py index 1467497d6..3e076351b 100644 --- a/freqtrade/data/history/history_utils.py +++ b/freqtrade/data/history/history_utils.py @@ -353,6 +353,7 @@ def _download_pair_history( def refresh_backtest_ohlcv_data( exchange: Exchange, + *, pairs: list[str], timeframes: list[str], datadir: Path,