or - Pine Script Keyword
Overview
Section titled “Overview”Logical OR. Applicable to boolean expressions.
Syntax
Section titled “Syntax”expr1 or expr2Returns
Section titled “Returns”Boolean value, or series of boolean values.
Remarks
Section titled “Remarks”- If expr1 evaluates to true, the or operator returns true without evaluating expr2.