dx-rs 0.1.0

Directional Movement Index (DX) ,Average Directional Movement Index (ADX) and Average Directional Movement Rating (ADXR) implementaion In Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.ta-common]
version = "0.1.0"

[dependencies.tr-rs]
version = "0.1.0"

[package]
authors = ["immortal infidel <immortal.infidel@gmail.com>"]
description = " Directional Movement Index (DX) ,Average Directional Movement Index (ADX)  and Average Directional Movement Rating (ADXR) implementaion In Rust"
edition = "2018"
homepage = "https://github.com/immortalinfidel/dx-rs"
license = "MIT"
name = "dx-rs"
repository = "https://github.com/immortalinfidel/dx-rs"
version = "0.1.0"