mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update usage in backtest. No functional update.
This commit is contained in:
parent
d9f838a65f
commit
d24ee9032a
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user