We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, thanks for your incredible work.
I'm having issues with the .rsi method. It seems that it calculates very differently than the one on TradingView and other website.
I investigated a bit further and it looks like it's the EMA that's computed differently but the code looks similar, any idea?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
After some research it appears that the RSI is currently calculated using an average and not an RMA (or modified EMA with 1/period as multiplier).
Will work on a new rsi version and propose it if successful.
Sorry, something went wrong.
Thanks, I look forward to seeing what you come up with.
No branches or pull requests
Hello, thanks for your incredible work.
I'm having issues with the .rsi method. It seems that it calculates very differently than the one on TradingView and other website.
I investigated a bit further and it looks like it's the EMA that's computed differently but the code looks similar, any idea?
Thanks for your help.
The text was updated successfully, but these errors were encountered: