You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
Hi guys, sorry for the silly question but I'm doing something wrong and not able to figure out what is... Can you help me?
I´m working in Google Colab, have columns name as you suggested, add a 50 period but not getting the same info as the other libraries and the same info as manually calculate, I have something wrong but have any idea....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys, sorry for the silly question but I'm doing something wrong and not able to figure out what is... Can you help me?
I´m working in Google Colab, have columns name as you suggested, add a 50 period but not getting the same info as the other libraries and the same info as manually calculate, I have something wrong but have any idea....
This is the code:
df_1['Finta_ema_50'] = TA.EMA(df_1,period=50)
Beta Was this translation helpful? Give feedback.
All reactions