indicator_math 0.3.0

A technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, MACD and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "indicator_math"
version = "0.3.0"
edition = "2021"

description = "A technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, MACD and more."
license = "MIT"
repository = "https://github.com/Pick999999/indicator_math"
documentation = "https://docs.rs/indicator_math"
homepage = "https://github.com/Pick999999/indicator_math"
readme = "README.md"