Login Page - Create Account

Support Board


Date/Time: Fri, 29 Mar 2024 09:29:38 +0000



ACSIL Based on Color Background Alert not working

View Count: 1357

[2018-08-10 01:15:03]
Sierra Chart Engineering - Posts: 104368
We need some time before we can get to this.
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-08-14 07:59:14]
Sierra Chart Engineering - Posts: 104368
It simply is a calculation order issue, and you can see that by the calculation order displayed in the Chart Studies window. The custom study was being calculated before the Color background Based on Alert Condition study.

It is solved by doing this:
sc.CalculationPrecedence = VERY_LOW_PREC_LEVEL;
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-08-14 08:38:53
[2018-10-14 00:51:51]
Joel Wisdo1 - Posts: 15
Just seeing if there is a solution to this. It appears that if
(sc.IsFullRecalculation) return;
prevents my SMS Alerts from launching. I inserted
sc.CalculationPrecedence = VERY_LOW_PREC_LEVEL;
into my SC Defaults but my SMS alerts still will not launch.

If I do not use
(sc.IsFullRecalculation) return;
when I load my study the criteria to send SMS alerts is true and I receive a lot of SMS alerts.
[2018-10-14 01:26:57]
Sierra Chart Engineering - Posts: 104368
prevents my SMS Alerts from launching
Does the study use automatic looping?
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