Make CLI option and docs clearer that we're handling signals not trades

This commit is contained in:
froggleston
2022-12-08 18:47:09 +00:00
parent 854f056eaf
commit f5359985e8
7 changed files with 34 additions and 34 deletions

View File

@@ -659,8 +659,8 @@ AVAILABLE_CLI_OPTIONS = {
default=[],
),
"analysis_rejected": Arg(
'--rejected',
help='Analyse rejected trades',
'--rejected-signals',
help='Analyse rejected signals',
action='store_true',
),
"analysis_to_csv": Arg(