syminfo.pricescale - Pine Script Variable
syminfo.pricescale
Section titled “syminfo.pricescale”Overview
Section titled “Overview”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.
intQualifier
Section titled “Qualifier”simple