>= - Pine Script Operator
>=
Overview
Section titled “Overview”Greater than or equal to. Applicable to numerical expressions.
Syntax
Section titled “Syntax”expr1 >= expr2Returns
Section titled “Returns”Boolean value, or series of boolean values.