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 Feb 19, 2022. It is now read-only.
@jorgeog96 ,
Thanks for raising this issue!
Unfortunately I'm super swamped with work and currently don't have much time to look into this issue.
If there's anyone willing to look into this in the meantime, I'd be grateful. Otherwise I'm sorry to tell you that you'll have to be patient.
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?
The text was updated successfully, but these errors were encountered: