Skip to content
Algo Trade Analytics Docs

% - Pine Script Operator

%

Modulo (integer remainder). Applicable to numerical expressions.

expr1 % expr2

Integer or float value, or series of values.

  • In Pine Script®, when the integer remainder is calculated, the quotient is truncated, i.e. rounded towards the lowest absolute value. The resulting value will have the same sign as the dividend.