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
Hi, I would like to know if it's possible to download raw data that are used to plot. I've my data and want to add RSI to them doing following:
qf = cf.QuantFig(df = ge.loc["2019":]) qf.add_rsi(periods = 20, rsi_upper = 70, rsi_lower = 30) qf.iplot(title = "GE", name = "GE")
The output is awesome, but I would like to learn RSI values on particular days.
Please advise.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I would like to know if it's possible to download raw data that are used to plot. I've my data and want to add RSI to them doing following:
The output is awesome, but I would like to learn RSI values on particular days.
Please advise.
The text was updated successfully, but these errors were encountered: