I'm using a 15 minute chart with 1 min, 60 min and 240 min as [1], [2], & [3] respectively
I can then overlay a correct EMA(BarsArray[2],100)[0] for the 60 min
BUT for the 240 min the following puts the level for the 100 EMA about 600 pips above where it should be:-
EMA(BarsArray[3],100)[0] - The same also happens if I make it 120 min instead of 240 min.
what is the problem please?

Comment