Reinstate mfi ...

This commit is contained in:
Matthias
2019-11-21 20:01:08 +01:00
parent 5f8fcebb88
commit 210d468a9b
3 changed files with 50 additions and 36 deletions

View File

@@ -26,8 +26,8 @@ dataframe['macd'] = macd['macd']
dataframe['macdsignal'] = macd['macdsignal']
dataframe['macdhist'] = macd['macdhist']
# # MFI
# dataframe['mfi'] = ta.MFI(dataframe)
# MFI
dataframe['mfi'] = ta.MFI(dataframe)
# # Minus Directional Indicator / Movement
# dataframe['minus_dm'] = ta.MINUS_DM(dataframe)