Trivial indentation fix

This commit is contained in:
moshferatu 2024-03-04 11:05:51 -08:00
parent 311a0595f8
commit 16db358eaf

View File

@ -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