Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 15:10:18 +0000



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

[2019-03-06 17:39:59]
bradh - Posts: 859
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;