ta 0.0.1-alpha

Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc.
Documentation
1
2
3
4
5
mod exponential_moving_average;
pub use self::exponential_moving_average::ExponentialMovingAverage;

mod simple_moving_average;
pub use self::simple_moving_average::SimpleMovingAverage;