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

Stochastic Fast indicator #401

Closed
razamit opened this issue Sep 30, 2021 · 4 comments
Closed

Stochastic Fast indicator #401

razamit opened this issue Sep 30, 2021 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@razamit
Copy link

razamit commented Sep 30, 2021

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

@razamit razamit added the enhancement New feature or request label Sep 30, 2021
@twopirllc twopirllc removed their assignment Sep 30, 2021
@twopirllc twopirllc added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 30, 2021
@twopirllc
Copy link
Owner

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,
KJ

@twopirllc
Copy link
Owner

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,
KJ

twopirllc added a commit that referenced this issue Oct 22, 2021
@twopirllc twopirllc linked a pull request Nov 1, 2021 that will close this issue
@twopirllc
Copy link
Owner

@razamit,

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,
KJ

@twopirllc
Copy link
Owner

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,
KJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants