add --epochs to hyperopt subcommand

This commit is contained in:
gcarq
2017-11-25 01:12:44 +01:00
parent b9c4eafd96
commit 9ff1f05e66
4 changed files with 34 additions and 8 deletions

View File

@@ -151,6 +151,7 @@ def start(args):
print('Using max_open_trades: {} ...'.format(config['max_open_trades']))
max_open_trades = config['max_open_trades']
# Monkey patch config
from freqtrade import main
main._CONF = config