TA-Lib (Core C Library) https://ta-lib.org/
  • C 66%
  • Java 23.3%
  • C++ 8.2%
  • Python 1.6%
  • CMake 0.4%
  • Other 0.4%
Find a file
Mario Fortier 1bdf543840
Merge pull request #71 from serkor1/add_R_wrapper
Added references to R wrapper
2025-10-19 15:32:48 -04:00
.github CI: Remove vcvaralls.bat call in GHA. Done by package.py instead. 2025-01-14 19:01:35 -05:00
.vscode Call mcpp (pre-processor) with _RUST. After gen_code, see new rust dir 2024-12-31 17:26:39 -05:00
bin (#30) Fix parallel Make with slibtool + other issues 2024-11-16 17:42:15 -05:00
cmake Add x86 and arm64 .deb packaging 2024-12-08 23:52:17 -05:00
dist Update dist package (from ubuntu-latest) 2025-06-30 05:20:33 +00:00
docs Added references to R wrapper 2025-10-19 09:07:20 +02:00
dotnet Fix gen_code.exe for windows 2024-11-23 18:25:06 -08:00
ide Removed old VS2005, VS2008, VS2010 support 2024-11-08 16:24:46 -05:00
include Update dist package (from windows-2022) 2025-06-30 05:17:52 +00:00
java Update copyright year (2025) 2025-01-20 13:31:57 -05:00
lib Initial revision 2002-07-16 05:43:26 +00:00
m4 Add m4 empty directory for autoreconf 2024-11-07 14:03:38 -05:00
rust regen'd functions 2025-06-22 12:28:51 -04:00
scripts Add to sync.py maintenance of Cargo.toml version 2025-06-16 21:17:32 -04:00
src Merge pull request #68 from alteholz/spelling 2025-06-29 18:58:44 -04:00
swig Update copyright year (2025) 2025-01-20 13:31:57 -05:00
.editorconfig (#64) package.py now generate windows 64 bits library in dist 2024-11-18 23:20:54 -08:00
.gitignore adding rust cargo file and lib 2025-06-08 16:05:12 -04:00
autogen.sh add macOS libtool support. 2024-10-11 18:48:22 +08:00
CHANGELOG.md Remove outdated ta-lib/make directory. Use CMake and autotools instead 2025-01-14 14:01:31 -05:00
CLAUDE.md Fix Rust compilation warnings for unused variables and index validation 2025-06-22 12:27:11 -04:00
CMakeLists.txt Bump to v0.6.4 2025-01-10 23:43:28 -05:00
CNAME Create CNAME 2023-10-10 00:52:15 -04:00
configure.ac Update copyright year (2025) 2025-01-20 13:31:57 -05:00
install Fix CI for recent ta_lib to ta-lib renames for static libs 2024-11-27 00:52:51 -05:00
LICENSE Update copyright year (2025) 2025-01-20 13:31:57 -05:00
Makefile.am Fix adding gen_rust.c to Makefile (autotools) 2025-02-16 13:51:04 -05:00
mkdocs.yml First pass on refreshing website/docs 2025-01-09 23:58:38 -05:00
README-DEVS.md Bump to version 0.6.2 2024-12-25 22:21:18 -05:00
README.md Update README about new ta-lib-proposal-drafts 2024-12-06 18:19:39 -05:00
RUST_CONVERSION_PLAN.md adding claude files, plan file, and addressing todos in gen_rust.c 2025-06-04 21:24:07 -04:00
ta-lib.dpkg.in Unix packaging modification. 2006-08-21 04:16:42 +00:00
ta-lib.pc.in Fix CI for recent ta_lib to ta-lib renames for static libs 2024-11-27 00:52:51 -05:00
ta-lib.spec.in Bump to v0.6.4 2025-01-10 23:43:28 -05:00
ta_func_api.xml (#5) Fix substraction->subtraction typos 2024-11-07 23:30:32 -05:00
ta_func_list.txt (#5) Fix substraction->subtraction typos 2024-11-07 23:30:32 -05:00
uninstall uninstall script now remove bin/binaries 2024-11-27 01:03:22 -05:00
VERSION (#54) Fix gen_code compilation on Windows 2025-01-10 20:38:16 -08:00

Discord chat

main nightly tests dev nightly tests

TA-Lib - Technical Analysis Library

This is now the official home for C/C++ TA-Lib (instead of SourceForge).

More info https://ta-lib.org

You want a new TA Function implemented?

First step is to document the algorithm, with a sample of input/output in the ta-lib-proposal-drafts repos.