Trivial removal of an unused variable
This commit is contained in:
parent
353df04d64
commit
c723cc3ecc
@ -20,8 +20,6 @@ load_dotenv()
|
|||||||
# Necessary for monitoring spread prices asynchronously while interacting with the IBKR client.
|
# Necessary for monitoring spread prices asynchronously while interacting with the IBKR client.
|
||||||
nest_asyncio.apply()
|
nest_asyncio.apply()
|
||||||
|
|
||||||
quantity = 1
|
|
||||||
|
|
||||||
def monitor_spread_price(short_leg: OptionLeg, long_leg: OptionLeg, stop_price: float, client: Client):
|
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.
|
Stop loss orders will not execute if trying to sell back a contract with no bid while paper trading.
|
||||||
|
Loading…
Reference in New Issue
Block a user