-
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
Stochastic Fast indicator #401
Comments
Hello @razamit, Early in Pandas TA's development, stoch used to return both stoch and stochf values. Also stoch is one of several Pandas TA indicators that is not wrapping TA Lib's STOCH and STOCHF. A Python only stochf like stoch can be easily added to the library (as most of the code between the two is similar), but I can not give an expected completion time given my current list of unresolved and backlogged Issues. If you need it soon, perhaps you (or someone else) can help contribute by following Issue #355 Creating a Custom Indicator: The Big 4 and then making a Pull Request. 😎 If stuck at any point, I can help guide as needed. Kind Regards, |
Hello @razamit, I added stochf to the development branch if you want to test it out before I update the main branch. $ pip install -U git+https://github.com/twopirllc/pandas-ta.git@development Kind Regards, |
It's on the development branch now if you want to double check that it's working as intended. $ pip install -U git+https://github.com/twopirllc/pandas-ta.git@development Thanks, |
Hello @razamit, I assume by no response that the solution provided was sufficient. Thus I will be closing this issue in a few days. Kind Regards, |
Hi
I am using the latest version of Pandas Ta as a replacement for TA-Lib
I was using STOCHF - Stochastic Fast from TA-Lib (http://www.tadoc.org/indicator/STOCHF.htm)
I did not see it in Pandas-ta.
I it possible to "create" it using the parameters passed to the pandas-ta.stoch function?
Thanks
Amit
The text was updated successfully, but these errors were encountered: