Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 13:08:14 +0000



[Programming Help] - Oscillator near zero - or how to create a between alert

View Count: 873

[2018-09-10 15:40:47]
User337568 - Posts: 60
Hi:

I am trying to create an alert when an oscillator nears zero line. I.e please alert me when an study value is between condition 1 and condition 2.

I tried the following: =AND(ID46.SG2 < .50,ID46.SG2 > .-50)

Thank you,
Harndog
[2018-09-10 16:12:03]
Sawtooth - Posts: 3976
Use your formula with a minor correction:
=AND(ID46.SG2 < .50,ID46.SG2 > -.50)

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

Login

Login Page - Create Account