Variables
syminfo.minmove
The instrument's minimum move, published as a float alongside the minimum tick.
Example
indicator(title="Min Move Example", overlay=true)
min_move = syminfo.minmove
plot(close, color=min_move < 0.01 ? color.blue : color.red)
Type
simple float