diff --git a/docs/commands/backtesting.md b/docs/commands/backtesting.md index d00f29bf1..375d99112 100644 --- a/docs/commands/backtesting.md +++ b/docs/commands/backtesting.md @@ -64,10 +64,7 @@ options: --strategy-list STRATEGY_LIST [STRATEGY_LIST ...] Provide a space-separated list of strategies to backtest. Please note that timeframe needs to be set - either in config or via command line. When using this - together with `--export trades`, the strategy-name is - injected into the filename (so `backtest-data.json` - becomes `backtest-data-SampleStrategy.json` + either in config or via command line. --export {none,trades,signals} Export backtest results (default: trades). --backtest-filename, --export-filename PATH diff --git a/docs/commands/lookahead-analysis.md b/docs/commands/lookahead-analysis.md index 6ac516693..d06b9b7a6 100644 --- a/docs/commands/lookahead-analysis.md +++ b/docs/commands/lookahead-analysis.md @@ -62,10 +62,7 @@ options: --strategy-list STRATEGY_LIST [STRATEGY_LIST ...] Provide a space-separated list of strategies to backtest. Please note that timeframe needs to be set - either in config or via command line. When using this - together with `--export trades`, the strategy-name is - injected into the filename (so `backtest-data.json` - becomes `backtest-data-SampleStrategy.json` + either in config or via command line. --export {none,trades,signals} Export backtest results (default: trades). --backtest-filename, --export-filename PATH diff --git a/docs/commands/strategy-updater.md b/docs/commands/strategy-updater.md index 051b03277..e7f0f9e11 100644 --- a/docs/commands/strategy-updater.md +++ b/docs/commands/strategy-updater.md @@ -10,10 +10,7 @@ options: --strategy-list STRATEGY_LIST [STRATEGY_LIST ...] Provide a space-separated list of strategies to backtest. Please note that timeframe needs to be set - either in config or via command line. When using this - together with `--export trades`, the strategy-name is - injected into the filename (so `backtest-data.json` - becomes `backtest-data-SampleStrategy.json` + either in config or via command line. --strategy-path PATH Specify additional strategy lookup path. --recursive-strategy-search Recursively search for a strategy in the strategies diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index 47f4e4788..ca2b0f67a 100755 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -215,9 +215,7 @@ AVAILABLE_CLI_OPTIONS = { "--strategy-list", help="Provide a space-separated list of strategies to backtest. " "Please note that timeframe needs to be set either in config " - "or via command line. When using this together with `--export trades`, " - "the strategy-name is injected into the filename " - "(so `backtest-data.json` becomes `backtest-data-SampleStrategy.json`", + "or via command line. ", nargs="+", ), "backtest_notes": Arg(