removed stake_amount from hyperopt bt call

This commit is contained in:
orehunt 2020-10-25 06:57:37 +01:00
parent e45ba60acf
commit 42ea64544c

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,