Enable compounding for backtesting

This commit is contained in:
Matthias
2021-02-10 20:37:55 +01:00
parent 959ff99046
commit e4abe902fc
4 changed files with 36 additions and 38 deletions

View File

@@ -503,7 +503,6 @@ def test_backtest_results(default_conf, fee, mocker, caplog, data) -> None:
min_date, max_date = get_timerange({pair: frame})
results = backtesting.backtest(
processed=data_processed,
stake_amount=default_conf['stake_amount'],
start_date=min_date,
end_date=max_date,
max_open_trades=10,