### ADXR- Average Directional Movement Index Rating
> 函數名:ADXR
名稱:平均趨向指數的趨向指數
簡介:使用ADXR指標,指標判斷ADX趨勢。
NOTE: The ``ADXR`` function has an unstable period.
```python
real = ADXR(high, low, close, timeperiod=14)
```
Learn more about the Average Directional Movement Index Rating at [tadoc.org](http://www.tadoc.org/indicator/ADXR.htm).