Skip to content
Algo Trade Analytics Docs

or - Pine Script Keyword

Logical OR. Applicable to boolean expressions.

expr1 or expr2

Boolean value, or series of boolean values.

  • If expr1 evaluates to true, the or operator returns true without evaluating expr2.