From 16db358eafd94357a945301d79147fd7df9fabb2 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 4 Mar 2024 11:05:51 -0800 Subject: [PATCH] Trivial indentation fix --- backtesting/backtest_iron_condor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backtesting/backtest_iron_condor.py b/backtesting/backtest_iron_condor.py index d2b8622..ba4e1a9 100644 --- a/backtesting/backtest_iron_condor.py +++ b/backtesting/backtest_iron_condor.py @@ -230,7 +230,7 @@ def _backtest_iron_condor( max_drawdown = current_profit_dollars if not call_spread_stopped_out and current_call_spread_price > 0.05: - premium_received -= current_call_spread_price + premium_received -= current_call_spread_price if not put_spread_stopped_out and current_put_spread_price > 0.05: premium_received -= current_put_spread_price