Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 04:17:06 +0000



ACSIL Triggered trailstop

View Count: 1530

[2018-06-17 09:57:19]
@sstfrederik - Posts: 403
Hi,

Can an adjustment be made to set

s_SCNewOrder::TriggeredTrailStopTriggerPriceOffset

and

s_SCNewOrder::TriggeredTrailStopTrailPriceOffset

separately for each OCO Group?

Thanks,

Frederik
[2018-06-20 17:05:56]
@sstfrederik - Posts: 403
Hi SC engineers,

Is this under consideration?

Thanks,
Frederik
[2018-06-21 06:01:18]
Sierra Chart Engineering - Posts: 104368
No it is not. It is not something we can do 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
[2018-06-21 10:06:38]
Sierra Chart Engineering - Posts: 104368
We thought of a way this can be done with too much complication by using separate structure members individually for the different OCO groups and keeping the existing members. We will see about adding those.
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
Date Time Of Last Edit: 2018-06-21 10:35:47
[2018-06-24 08:54:59]
@sstfrederik - Posts: 403
Thanks for working on this. Any timeline you can share?
[2018-07-04 14:41:37]
@sstfrederik - Posts: 403
Hi SC engineering,

I am working on a new release of my Autotrading study and would like to implement the separate triggered trailing stop for each OCO group. Would be great to have an estimate on when this can be added. This will help in my decision to add a work around to my study or wait for this addition.

Thanks in advance.



Frederik
simplesystemtrading.com

New autotrading study released
[2018-07-06 12:55:59]
Sierra Chart Engineering - Posts: 104368
We should be able to get to it within the next 10 days.
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
Date Time Of Last Edit: 2018-07-06 12:56:23
[2018-07-13 17:45:31]
Sierra Chart Engineering - Posts: 104368
These will be added to version 1782:
  double s_SCNewOrder::AttachedOrderStop1_TriggeredTrailStopTriggerPriceOffset;
  double s_SCNewOrder::AttachedOrderStop1_TriggeredTrailStopTrailPriceOffset;
  double s_SCNewOrder::AttachedOrderStop2_TriggeredTrailStopTriggerPriceOffset;
  double s_SCNewOrder::AttachedOrderStop2_TriggeredTrailStopTrailPriceOffset;
  double s_SCNewOrder::AttachedOrderStop3_TriggeredTrailStopTriggerPriceOffset;
  double s_SCNewOrder::AttachedOrderStop3_TriggeredTrailStopTrailPriceOffset;
  double s_SCNewOrder::AttachedOrderStop4_TriggeredTrailStopTriggerPriceOffset;
  double s_SCNewOrder::AttachedOrderStop4_TriggeredTrailStopTrailPriceOffset;
  double s_SCNewOrder::AttachedOrderStop5_TriggeredTrailStopTriggerPriceOffset;
  double s_SCNewOrder::AttachedOrderStop5_TriggeredTrailStopTrailPriceOffset;

In the case of a triggered trail stop order, when the above variables are not set, the original variables will be used instead.
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
Date Time Of Last Edit: 2018-07-13 17:46:29

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

Login

Login Page - Create Account