From 54ddc1a4c22062def40e9cad2a3a9e13bf96ece1 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 20 Aug 2022 11:24:20 +0200 Subject: [PATCH] Add --tradingmode alias --- freqtrade/commands/cli_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/commands/cli_options.py b/freqtrade/commands/cli_options.py index 706f28f02..a458c1591 100644 --- a/freqtrade/commands/cli_options.py +++ b/freqtrade/commands/cli_options.py @@ -367,7 +367,7 @@ AVAILABLE_CLI_OPTIONS = { metavar='BASE_CURRENCY', ), "trading_mode": Arg( - '--trading-mode', + '--trading-mode', '--tradingmode', help='Select Trading mode', choices=constants.TRADING_MODES, ),