kylejusticemagnuson / pyti

Python library of various financial technical indicators
MIT License
646 stars 169 forks source link

ema wrong values #32

Open alperasan opened 4 years ago

alperasan commented 4 years ago

hi there . when i type to my code df['ema26']=ema((df['close']).tolist(),26) and check it from tradingview ema 26 prices are not the same that i ve got. how can i fix this problem ?

hroff-1902 commented 4 years ago

Last commit to this lib was done 2 years ago, the project seems to be defunct.