modified help-string for the cli-option lookahead_analysis_exportfilename

moved doc from utils.md to lookahead-analysis.md and modified it (unfinished)
added a check to automatically edit the config['backtest_cache'] to be 'none'
This commit is contained in:
hippocritical
2023-05-27 22:31:47 +02:00
parent 0ed84fbcc1
commit 9bb25be880
4 changed files with 91 additions and 34 deletions

View File

@@ -704,7 +704,7 @@ AVAILABLE_CLI_OPTIONS = {
),
"lookahead_analysis_exportfilename": Arg(
'--lookahead-analysis-exportfilename',
help="Use this filename to store lookahead-analysis-results",
help="Use this csv-filename to store lookahead-analysis-results",
type=str
),
}