-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
StochRSI on development branch #785
Comments
Furthermore, I have been seeing some really weird problems with the stochrsi implementation where we get negative values returned. These can be seen in this parquet file: https://www.transfernow.net/dl/20240416wn5njs8t/tiqeztPH P.S: I also think the documentation for the stochrsi function needs to be amended because it lists up high/low parameters |
Apologies for the delay...
There could be a couple of reasons why talib
Ya that is weird. 🤔 After I get through some of the outstanding PRs, I can look into it more.
Naturally. All documentation is in flux. 🤣 Some much to do, so little time. 😒 KJ |
no worries about the delay. i will try to contribute when I get the time. |
I have a quick question. Is there a reason the StochRSI indicator on the development branch does not allow for the
talib
to be used?See: https://github.com/twopirllc/pandas-ta/blob/development/pandas_ta/momentum/stochrsi.py#L67
It calls the existing
rsi
momentum indicator but there is no way to specify that the talib should be used in this calculation.The text was updated successfully, but these errors were encountered: