Support Board
Date/Time: Tue, 30 Jun 2026 16:18:08 +0000
Post From: do not trigger when c between 2 levels
| [2024-04-15 21:10:53] |
| Bedhog - Posts: 187 |
|
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, ) |
