add missing arg
This commit is contained in:
@@ -705,4 +705,9 @@ AVAILABLE_CLI_OPTIONS = {
|
|||||||
help="Use this csv-filename to store lookahead-analysis-results",
|
help="Use this csv-filename to store lookahead-analysis-results",
|
||||||
type=str
|
type=str
|
||||||
),
|
),
|
||||||
|
"startup_candle": Arg(
|
||||||
|
'--startup-candle',
|
||||||
|
help='Specify startup candles to be checked (`199`, `499`, `999`, `1999`).',
|
||||||
|
nargs='+',
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user