Just curious as to if there is a way to offset say a CCI to plot (or paint the line) 4 bars previous to the current bar but with the current bars values? So in short when I return the value to the chart it will paint it in 4 bars earlier...
return vCCI.getValue(CCIStudy.CCI);
return vCCI.getValue(CCIStudy.CCI);
Comment