You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I'm working on a project that requires technical analysis and there some indicators that I would like to use that are not available on the pandas_ta, so I thought it would be a good idea to contribute what I can for the this amazing lib. The issue is that I can't a contribution file that can give me the instruction of contribution should work in this lib.
The text was updated successfully, but these errors were encountered:
Sorry if I am uncertain what you are asking. Are you asking how to contribute?
If so, it is pretty simple. First, check out the development branch and find an indicator(s) that are similar to the ones you want to include. Then follow the pinned Issue Creating a Custom Indicator: The Big 4. Although some details are out dated, the concepts still apply:
Create the indicator
Make sure you can run it and the tests are up to your standards.
Then hook it up the the Pandas DataFrame Extension and test it.
If this is not what you meant, please clarify so I can address it properly.
Hey there, I'm working on a project that requires technical analysis and there some indicators that I would like to use that are not available on the pandas_ta, so I thought it would be a good idea to contribute what I can for the this amazing lib. The issue is that I can't a contribution file that can give me the instruction of contribution should work in this lib.
The text was updated successfully, but these errors were encountered: