Update usage in backtest. No functional update.

This commit is contained in:
eSeR1805 2022-04-18 21:21:38 +03:00
parent d9f838a65f
commit d24ee9032a
No known key found for this signature in database
GPG Key ID: BA53686259B46936

View File

@ -646,7 +646,7 @@ class Backtesting:
side=direction,
) # default value is the open rate
if readjust_req:
propose_rate = strategy_safe_wrapper(self.strategy.readjust_entry_price,
propose_rate = strategy_safe_wrapper(self.strategy.adjust_entry_price,
default_retval=propose_rate)(
pair=pair, current_time=current_time,
proposed_rate=propose_rate, entry_tag=entry_tag,