add missing arg

This commit is contained in:
Stefano Ariestasia
2023-09-04 11:20:49 +09:00
parent 607c604a45
commit feab5f82c1

View File

@@ -705,4 +705,9 @@ AVAILABLE_CLI_OPTIONS = {
help="Use this csv-filename to store lookahead-analysis-results",
type=str
),
"startup_candle": Arg(
'--startup-candle',
help='Specify startup candles to be checked (`199`, `499`, `999`, `1999`).',
nargs='+',
),
}