Lipi Reference Lipi

Variables

interval.isdaily

Returns true if current resolution is a daily resolution, false otherwise

Example


          indicator("Timeframe is Daily Example", overlay=true)
bgcolor(interval.isdaily ? color.green : na)
        

Type

simple bool