PriceScale (Reserved Word)
Returns a numeric expression representing the fractional portion of a full point move for a particular symbol. The PriceScale value is represented by a whole number. For example; the PriceScale of the E-Mini S&P is100, which represents the fractional portion of a full point move for the E-Mini S&P. Any stock would also have a PriceScale of 100. 1 / PriceScale = Minimum price increment.
PriceScale
Examples
MinMove / PriceScale returns the smallest increment between trades.
MinMove / PriceScale * BigPointValue returns the dollar value of the smallest change in price.