Expand description
Trend indicators: moving averages, ATR, MACD, and linear regression.
Re-exports§
pub use atr::Atr;pub use ema::Ema;pub use linear_regression::LinearRegression;pub use macd::Macd;pub use parabolic_sar::ParabolicSar;pub use sma::Sma;pub use wma::Wma;
Modules§
- atr
- Average True Range (ATR).
- ema
- Exponential Moving Average (EMA).
- linear_
regression - Linear Regression Slope.
- macd
- Moving Average Convergence Divergence (MACD).
- parabolic_
sar - Parabolic SAR (Stop and Reverse).
- sma
- Simple Moving Average (SMA).
- wma
- Weighted Moving Average (WMA).
Functions§
- register_
all - Register all trend indicators with the given registry.