Login Page - Create Account

Support Board


Date/Time: Sat, 30 Nov 2024 16:29:10 +0000



set alert for % change since open study

View Count: 327

[2022-11-15 15:50:29]
User283743 - Posts: 38
I am using this on a 1 min chart and would like to be alerted when the % value exceeds (higher than) 0.75% or (lower than) -0.75 %.
Could you help formulating the alert formula? Thanks.
[2022-11-15 17:21:48]
John - SC Support - Posts: 36350
The only trick with creating an Alert for this study is that the underlying data is stored as decimal values and not as percentages. The data is just displayed as a percentage. So when you see a value of .75% the actual data is stored as .0075. Therefore, you need to setup your alert to check against a value of .0075.

Your alert formula would look like the following:
=OR(ID1.SG1 > .0075, ID1.SG1 < -.0075)
For the most reliable, advanced, and zero cost futures order routing, use 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