Docs.rs
rustalib-1.0.8
rustalib 1.0.8
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
celsisdurham
Dependencies
chrono ^0.4.34
normal
ndarray ^0.16.1
normal
polars ^0.47.1
normal
rand ^0.9.1
normal
serde ^1.0
normal
thiserror ^2.0.11
normal
approx ^0.5.1
dev
tempfile ^3.10.1
dev
Versions
75.83%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
rustalib
1.0.8
Module natr
Module Items
Functions
In rustalib::
indicators::
volatility
rustalib
::
indicators
::
volatility
Module
natr
Copy item path
Source
Functions
ยง
calculate_
natr
Calculates Normalized Average True Range (NATR) NATR is the ATR value divided by the closing price, expressed as a percentage. Formula: (ATR / Close) * 100