-
Notifications
You must be signed in to change notification settings - Fork 85
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
feed data to calculate stochrsi #26
Comments
I noticed that it calculates only ONE output as StochRSI. What if I want to have fastd and fastk as usual StochRSI like what we see in any exchanges or tradingview.com? |
I used |
Ok, so Tulip Indicators implements StochRSI as originally described in Stocks & Commodities V. 11:05: Stochastic RSI And Dynamic Momentum Index by Tushar Chande and Stanley Kroll. It sounds like what you want, is to apply Stoch to RSI, which is actually also pretty common. Currently TI won't do this, but it will likely be added in the near future. More info here: TulipCharts/tulipindicators#23 Anyway, I think you can run RSI and then run STOCH on the result to obtain what you're looking for. |
TY |
I use the below code to calculate the stochrsi:
But I receive an Error: ValueError: too many values to unpack (expected 2)
What's wrong?
The text was updated successfully, but these errors were encountered: