Dear Nicolas,
Although it seems that this not possible to do, I think that I may have found a way round it, but need your help to streamline the code.
I have managed to get this working reasonably well, is there any way that a loop can be created ?
I hope the below makes a modicum of sense.
TIA
Robert
bi= intradaybarindex
i=11 (39/416)………the tick ratio
if bi=i then
b=b1[11]…………..the indicator being called from a higher tick timeframe
endif
if bi=(i*2) then
b=b1[11]
endif
if bi=(i*3) then
b=b1[11]
endif
if bi=(i*5) then
b=b1[11]
endif
etc…etc…probably need a day’s worth of data points.