Skip to content
Algo Trade Analytics Docs

syminfo.pricescale - Pine Script Variable

Returns a whole number used to calculate the smallest increment between a symbol’s price movements (syminfo.mintick). It is the denominator in the syminfo.mintick formula: syminfo.minmove / syminfo.pricescale = syminfo.mintick.

int

simple