cxmr-ta-core 0.1.5

Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc.
Documentation
[[bench]]
harness = false
name = "indicators"
path = "benches/indicators.rs"
[badges.travis-ci]
branch = "master"
repository = "greyblake/ta-rs"
[dependencies.error-chain]
version = "0.11"
[dev-dependencies.assert_approx_eq]
version = "1.0.0"

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.csv]
version = "0.15.0"

[dev-dependencies.rand]
version = "0.6.5"

[package]
authors = ["Sergey Potapov <blake131313@gmail.com>"]
categories = ["science", "algorithms"]
description = "Technical analysis library. Implements number of indicators: EMA, SMA, RSI, MACD, Stochastic, etc."
documentation = "https://docs.rs/ta"
edition = "2018"
homepage = "https://github.com/greyblake/ta-rs"
include = ["src/**/*", "Cargo.toml", "README.md"]
keywords = ["technical-analysis", "financial", "ema", "indicators", "trading"]
license = "MIT"
name = "cxmr-ta-core"
readme = "README.md"
repository = "https://github.com/greyblake/ta-rs"
version = "0.1.5"