diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index 586318e30..dcbd9714a 100755 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -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='+', + ), }