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

@@ -537,7 +537,6 @@ class Hyperopt:
backtesting_results = self.backtesting.backtest(
processed=processed,
stake_amount=self.config['stake_amount'],
start_date=min_date.datetime,
end_date=max_date.datetime,
max_open_trades=self.max_open_trades,