diff --git a/iron_condor.py b/iron_condor.py index b34f518..6754cd5 100644 --- a/iron_condor.py +++ b/iron_condor.py @@ -185,7 +185,7 @@ def _enter_iron_condor(): trade_records.append({ 'Date': now.date(), 'Symbol': symbol, - 'Strategy': f'{int(target_delta * 100)} Delta Iron Condor @ {now.strftime("%H:%M:00")}', + 'Strategy': f'{int(target_delta * 100)} Delta Iron Condor', 'Entry Time': now, 'Exit Time': None, 'Spreads': [call_spread_details, put_spread_details],