Skip to content
New issue

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

Question: Is it possible to download raw data that qf calculates #276

Open
kkrzysiek11 opened this issue Dec 11, 2021 · 0 comments
Open

Comments

@kkrzysiek11
Copy link

kkrzysiek11 commented Dec 11, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant