yata 0.1.3

Yet another Technical Analysis library. For rust now.
Documentation

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:

  • Accumulation-distribution index;
  • Cross / CrossAbove / CrossUnder;
  • Derivative (differential)
  • Highest / Lowest / Highest-Lowest Delta
  • Hull moving average
  • Integral (sum)
  • Linear regression moving average
  • Momentum
  • Pivot points
  • Simple moving average
  • Weighted moving average
  • Volume weighted moving average
  • Exponential moving average family: EMA, DMA, TMA DEMA, TEMA
  • Symmetrically weighted moving average

And many others.

Some commonly used indicators:

  • Average Directional Index;
  • Awesome Oscillator;
  • Bollinger Bands;
  • Commodity Channel Index;
  • Detrended Price Oscillator;
  • Ease Of Movement;
  • Elders Force Index;
  • Envelopes;
  • Fisher Transform;
  • Ichimoku Cloud;
  • Keltner Channels;
  • Moving Average Convergence Divergence (MACD);
  • Money Flow Index;
  • Price Channel Strategy;
  • Relative Strength Index (RSI);
  • Stochastic Oscillator;
  • Trix;
  • Woodies CCI;

And many others

Current usafe status

Currently there is no unsafe code in the crate.