indicator_math 0.7.1

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

description = "A technical analysis indicator library for Rust: SMA, EMA, WMA, HMA, EHMA, and Advanced Market Analysis."
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"