Remove hyperopt --continue

This commit is contained in:
Matthias
2020-09-27 16:18:28 +02:00
parent 64c2b6c9a6
commit b736691e0e
5 changed files with 2 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ ARGS_HYPEROPT = ARGS_COMMON_OPTIMIZE + ["hyperopt", "hyperopt_path",
"use_max_market_positions", "print_all",
"print_colorized", "print_json", "hyperopt_jobs",
"hyperopt_random_state", "hyperopt_min_trades",
"hyperopt_continue", "hyperopt_loss"]
"hyperopt_loss"]
ARGS_EDGE = ARGS_COMMON_OPTIMIZE + ["stoploss_range"]