[][src]Crate yata

Yet Another Technical Analysis library

YaTA implements most common technical analysis methods and indicators

It also provides you an iterface to create your own indicators.

Some commonly used methods:

And many others: See Full list

Current usafe status

Currently there is no unsafe code in the crate.

Modules

core

Some useful features and definitions

helpers

Additional helping primitives

indicators
methods

Commonly used methods for manipulating timeseries. Every method implements Method trait.

prelude

Contains main traits you need to start using this library