ta-lib-python
ta-lib-python copied to clipboard
Exception: TA_MACD function failed with error code 5119: Unknown Error
While caluclating the factor with pandas,I found the problem. What I used: groupby , apply , for time in range(5,60): df[f"MACD_macd_{time}"],df["MACD_macdsignal"],df["MACD_macdhist"] = talib.MACD(close, fastperiod=time//2, slowperiod=time, signalperiod=time//3) The error happened
Could you provide a test case that I can use to reproduce this? I have not seen that error before.
Closing old issue.