Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
Adx 0
Function - ADX
ADX
Average Directional Movement Index
Indicators
SYNTAX
Adx( ARRAY high, ARRAY low, ARRAY close, ARRAY timeperiod)
RETURNS
NUMERIC ARRAY
DESCRIPTION
Average Directional Movement Index
ADDITIONAL INFO
The ADX is a Welles Wilder style moving average of the Directional Movement Index (DX).
To interpret the ADX, consider a high number to be a strong trend, and a low number, a weak trend.
EXAMPLE
Adx(high, low, close, 14)