If I run this script
Custom_time_frame_close = security(syminfo.tickerid, '12M', close)
plot(Custom_time_frame_close)
the plot will have many horizontal lines like such
How can remove the horizontal lines so that it looks identical to if I was using the 1 year resolution (without changing to the 1 year resolution)?
