feat: add "--notes" to backtest command

closes #11847
This commit is contained in:
Matthias
2025-06-08 12:42:26 +02:00
parent b874ceaf2f
commit e0f147e076
5 changed files with 15 additions and 1 deletions

View File

@@ -204,6 +204,11 @@ AVAILABLE_CLI_OPTIONS = {
help="Export backtest results (default: trades).",
choices=constants.EXPORT_OPTIONS,
),
"backtest_notes": Arg(
"--notes",
help="Add notes to the backtest results.",
metavar="TEXT",
),
"exportfilename": Arg(
"--export-filename",
"--backtest-filename",