2025-12-08 11:00:58 -08:00
# Trends
Trend indicators help identify the direction and strength of a market trend. Moving averages are the most common type of trend indicator, smoothing out price data to create a clearer picture of the underlying direction.
| Indicator | Full Name | Description |
| :--- | :--- | :--- |
2025-12-14 20:32:01 -08:00
| [ADX ](adx/Adx.md ) | Average Directional Index | Measures the strength of a trend, regardless of its direction. |
2025-12-13 20:21:21 -08:00
| ALLIGATOR | Williams Alligator | |
| [ALMA ](alma/Alma.md ) | Arnaud Legoux MA | Uses Gaussian distribution weights to balance smoothness and responsiveness. |
| AMAT | Archer Moving Averages Trends | |
2025-12-08 11:00:58 -08:00
| BESSEL | Bessel Filter | |
| BILATERAL | Bilateral Filter | |
| BLMA | Blackman Window MA | |
| BPF | Ehlers Bandpass Filter | |
| BUTTER | Butterworth Filter | |
| BWMA | Bessel-Weighted MA | |
| CHEBY1 | Chebyshev Type I Filter | |
| CHEBY2 | Chebyshev Type II Filter | |
2025-12-13 20:21:21 -08:00
| [CONV ](conv/Conv.md ) | Convolution MA with any kernel | Applies a custom kernel (weights) to the data window. |
| [DEMA ](dema/Dema.md ) | Double Exponential MA | Reduces lag by placing more weight on recent data than a standard EMA. |
2025-12-08 11:00:58 -08:00
| DSMA | Deviation-Scaled MA | |
2025-12-13 20:21:21 -08:00
| [DWMA ](dwma/Dwma.md ) | Double Weighted MA | Applies WMA smoothing twice to reduce noise further. |
2025-12-08 11:00:58 -08:00
| ELLIPTIC | Elliptic (Cauer) Filter | |
2025-12-13 20:21:21 -08:00
| [EMA ](ema/Ema.md ) | Exponential MA | Weighted average giving more importance to recent price data. |
2025-12-08 11:00:58 -08:00
| EPMA | Endpoint MA | |
2025-12-13 20:21:21 -08:00
| FRAMA | Ehlers Fractal Adaptive MA | |
2025-12-08 11:00:58 -08:00
| GAUSS | Gaussian Filter | |
| GWMA | Gaussian-Weighted MA | |
| HAMMA | Hamming Window MA | |
| HANMA | Hanning Window MA | |
2025-12-13 20:21:21 -08:00
| HANN | Hann FIR Filter | |
2025-12-08 11:00:58 -08:00
| HEMA | Hull Exponential MA | |
2025-12-13 20:21:21 -08:00
| [HMA ](hma/Hma.md ) | Hull MA | Developed by Alan Hull to reduce lag while improving smoothing. |
2025-12-08 11:00:58 -08:00
| HP | Hodrick-Prescott Filter | |
| HPF | Ehlers Highpass Filter | |
2025-12-14 16:52:02 -08:00
| [HTIT ](htit/Htit.md ) | Ehlers Hilbert Transform Instantaneous Trend | Uses Hilbert Transform to measure the dominant cycle period and compute an instantaneous trendline. |
2025-12-13 20:21:21 -08:00
| HT_TRENDMODE | Ehlers Hilbert Transform Trend Mode | |
2025-12-08 11:00:58 -08:00
| HWMA | Holt Weighted MA | |
2025-12-13 20:21:21 -08:00
| ICHIMOKU | Ichimoku Cloud | |
2025-12-13 21:38:32 -08:00
| [JMA ](jma/Jma.md ) | Jurik Moving Average | Adaptive moving average that adjusts to market volatility for superior smoothing with minimal lag. |
2025-12-13 20:21:21 -08:00
| [KAMA ](kama/Kama.md ) | Kaufman Adaptive MA | Adapts to market volatility by adjusting its smoothing factor based on an Efficiency Ratio. |
2025-12-08 11:00:58 -08:00
| KF | Kalman Filter | |
| LOESS | LOESS/LOWESS Smoothing | |
2025-12-13 20:21:21 -08:00
| [LSMA ](lsma/Lsma.md ) | Least Squares Moving Average | Calculates the linear regression line for a specified period. |
2025-12-08 11:00:58 -08:00
| LTMA | Linear Trend MA | |
2025-12-13 20:21:21 -08:00
| [MAMA ](mama/Mama.md ) | Ehlers MESA Adaptive MA | Adapts to market cycles using Hilbert Transform phase measurement. |
2025-12-14 17:14:51 -08:00
| [MGDI ](mgdi/Mgdi.md ) | McGinley Dynamic Indicator | A moving average that adjusts for shifts in market speed to minimize lag and whipsaws. |
2025-12-08 11:00:58 -08:00
| MMA | Modified MA | |
| NOTCH | Notch Filter | |
2025-12-13 20:21:21 -08:00
| [PWMA ](pwma/Pwma.md ) | Parabolic Weighted MA | Uses parabolic weighting ($i^2$) to give more weight to recent data. |
2025-12-08 11:00:58 -08:00
| QEMA | Quadruple Exponential MA | |
| REMA | Regularized Exponential MA | |
| RGMA | Recursive Gaussian MA | |
2025-12-13 20:21:21 -08:00
| [RMA ](rma/Rma.md ) | wildeR MA (SMMA, MMA) | Exponential moving average with alpha = 1/N. |
2025-12-08 11:00:58 -08:00
| SGF | Savitzky-Golay Filter | |
| SGMA | Savitzky-Golay MA | |
| SINEMA | Sine-weighted MA | |
2025-12-13 20:21:21 -08:00
| [SMA ](sma/Sma.md ) | Simple MA | The unweighted mean of the previous n data. |
2025-12-08 11:00:58 -08:00
| SSF | Ehlers Super Smooth Filter | |
2025-12-13 20:21:21 -08:00
| SUPER | SuperTrend | |
| [T3 ](t3/T3.md ) | Tillson T3 MA | A smooth moving average that uses a smoothing factor to reduce lag. |
| [TEMA ](tema/Tema.md ) | Triple Exponential MA | Designed to smooth price fluctuations and filter out volatility. |
| [TRIMA ](trima/Trima.md ) | Triangular MA | A double-smoothed SMA that gives more weight to the middle of the data window. |
| TTM | TTM Trend | |
2025-12-08 11:00:58 -08:00
| USF | Ehlers Ultrasmooth Filter | |
2025-12-13 20:21:21 -08:00
| VAMA | Volatility Adjusted Moving Average | |
| [VIDYA ](vidya/Vidya.md ) | Variable Index Dynamic Average | Adapts smoothing based on volatility using the Chande Momentum Oscillator (CMO). |
2025-12-08 11:00:58 -08:00
| WIENER | Wiener Filter | |
2025-12-13 20:21:21 -08:00
| [WMA ](wma/Wma.md ) | Weighted MA | Assigns a heavier weighting to more current data points since they are more relevant. |
2025-12-08 11:00:58 -08:00
| YZVAMA | Yang-Zhang Volatility Adjusted MA | |
| ZLDEMA | Zero-Lag Double Exponential MA | |
| ZLEMA | Zero-Lag Exponential MA | |
| ZLTEMA | Zero-Lag Triple Exponential MA | |