mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 10:03:05 +00:00
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",
|
||||
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