Login Page - Create Account

Support Board


Date/Time: Thu, 09 Jan 2025 19:42:05 +0000



Different stop limit offset on primary and attached order in ACSIL ?

View Count: 872

[2016-06-22 22:24:57]
wwwingman - Posts: 185
Hi

The s_SCNewOrder::StopLimitOrderLimitOffset sets the primary AND attached orders stop limits orders to the same offset.
Is it possible to have a different stop limit offset for the primary and attached orders ?
(it is possible in the dom settings but I don't see on ACSIL how to do that).

For ex:

// set entry target and stop
_order.Price1          = ...
_order.OrderType        = SCT_ORDERTYPE_STOP_LIMIT;
_order.OrderQuantity      = ...

_order.Target1Offset      = ...
_order.AttachedOrderTarget1Type  = SCT_ORDERTYPE_LIMIT;

_order.Stop1Price        = ...
_order.AttachedOrderStop1Type  = SCT_ORDERTYPE_STOP_LIMIT;

// set the stop limits offset
_order.StopLimitOrderLimitOffset = ... // PROBLEM : sets entry and stop to the same stop limit offset ...


Please advise..

-- W
[2016-06-23 18:56:42]
Sierra Chart Engineering - Posts: 104368
Support for this will need to be added. We will do that.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing
[2016-08-11 00:03:37]
Sierra Chart Engineering - Posts: 104368
We are working on this now.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account