From c723cc3ecc0a7223a127034526b62f0b892581d5 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Mon, 19 Feb 2024 14:32:00 -0800 Subject: [PATCH] Trivial removal of an unused variable --- iron_condor.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/iron_condor.py b/iron_condor.py index af2e559..cf73ff6 100644 --- a/iron_condor.py +++ b/iron_condor.py @@ -20,8 +20,6 @@ load_dotenv() # Necessary for monitoring spread prices asynchronously while interacting with the IBKR client. nest_asyncio.apply() -quantity = 1 - def monitor_spread_price(short_leg: OptionLeg, long_leg: OptionLeg, stop_price: float, client: Client): """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" Stop loss orders will not execute if trying to sell back a contract with no bid while paper trading.