Thanks for your quick answer. Is this problem replaced by ICustom and IBarShift functions? Selecting the timeframe of reference I want I mean. For example I have some EAs where I'm at m5 timeframe and I get H1 indicators values.PumbaPLS wrote: Fri Sep 02, 2022 1:13 am Lets say you chose the 15min Timeframe.. if you use a HTF for the Waddah indicator then you need to have the Data from that as well.. so thats where you run into the problem. It has nothing to do with the indicator itself.
Is there a way to get the same values while I'm backtesting of the attached indicator in real time?
Update:
Using standard Waddah Attar Explosion I get the values of the indicator at higher timeframes, but shifted, for example, I draw vertical green lines when waddah m5 is long and vertical red lines when waddah m5 is short, look at the perfect shift in the image below:
Re-Update:
Obviusly I need to draw the lines 5 shifts before instead of 1 so it's just a visual bug, I'm reading the Waddah attar explosion data directly instead of reading from this custom indicator using iCustom function.