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

How to add New Indicator - noob question #50

Open
krazykoder opened this issue Nov 16, 2023 · 1 comment
Open

How to add New Indicator - noob question #50

krazykoder opened this issue Nov 16, 2023 · 1 comment

Comments

@krazykoder
Copy link

Hi,
I am a noob on C<->Python porting / binding. I am wondering that if I need to add a new indicator to this library and recompile to make it available (importable) in python where should I write the code. I do see there is a Makefile.
From what I could understand tiamalgamation.c has all the indicator definitions, functions and headers. However at the top of the file its written -> this is generated and do not modify.

IF you can guide me where to start and how to make this process work, I would love to add 10 new indicators for my specific use and contribute to your original lib as well if you want.

thank you

@codeplea
Copy link
Member

The indicator would need to be added to its own C file in the C repo. Read this for more info: https://github.com/TulipCharts/tulipindicators/blob/master/CONTRIBUTING

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants