Crates.io | ta-lib |
lib.rs | ta-lib |
version | 0.1.2 |
source | src |
created_at | 2017-01-29 11:43:55.888553 |
updated_at | 2023-01-16 18:52:48.017575 |
description | High level Rust wrapper for TA-lib |
homepage | https://ta-lib.org/ |
repository | https://github.com/virtualritz/ta-lib-rs/ |
max_upload_size | |
id | 8282 |
size | 20,156 |
ta-lib
High level Rust wrapper around the Technical Analysis library.
This crate only exposes the functions I need myself from the original TA lib. Which has around 200 of them. Feel free to expose more and open a PR. Wrapping a missing indicator is usually a one line addition with the existing wrapper generation macros in the crate.
The following indicators are currently wrapped:
I sugget using the ta
crate instead, which is
a rewrite in Rust of some parts of TA but with better ergonomics than this
crate. But it also only implements parts of the original TA lib indicators.
I.e. if you need to use an indicator missing from ta
this crate may get you
there quickly, as a workaround.