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 was archived by the owner on Feb 19, 2022. It is now read-only.
Hello guys, I am using: Python 3.6
Before, I implemented this RSI formula and pass df['Close'] prices and compute the result inside a numpy array:
Using this, I called my function:
And the result something like this (example, 5 last elements of the array):
But now using your RSI formula and the same df I obtain the following result using the exact same data before: (last 3 elements)
What is happening?