Variables
interval.isdaily
True when the interval is daily.
Example
indicator("Timeframe is Daily Example", overlay=true)
bgcolor(interval.isdaily ? color.green : na)
Type
simple bool Variables
True when the interval is daily.
indicator("Timeframe is Daily Example", overlay=true)
bgcolor(interval.isdaily ? color.green : na)
simple bool