Optuma Forums › Optuma General Discussion › Shifting Indicator Data Forward › Reply To: Shifting Indicator Data Forward
May 20, 2021 at 2:51 am
#64145
- Topics: 70
- Replies: 829
- Posts: 899
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).
1 2 3 4 |
D1=GETDATA(CODE=MyData:MyExchange); D1[10] |