Plotting: add alias --backtest-filename for --export-filename

makes it easier to discover how to use this argument
This commit is contained in:
Joe Schr
2022-02-01 19:31:38 +01:00
parent a733a74dd9
commit a3e045f69d
5 changed files with 28 additions and 9 deletions

View File

@@ -318,8 +318,8 @@ optional arguments:
Specify what timerange of data to use.
--export EXPORT Export backtest results, argument are: trades.
Example: `--export=trades`
--export-filename PATH
Save backtest results to the file with this filename.
--export-filename PATH, --backtest-filename PATH
Use backtest results from this filename.
Requires `--export` to be set as well. Example:
`--export-filename=user_data/backtest_results/backtest
_today.json`