Support Board
Date/Time: Tue, 16 Sep 2025 12:11:59 +0000
Post From: Syntax error when combing alerts with OR Statement
[2022-03-10 13:33:47] |
Sawtooth - Posts: 4263 |
Put the OR in front: =OR(AND(C <= H, C >= ((H - L) * .80 + L), L < L[-1]),AND(H <= H[-1], L >= L[-1])) |