Lipi Reference Lipi

Variables

interval.multiplier

The multiplier of the chart's interval, as a whole number. Read it alongside `interval.interval` when you need the size of the interval rather than a yes-or-no answer about its kind.

Example


          indicator("Interval Multiplier Example", overlay=true)
multipliedClose = close * interval.multiplier
plot(multipliedClose, color=color.blue, title="Close x Interval Multiplier")
        

Type

simple int