TA-Lib / ta-lib

TA-Lib (Core C Library)
https://ta-lib.org/
BSD 3-Clause "New" or "Revised" License
590 stars 151 forks source link

Investigate Sourceforge Tickets #30

Open mrjbq7 opened 9 months ago

mrjbq7 commented 9 months ago

Bugs:

Patches:

Feature Requests:

mario4tier commented 1 week ago

Followings do not require further actions, with brief explanation for each:

New time frame data from tick data Beyond the scope of ta-lib. Issues building Docker Image Seems the user was all set after installing the C library. Consider Migrate to GitHubDone! TA-Lib Excel, where is it? Old stuff, no longer sold and supported. Missing trailing #N/​A in Excel Ditto
using size_t instead of int for index/​size variables Index inputs greater than 2GB would need new function signatures, I do not think this is highly requested/needed feature + proposed streaming design is beyond the scope of ta-lib. Good idea, but that should be start from scratch as a new project. minor patch to build with format-security This fix already done. Updated RPM spec file for x86_64 Linux That patch was already applied a long time ago. MAMA indicator returning incorrect results TA-Lib calculation are correct. OP eventually found a problem in its app.

mario4tier commented 1 week ago

The following will be track with their own Github Issues: TA_IMI fails reg_test test See #14

The following are fix in 0.6.0: Fix parallel Make issue with slibtool + other issues Fix but not tested on gentoo, but works on ubuntu. Autogen returns many warnings, maybe invalid Autogen has been fix with latest autotools (as of November 2024) Remove dependencies on libdl and libpthread Done TA_GetFuncInfo example small mistake Comment fix. TA_FuncTableAlloc description is wrong Comment fix.