Is there a way to check for pending orders?
account[symbol].pending.shares_long account[symbol].pending.shares_short account[symbol].pending.capital_long account[symbol].pending.capital_short account[symbol].pending.count_long account[symbol].pending.count_short
or
if md.symbol in account.pending_symbols:
Thank you Shayne
Comments
account[symbol].pending.shares_long
account[symbol].pending.shares_short
account[symbol].pending.capital_long
account[symbol].pending.capital_short
account[symbol].pending.count_long
account[symbol].pending.count_short
or
if md.symbol in account.pending_symbols:
Thank you Shayne