Quote from Stok:
WarEagle,
Here is another formula for DX:
http://www.aspenres.com/Documents/AspenGraphics4.0/Average_Directional_Index.htm
It is different than what you are calculating.
This says DX = 100 *(+DI-(-DI) / +DI+(-DI))
It does not use absolute values....maybe try that out.
Quote from Rock1:
Hello, nyc-hotshot
I did not at all intend to criticize your system or doubt about the signals. It is really great that you are willing to share your experiences. I simply wanted to give this information because when somebody uses a different charting software which calculates the real ADX after the guidelines of its originator Welles Wilder, then she/he will not be able to reproduce your signals.
best regards
Rock1
Quote from AsaFce:
It still needs the absolute value in that calcuation since we aren't noting any direction, just strength.
Quote from phoenix_rising:
I don't use absolute value when I caculate ADX. I just do:
DX = (pdi - mdi) / (pdi + mdi)
ADX = emov(DX)
Seems to be correct to me, FWIW. Can't remember where I original came across the formula, but that's what it was.