Support Board
Date/Time: Mon, 10 Aug 2026 10:14:29 +0000
Post From: ACSIL Trading Stop with Bid/Ask Triggering & Stop with Last Triggering
| [2019-03-06 17:39:59] |
| ForgivingComputers.com - Posts: 1235 |
|
We are updating the documentation now. These are the order type constants for ACSIL:
const int SCT_ORDERTYPE_STOP_WITH_BID_ASK_TRIGGERING = 24; const int SCT_ORDERTYPE_STOP_WITH_LAST_TRIGGERING = 25; Has this been completed? As of version 1880, these two order types result in Stop: Stop. I am using the following code: Order.AttachedOrderStopAllType = SCT_ORDERTYPE_STOP_WITH_BID_ASK_TRIGGERING;
|
