macd = ta.MACD(dataframe) dataframe['macd'] = macd['macd'] dataframe['macdsig'] = macd['macdsignal'] dataframe['macdhist'] = macd['macdhist']