jzx20061010
Results
1
issues of
jzx20061010
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