Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 06:33:30 +0000



[Programming Help] - Audible alert

View Count: 525

[2020-06-23 22:41:39]
User651082 - Posts: 5
What alert condition formula would I use to sound an audible alarm when price is x amount of points away from my study? 50 points away ( up and down ) from a moving average for example. Thanks for helping.
[2020-06-24 01:06:47]
Sawtooth - Posts: 3980
Try this formula:

=OR(C>ID1.SG1+50,C<ID1.SG1-50)
where ID1.SG1 is the moving average.
[2020-06-24 16:11:29]
User651082 - Posts: 5
Works perfect! Thanks. I never would have figured that out.

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

Login

Login Page - Create Account