### MFI - Money Flow Index 資金流量指標
> 函數名:MFI
名稱:資金流量指標
簡介:屬于量價類指標,反映市場的運行趨勢
分析和應用:
[百度百科](https://baike.baidu.com/item/mfi/7429225?fr=aladdin)
[同花順學院](http://www.iwencai.com/school/search?cg=100&w=MFI)
NOTE: The ``MFI`` function has an unstable period.
```python
real = MFI(high, low, close, volume, timeperiod=14)
```
Learn more about the Money Flow Index at [tadoc.org](http://www.tadoc.org/indicator/MFI.htm).