### MINUS_DI - Minus Directional Indicator
> 函數名:DMI 中的DI指標 負方向指標
名稱:下升動向值
簡介:通過分析股票價格在漲跌過程中買賣雙方力量均衡點的變化情況,即多空雙方的力量的變化受價格波動的影響而發生由均衡到失衡的循環過程,從而提供對趨勢判斷依據的一種技術指標。
分析和應用:
[百度百科](https://baike.baidu.com/item/DMI%E6%8C%87%E6%A0%87/3423254?fr=aladdin)
[維基百科](https://zh.wikipedia.org/wiki/%E5%8B%95%E5%90%91%E6%8C%87%E6%95%B8)
[同花順學院](http://www.iwencai.com/school/search?cg=100&w=DMI)
NOTE: The ``MINUS_DI`` function has an unstable period.
```python
real = MINUS_DI(high, low, close, timeperiod=14)
```
Learn more about the Minus Directional Indicator at [tadoc.org](http://www.tadoc.org/indicator/MINUS_DI.htm).