3 releases

0.1.2 Jan 16, 2023
0.1.1 Oct 25, 2021
0.1.0 Sep 27, 2021

#282 in Finance

36 downloads per month
Used in ta-lib

BSD-3-Clause

6MB
87K SLoC

C 75K SLoC // 0.3% comments Shell 5.5K SLoC // 0.1% comments M4 5.5K SLoC // 0.2% comments Automake 280 SLoC // 0.0% comments Java 188 SLoC // 0.4% comments Rust 68 SLoC // 0.1% comments

Contains (DOS exe, 135KB) ta-lib-0.4.0/src/tools/gen_code/mcpp.exe

ta-lib-sys

Build Status

The Technical Analysis library includes 200 financial indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, as well as Candlestick pattern recognition.

This crate includes the C source code the TA-Lib v0.4.0. This is built from source and Rust-wrapped by default. Alternatively, the system’s TA-Lib may be used. See Cargo features below.

Cargo Features

  • use_system_lib – Use the system's installed C TA lib instead of building from source.

lib.rs:

The Technical Analysis library includes 200 financial indicators such as ADX, MACD, RSI, Stochastic, Bollinger Bands, as well as Candlestick pattern recognition.

This crate includes the C source code the TA-Lib v0.4.0. This is built from source and Rust-wrapped by default. Alternatively, the system’s TA-Lib may be used. See Cargo Features below.

Cargo Features

  • use_system_lib – Use the system's installed C TA lib instead of building from source.

No runtime deps