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.