Implement first version of jsondatahandler

This commit is contained in:
Matthias
2019-12-23 14:56:48 +01:00
parent 2496aa8e3f
commit e5a61667dd
4 changed files with 225 additions and 3 deletions

View File

@@ -65,9 +65,9 @@ ARGS_HYPEROPT_LIST = ["hyperopt_list_best", "hyperopt_list_profitable", "print_c
ARGS_HYPEROPT_SHOW = ["hyperopt_list_best", "hyperopt_list_profitable", "hyperopt_show_index",
"print_json", "hyperopt_show_no_header"]
NO_CONF_REQURIED = ["download-data", "list-timeframes", "list-markets", "list-pairs",
"list-strategies", "hyperopt-list", "hyperopt-show", "plot-dataframe",
"plot-profit"]
NO_CONF_REQURIED = ["convert-data", "download-data", "list-timeframes", "list-markets",
"list-pairs", "list-strategies", "hyperopt-list", "hyperopt-show",
"plot-dataframe", "plot-profit"]
NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-hyperopt", "new-strategy"]