How to extend a moving average plot?
ma20= sma(close, 20) plot(ma20, color = color.red)
extend = extend.right -> doesent work here, only w