Add missing setting in arguments.py

This commit is contained in:
Matthias 2022-04-05 20:27:32 +02:00
parent 2fe5a1594f
commit 82e9f62381
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from freqtrade.constants import DEFAULT_CONFIG
ARGS_COMMON = ["verbosity", "logfile", "version", "config", "datadir", "user_data_dir"]
ARGS_STRATEGY = ["strategy", "strategy_path"]
ARGS_STRATEGY = ["strategy", "strategy_path", "recursive_strategy_search"]
ARGS_TRADE = ["db_url", "sd_notify", "dry_run", "dry_run_wallet", "fee"]