bugfix
This commit is contained in:
		| @@ -107,7 +107,7 @@ def backtest(stake_amount: float, processed: Dict[str, DataFrame], | ||||
|             for row2 in ticker[row.Index + 1:].itertuples(index=True): | ||||
|                  | ||||
|                 # Update statistic values for trailing stoploss | ||||
|                 trade.update_stats(row2.close, backtest=True) | ||||
|                 trade.update_stats(row2.close) | ||||
|                  | ||||
|                 if max_open_trades > 0: | ||||
|                     # Increase trade_count_lock for every iteration | ||||
|   | ||||
		Reference in New Issue
	
	Block a user