Support Board
Date/Time: Mon, 25 Nov 2024 04:58:19 +0000
Post From: do not trigger when c between 2 levels
[2024-04-15 21:10:53] |
Bedhog - Posts: 179 |
Thanks John. I was able to solve the problem after reviewing the example by creating a "trigger" that evaluates true when the close is between those 2 levels. id129.sg1 = true =and(c<id122.sg1,c>id123.sg1) Then I was able to use the "!" in the original calculation. =and( !id129.sg1, other stuff here, ) |