Variables
syminfo.mintick
The instrument's minimum tick. Dividing a price distance by this converts it into ticks, which is the usual reason to reach for it.
Example
indicator(title="Min Tick Example", overlay=true)
minTickValue = syminfo.mintick
plot(minTickValue, title="Min Tick", color=color.red)
Type
simple float