Skip to main content

Module trend

Module trend 

Source
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.