Login Page - Create Account

Support Board


Date/Time: Sun, 06 Jul 2025 10:42:08 +0000



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

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