Merge branch 'develop' into feat/new_config

This commit is contained in:
Matthias
2020-02-07 17:02:14 +01:00
66 changed files with 915 additions and 326 deletions

View File

@@ -15,6 +15,7 @@ from freqtrade.commands.deploy_commands import (start_create_userdir,
from freqtrade.commands.hyperopt_commands import (start_hyperopt_list,
start_hyperopt_show)
from freqtrade.commands.list_commands import (start_list_exchanges,
start_list_hyperopts,
start_list_markets,
start_list_strategies,
start_list_timeframes)