Thank you for your reply.
So i relaunched the code this morning after market open and now it says : RROR 1 10268 The 'EtradeOnly' order attribute is not supported. but the program continues to run without stopping and no barcket order triggered.
Here is what i did: i added the two last lines
parent = Order()
parent.orderId = orderId
parent.orderType = "LMT"
parent.lmtPrice = 3843
parent.action = "BUY"
parent.totalQuantity = 1
parent.transmit = False
#parent.eTradeOnly = None
#parent.firmQuoteOnly = None
i continue to investigate...
So i relaunched the code this morning after market open and now it says : RROR 1 10268 The 'EtradeOnly' order attribute is not supported. but the program continues to run without stopping and no barcket order triggered.
Here is what i did: i added the two last lines
parent = Order()
parent.orderId = orderId
parent.orderType = "LMT"
parent.lmtPrice = 3843
parent.action = "BUY"
parent.totalQuantity = 1
parent.transmit = False
#parent.eTradeOnly = None
#parent.firmQuoteOnly = None
i continue to investigate...