Make CLI option and docs clearer that we're handling signals not trades
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user