Crate tars [−] [src]
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 : - [x] Simple Moving Average - [x] Exponential Moving Average - [x] Parabolic SAR - [x] RSI
Modules
error | |
helpers | |
momentum_indicators |
This module contains the following indicators : - RSI (Relative Strenght Index) |
overlap_studies |
This module contains the following indicators : - SMA (Simple Moving Average) - EMA (Exponential Moving Average) - PSAR (Parabolic SAR) |