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
Adxr 0
Function - ADXR
ADXR
Average Directional Movement Index Rating
Indicators
SYNTAX
Adxr( ARRAY high, ARRAY low, ARRAY close, ARRAY timeperiod)
RETURNS
NUMERIC ARRAY
DESCRIPTION
Average Directional Movement Index Rating
ADDITIONAL INFO
The ADXR is the average of the two ADX values.
The ADXR smoothes the ADX, and is therefore less responsive, however, the ADXR filters out excessive tops and bottoms.
High ADXR value is bullish while low values is bearish.
EXAMPLE
Adxr(high, low, close, 14)