Support Board
Date/Time: Wed, 22 Jan 2025 04:37:28 +0000
Post From: Making an Alert Condition Formula Function During Certain Times
[2018-08-29 21:28:23] |
Xfanman1 - Posts: 320 |
I cleaned up your code, try what I've shown below. I don't know what your ID2 condition is testing but I tried this with a MA in a positive slope between your times and this code appears to work as you wanted. =AND(ID2.SG1>ID2.SG1[-1],BARTIME>=TIME(9,30,0),BARTIME<=TIME(16,30,0)) -- Scott |