Variables
syminfo.pricescale
The instrument's price scale.
Example
indicator(title="Price Scale Example", overlay=true)
priceScaleValue = syminfo.pricescale
plot(priceScaleValue, title="Price Scale", color=color.green)
Type
simple int