santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

MACD calculation result is different between cufflinks and ta-lib #257

Open kiesoman opened 3 years ago

kiesoman commented 3 years ago

Hi everyone, cufflinks is a really awesome tool in the world. but I face a problem. Does anyone know why the MACD result is different in cufflinks and ta-lib? The only possibility i could image is the fastmatype, slowmatype, and signalmatype. In cufflinks, all three are EMA??? thanks for any response a lot.

kiesoman commented 3 years ago

I found the point. I use the yf.Ticker and yf.download to load the same stock data. but talib give me the different result. Anyone knows why???