Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 01:16:24 +0000



Post From: do not trigger when c between 2 levels

[2024-04-15 21:10:53]
Bedhog - Posts: 168
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,
)