akira_2_1737586059.jpgI have my algorithm code written to place Marker On Open orders at the End of the Daily Bar into my Interactive Brokers Account. However, I get a notification stating that the Order is Invalid because the Exchange is closed. As this is a daily algorithm, I can only transmit an order when the OnData method runs at the end of the Day (Daily Trade Bar Closes). Does anyone know an approach to entering orders End Of Day that I can put into my algorithm?