💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 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).