mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
add --epochs to hyperopt subcommand
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user