Merge pull request #2538 from freqtrade/strategy_template

new-strategy / new-hyperopt - from templates
This commit is contained in:
hroff-1902
2019-11-24 15:21:23 +03:00
committed by GitHub
46 changed files with 1124 additions and 203 deletions

View File

@@ -869,6 +869,7 @@ def test_backtest_start_multi_strat(default_conf, mocker, caplog, testdatadir):
'backtesting',
'--config', 'config.json',
'--datadir', str(testdatadir),
'--strategy-path', str(Path(__file__).parents[2] / 'freqtrade/templates'),
'--ticker-interval', '1m',
'--timerange', '1510694220-1510700340',
'--enable-position-stacking',