We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2de9e commit c6e64baCopy full SHA for c6e64ba
freqtrade/optimize/backtesting.py
@@ -714,7 +714,7 @@ def _try_close_open_order(
714
exchange=self.exchange,
715
wallets=self.wallets,
716
stake_currency=self.config["stake_currency"],
717
- dry_run=self.config["dry_run"],
+ dry_run=True,
718
)
719
if not (order.ft_order_side == trade.exit_side and order.safe_amount == trade.amount):
720
self._call_adjust_stop(current_date, trade, order.ft_price)
0 commit comments