Support Board
Date/Time: Sat, 23 Nov 2024 18:19:14 +0000
Post From: programming simple alert
[2024-07-31 22:44:37] |
Sawtooth - Posts: 4118 |
Use a formula like this: =ID27.SG1=ID108.SG1 where ID27 is the 9EMA and ID108 is the VWAP However, it is unlikely that they would ever be exactly equal. You could use this formula to get an alert if they are within 1 tick of each other: =ABS(ID27.SG1=ID108.SG1)<TICKSIZE |