Variables
interval.iseod
Returns true if current resolution is a daily or weekly or monthly resolution, false otherwise
Example
indicator("Timeframe is DWM Example", overlay=true)
plot(interval.iseod ? 1 : 0, color=color.blue, title="DWM Timeframe Signal")
Type
simple bool