Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 23:31:11 +0000



Post From: Limit Touch Chase triggering before the touch

[2019-07-28 23:12:04]
Yoda - Posts: 106
I noticed that version 1954 included a new Triggered Limit with Chase order type. Using the trade window, it looks like this new order type is exactly what I'm looking for. However, I could not find any documentation or an ACSIL example and the following ACSIL code is not working:

NewBuyOrder.OrderType = SCT_ORDERTYPE_TRIGGERED_LIMIT_WITH_CHASE;
NewBuyOrder.MaximumChaseAsPrice = 5 * sc.TickSize;

Any assistance you can provide would be greatly appreciated.