flake8 fix

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2022-03-30 18:43:24 +05:30
parent c1c20e4d8a
commit 0fb40ae015
5 changed files with 6 additions and 5 deletions

View File

@@ -449,7 +449,7 @@ class Backtesting:
# Custom exit pricing only for sell-signals
if order_type == 'limit':
close_rate = strategy_safe_wrapper(self.strategy.custom_exit_price,
default_retval=close_rate)(
default_retval=close_rate)(
pair=trade.pair, trade=trade,
current_time=sell_candle_time,
proposed_rate=close_rate, current_profit=current_profit)