Trivial removal of an unused variable

This commit is contained in:
moshferatu 2024-02-19 14:32:00 -08:00
parent 353df04d64
commit c723cc3ecc

View File

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