Monil Sompura

Results 2 comments of Monil Sompura

Try changing the function PARAMETERS to : def get_MACD(df, index): and Return : return MACD_hist[index] Rest remains the same : mh = get_MACD(df, index) Doing it in all functions will...

TypeError: get_MACD() takes 1 positional argument but 2 were given I think, same with RSI and CCI functions. Same Error is coming in my code too.