I know this is in here somewhere, but I can't find it. I'm trying to shift a series 20 bars forward using:
return offsetSeries( HVol, 20 ) ;
The values in the series are correct but the plot doesn't extend beyond the last bar on the chart, and I was expecting it to plot 20 more values after the last bar. Can someone help me find out what I need to change to get these values plotted?
Thanks.
return offsetSeries( HVol, 20 ) ;
The values in the series are correct but the plot doesn't extend beyond the last bar on the chart, and I was expecting it to plot 20 more values after the last bar. Can someone help me find out what I need to change to get these values plotted?
Thanks.
Comment