Support Board
Date/Time: Fri, 27 Dec 2024 17:14:59 +0000
Post From: Auto-trading system stop working after a rejected market order
[2016-03-23 05:58:03] |
xfighter - Posts: 36 |
I double checked the logic of my code and noticed that no new order will be sent if an working order has already been existed. Therefore I believe the real problem here is that: after an market order being rejected by CQG FIX Trading, sierrachart platform still treat it as an working order which make IsWorkingOrderStatus() stay TRUE. Is it possible to change IsWorkingOrderStatus() to FALSE when an order is rejected since an rejected order has no way to be an working order any more? Am I right? Thanks! Nan |