fixed tests except for one

This commit is contained in:
Gert
2018-06-01 20:19:45 -07:00
parent 6ace343d65
commit e6d3a440cd
4 changed files with 8 additions and 6 deletions

View File

@@ -95,8 +95,7 @@ def simple_backtest(config, contour, num_results, mocker) -> None:
'stake_amount': config['stake_amount'],
'processed': processed,
'max_open_trades': 1,
'realistic': True,
'trailing_stop' : False
'realistic': True
}
)