Login Page - Create Account

Support Board


Date/Time: Fri, 25 Sep 2026 06:24:41 +0000



[Programming Help] - Need help with alert formula

View Count: 205

[2026-08-10 16:46:34]
Twiggy - Posts: 10
Hello, hopefully someone can help me please?

I'm trying to set alerts for when delta exceeds as an example, 700 delta, either negative or positive.

I have a formula of =ID3.SG1 > 700 for bullish delta and =ID3.SG1 < 700 for negative delta.

Sometimes it works, but often it does not. Is this correct? And if not, could someone assist with the correct formula?

ID and SG number are correct for the study I want this applied too.

Thanks in advance!
[2026-08-10 23:12:42]
Sawtooth - Posts: 4354
Try this:
=OR(ID3.SG1 > 700, ID3.SG1 < -700)

If you put this formula on the Alerts tab of the Color Bar Based On Alert Condition study, each bar will be colored when TRUE.
[2026-08-11 18:01:04]
Twiggy - Posts: 10
Thank you for your help! I appreciate it.

It alerts for the positive delta, but not the negative, which is the same issue I was having.... Cant figure out what i'm missing or doing wrong!
[2026-08-11 20:43:54]
Sawtooth - Posts: 4354
It alerts for the positive delta, but not the negative
Put the formula on the Alerts tab of the Color Bar Based On Alert Condition study to visually confirm it is not alerting on the negative.

Then put the cursor on the bar where the failure occurs and note the delta value in the Tool Values Window, or the Compact Tool Values Window.

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

Login

Login Page - Create Account