Easiest way to measure ADR distance value of price to EMA 240?
-
How to measure ADZR distance value of price to EMA 240... the easiest way? I am pulling out of my hair
thxPlease open img thx![alt text]

-
place ADR and EMA into two variables (varADR, varEMA)
add third variable (result) and use custom code block where you put this:result = toPips(MathAbs(varADR-varEMA));
result is in pips ...
-
There is also "Check distance" block somewhere. For some reason this block is not used very much, but it's there
