Cleanup some code and add option

This commit is contained in:
Matthias
2019-12-24 15:28:35 +01:00
parent 5a11ca86bb
commit 2ab989e274
3 changed files with 42 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ ARGS_HYPEROPT = ARGS_COMMON_OPTIMIZE + ["hyperopt", "hyperopt_path",
ARGS_EDGE = ARGS_COMMON_OPTIMIZE + ["stoploss_range"]
ARGS_LIST_STRATEGIES = ["strategy_path"]
ARGS_LIST_STRATEGIES = ["strategy_path", "print_one_column"]
ARGS_LIST_EXCHANGES = ["print_one_column", "list_exchanges_all"]