Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 23:12:48 +0000



Post From: do not trigger when c between 2 levels

[2024-04-15 14:36:33]
Bedhog - Posts: 168
Hello. I'm having trouble getting this to work...

I don't want this alert to trigger if the current price is between id122.sg1 and id123.sg1.

What is the best syntax to use for this?

=and(
!c<id122.sg1,
!c>id123.sg1,
other stuff here,
)

Thank you.