Support Board
Date/Time: Fri, 31 Oct 2025 18:05:31 +0000
[Programming Help] - Oscillator near zero - or how to create a between alert
View Count: 1072
| [2018-09-10 15:40:47] | 
| User337568 - Posts: 64 | 
| 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: 4281 | 
| 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:
