From 9f1d9add1843dd94b1ae6b8f5a081c9092616bba Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 17 Aug 2025 08:45:04 +0200 Subject: [PATCH] chore: improve docstring --- freqtrade/data/btanalysis/bt_fileutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/data/btanalysis/bt_fileutils.py b/freqtrade/data/btanalysis/bt_fileutils.py index 88b690f6c..766e0a47b 100644 --- a/freqtrade/data/btanalysis/bt_fileutils.py +++ b/freqtrade/data/btanalysis/bt_fileutils.py @@ -386,7 +386,7 @@ def _load_backtest_data_df_compatibility(df: pd.DataFrame) -> pd.DataFrame: def load_backtest_data(filename: Path | str, strategy: str | None = None) -> pd.DataFrame: """ - Load backtest data file. + Load backtest data file, returns a dataframe with the individual trades. :param filename: pathlib.Path object, or string pointing to a file or directory :param strategy: Strategy to load - mainly relevant for multi-strategy backtests Can also serve as protection to load the correct result.