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 Variables
Returns true if current resolution is a daily resolution, false otherwise
indicator("Timeframe is Daily Example", overlay=true)
bgcolor(interval.isdaily ? color.green : na)
simple bool