Login Page - Create Account

Support Board


Date/Time: Sat, 08 Nov 2025 05:36:11 +0000



Post From: ACSIL Trading Stop with Bid/Ask Triggering & Stop with Last Triggering

[2019-03-06 17:39:59]
ForgivingComputers.com - Posts: 1154
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;