Support Board
Date/Time: Fri, 09 May 2025 12:27:59 +0000
Post From: simple alert
[2016-07-12 19:57:51] |
Crtfyd - Posts: 285 |
I cant seem to find info on this anywhere. How do I write an alert that alerts when at least three bars have hit the HOD/LOD (High of day)? I have this alert working: =AND( H = ID1.SG2, H[-1] = ID1.SG2,H[-2] = ID1.SG2 ) where ID1.SG2 is the High of the Day. Problem is, that's just if the LAST three bars hit the HOD. How do I write it (or can you direct me to the info in support) for 3 bars hitting the HOD not necessarily consecutive? Thanks |