Support Board
Date/Time: Sun, 02 Nov 2025 01:37:51 +0000
Post From: do not trigger when c between 2 levels
| [2024-04-15 21:10:53] |
| Bedhog - Posts: 183 |
|
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, ) |
