Lipi Reference Lipi

Variables

month

The month of the bar being evaluated. As with the other date parts, there is a function of the same name that takes a time and a timezone instead.

Example


          indicator("Monthly Signal Example", overlay=true)
isDecember = (month == 12)
plot(isDecember ? close : na, color=color.blue, title="December Close")
        

Type

series int