ta-lib-python
ta-lib-python copied to clipboard
MFI is documented as unstable, but it is not the case.
Can you confirm that there is an error in the documentation? https://github.com/mrjbq7/ta-lib/blob/master/docs/func_groups/momentum_indicators.md
It looks correct (see for example the source for MFI):
https://github.com/TA-Lib/ta-lib/blob/master/src/ta_func/ta_MFI.c
(Search for “unstable”)
On Jan 8, 2021, at 5:35 PM, q-55555 [email protected] wrote:
Can you confirm that there is an error in the documentation? https://github.com/mrjbq7/ta-lib/blob/master/docs/func_groups/momentum_indicators.md
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Thank you for your reply. Based on my understanding of the calculation of MFI (https://www.investopedia.com/terms/m/mfi.asp), I don't see why MFI is tagged as an unstable period on TALib.
I confirmed that in making my own tests in varying the depth of the data in calling : MFI(high, low, close, volume, timeperiod=14) For example (with timeperiod=14), if you pass high, low, close, volume series with a depth of 20 or 100 data, you will get the same results for the last MFI item, proving that MFI has not an unstable period right ?
Thank you for your help.
dup:
https://github.com/mrjbq7/ta-lib/issues/435