Support Board
Date/Time: Wed, 22 Jan 2025 07:07:28 +0000
[Programming Help] - Oscillator near zero - or how to create a between alert
View Count: 945
[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: 4158 |
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: