hi folks,
i have a general MQL question.
assuming i have 3 different ATRs
a=ATR(1) EURUSD
b=ATR(1) EURGBP
c=ATR(1) EURJPY
how can i determine the change of the maximum ATR of the previous period.
like....
(MathMax(a,b,c)(i+1))(i) - MathMax(a,b,c)(i+1)
for example: the max ATR of the previous period (i+1) is EURUSD
how can i determine ATR"EURUSD(i) - ATR"EURUSD(i+1)
many thanks!
i have a general MQL question.
assuming i have 3 different ATRs
a=ATR(1) EURUSD
b=ATR(1) EURGBP
c=ATR(1) EURJPY
how can i determine the change of the maximum ATR of the previous period.
like....
(MathMax(a,b,c)(i+1))(i) - MathMax(a,b,c)(i+1)
for example: the max ATR of the previous period (i+1) is EURUSD
how can i determine ATR"EURUSD(i) - ATR"EURUSD(i+1)
many thanks!