#indicator #trading #analysis #moving-average #ta #algorithm

tars

A Rust library providing useful technical indicators

4 releases

Uses old Rust 2015

0.1.3 Oct 22, 2017
0.1.2 Oct 18, 2017
0.1.1 Oct 18, 2017
0.1.0 Oct 17, 2017

#217 in Finance

MIT license

35KB
251 lines

TARS

crates.io Downloads from crates.io Build Status doc.rs MIT licensed

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

The project is licensed under the terms of the MIT License.

Contribution

Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.

Disclaimer

This SOFTWARE PRODUCT is provided by THE PROVIDER "as is" and "with all faults." THE PROVIDER makes no representations or warranties of any kind concerning the safety, suitability, lack of viruses, inaccuracies, typographical errors, or other harmful components of this SOFTWARE PRODUCT. There are inherent dangers in the use of any software, and you are solely responsible for determining whether this SOFTWARE PRODUCT is compatible with your equipment and other software installed on your equipment. You are also solely responsible for the protection of your equipment and backup of your data, and THE PROVIDER will not be liable for any damages you may suffer in connection with using, modifying, or distributing this SOFTWARE PRODUCT.

No runtime deps