Expand description
TARS is a Rust library providing useful technical indicators such as Simple Moving Average or Exponential Moving Average. This library is written in pure Rust and heavily tested against the reference library in the field, TA-Lib.
Implemented indicators :
- Simple Moving Average
- Exponential Moving Average
- Parabolic SAR
- RSI
Modulesยง
- error
- helpers
- momentum_
indicators - This module contains the following indicators :
- overlap_
studies - This module contains the following indicators :