Support Board
Date/Time: Mon, 23 Jun 2025 00:06:24 +0000
Post From: Syntax error when combing alerts with OR Statement
[2022-03-10 13:33:47] |
Sawtooth - Posts: 4229 |
Put the OR in front: =OR(AND(C <= H, C >= ((H - L) * .80 + L), L < L[-1]),AND(H <= H[-1], L >= L[-1])) |