Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hide:

* Candlestick patterns recognition

* Core written in [C/C++](api.md) with API also available for [Python](wrappers.md) and [R](wrappers.md).
* Core written in [C/C++](api.md) with API also available for [Python, R, Ruby, and Zig](wrappers.md).

* Open-Source (BSD License). Can be freely integrated in your own open-source or commercial applications.

Expand Down
6 changes: 5 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ Instructions are for installing the C/C++ shared, static libraries and headers o

Latest release is [0.6.4 on Github](https://github.com/ta-lib/ta-lib/releases/latest)

For python and Rusers, see instead [ta-lib-python](https://github.com/TA-Lib/ta-lib-python) or [ta-lib-R](https://github.com/serkor1/ta-lib-R)
For Python users, see instead
[ta-lib-python](https://github.com/TA-Lib/ta-lib-python). For R users, see
instead [ta-lib-R](https://github.com/serkor1/ta-lib-R). For Ruby users, see
instead [ta-lib-ruby](https://github.com/TA-Lib/ta-lib-ruby). For Zig users,
see instead [ta-lib-zig](https://github.com/ta-lib/ta-lib-zig).

- [Windows](#windows)
- [Executable Installer (recommended)](#executable-installer-recommended)
Expand Down
2 changes: 2 additions & 0 deletions docs/wrappers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ Not satisfied with the C/C++ version? Please check these alternative projects th

* [ta-lib-python](https://github.com/ta-lib/ta-lib-python)
* [ta-lib-R](https://github.com/serkor1/ta-lib-R)
* [ta-lib-ruby](https://github.com/TA-Lib/ta-lib-ruby)
* [ta-lib-zig](https://github.com/ta-lib/ta-lib-zig)
* [pandas-ta](https://github.com/twopirllc/pandas-ta)