Hi,
First time posting on EliteTrader
I was wondering if anyone might be able to help me resolve an issue I've been having with the ib_insync python library and the Interactive Brokers TWS Desktop Application. I've created a Stackoverflow post for my issue but figured maybe someone from the EliteTrader community might be able to help.
Here is the link to my Stackoverflow post with my code: python - StopOrder and LimitOrders not going through using ib_insync - Stack Overflow
To summarize, my example parent order of going long 25k GBP.USD always goes through, however, the StopOrder and LimitOrder usually never go through. I have tried increasing the delays and have been testing my code between 7pm EST - 10pm EST during weekdays so the market is live and volatility shouldn't be an issue. I noticed sometimes when I close my IB TWS Desktop Application, reopen it, and re-run my code all the orders go through (but not always).
First time posting on EliteTrader

I was wondering if anyone might be able to help me resolve an issue I've been having with the ib_insync python library and the Interactive Brokers TWS Desktop Application. I've created a Stackoverflow post for my issue but figured maybe someone from the EliteTrader community might be able to help.
Here is the link to my Stackoverflow post with my code: python - StopOrder and LimitOrders not going through using ib_insync - Stack Overflow
To summarize, my example parent order of going long 25k GBP.USD always goes through, however, the StopOrder and LimitOrder usually never go through. I have tried increasing the delays and have been testing my code between 7pm EST - 10pm EST during weekdays so the market is live and volatility shouldn't be an issue. I noticed sometimes when I close my IB TWS Desktop Application, reopen it, and re-run my code all the orders go through (but not always).