Skip to content
Algo Trade Analytics Docs

+ - Pine Script Operator

+

Addition or unary plus. Applicable to numerical expressions or strings.

expr1 + expr2

Binary + for strings returns concatenation of expr1 and expr2

  • You may use arithmetic operators with numbers as well as with series variables. In case of usage with series the operators are applied elementwise.