Trivial indentation fix
This commit is contained in:
parent
311a0595f8
commit
16db358eaf
@ -230,7 +230,7 @@ def _backtest_iron_condor(
|
|||||||
max_drawdown = current_profit_dollars
|
max_drawdown = current_profit_dollars
|
||||||
|
|
||||||
if not call_spread_stopped_out and current_call_spread_price > 0.05:
|
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:
|
if not put_spread_stopped_out and current_put_spread_price > 0.05:
|
||||||
premium_received -= current_put_spread_price
|
premium_received -= current_put_spread_price
|
||||||
|
Loading…
Reference in New Issue
Block a user