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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: