Shifting Indicator Data Forward

Is there a way to shift indicator data forward (imported from a csv file) that is displayed in a window in the same chart as the index or security price, without having to create two separate charts?

Thanks.

Hi Paul,

The only way to do this is to use the Show View tool using the GetData function, and then offset the values. The following will shift the imported data 10 bars forward (in the script editor window click on the GetData text to select the required .csv code).

D1=GETDATA(CODE=MyData:MyExchange);
D1[10]