### MINUS_DM - Minus Directional Movement
> 函數名:MINUS_DM
名稱: 上升動向值 DMI中的DM代表正趨向變動值即上升動向值
簡介:通過分析股票價格在漲跌過程中買賣雙方力量均衡點的變化情況,即多空雙方的力量的變化受價格波動的影響而發生由均衡到失衡的循環過程,從而提供對趨勢判斷依據的一種技術指標。
分析和應用:
[百度百科](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_DM`` function has an unstable period.
```python
real = MINUS_DM(high, low, timeperiod=14)
```
Learn more about the Minus Directional Movement at [tadoc.org](http://www.tadoc.org/indicator/MINUS_DM.htm).