Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 20:14:20 +0000



Alerts with Crossovers

View Count: 2051

[2017-02-24 15:16:35]
User28914 - Posts: 87
I'm trying to figure out how to setup this alert here's one I already use (=OR(CROSSOVER(SG1,-80),CROSSOVER(SG1,-80),CROSSOVER(SG1,80),CROSSOVER(SG1,80)), but I need to figure out how to set it up using the Woodies CCI Trend whenever SG1 ,SG2 , SG3, SG4 crosses above or below +/- a certain threshold. I,m not sure since there's a 1,2,3 and 4 SG. Thanks.
[2017-02-24 18:19:35]
Sierra Chart Engineering - Posts: 104368
This is the formula you will need to use:

=OR(CROSSOVER(SG1,VALUE1), CROSSOVER(SG2,VALUE2), CROSSOVER(SG3,VALUE3), CROSSOVER(SG4,VALUE4))


You need to change VALUE1 through VALUE4 to the "threshold" values that you want.
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
[2017-02-27 16:22:35]
User28914 - Posts: 87
I believe I figured out what needs to be done with CCI ,but need confirmation. I believe I need to setup 4 CCI Trend Indicators per chart with the proper alert inputs unless there's a way to combine all 4 in one CCI setup. Thanks
[2017-02-27 19:06:50]
Sierra Chart Engineering - Posts: 104368
No, you do not need 4 instances of the CCI study if you use the formula given in post #2 above which uses the OR function.
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