Exponential Hull Momentum
Mar 26, 2026

The Exponential Hull Momentum indicator provides a normalized momentum oscillator built from an Exponential Hull Moving Average (EHMA) transformation to measure smoothed directional pressure. By normalizing a low-lag price transform within its own rolling high-low range, the tool helps traders identify relative momentum states and regime shifts more effectively than standard price-based oscillators.
Usage
The indicator can be used to identify trend direction, momentum intensity, and potential exhaustion points. The output oscillates between -0.5 and +0.5, with 0 serving as the neutral midline.
- Momentum Regime: Values above 0 indicate a positive momentum regime, while values below 0 indicate a negative momentum regime.
- Momentum Intensity: As the oscillator approaches +0.5 (bright green) or -0.5 (bright red), it signals strong momentum persistence. These are momentum extreme zones rather than traditional overbought/oversold levels.
- Signal Line: An optional moving average can be applied to the oscillator to identify momentum acceleration or crossovers. For a histogram-style view, the MA style can be changed to columns in the settings.
- Transitions: A fast move through the zero line often signals a fresh momentum shift, while flattening values near extremes may suggest momentum exhaustion.
Details
This script utilizes an "Exponential Hull" construction, which replaces the Weighted Moving Averages (WMA) found in a classic Hull Moving Average with Exponential Moving Averages (EMA). The calculation involves:
- A fast EMA on half the length.
- A slow EMA on the full length.
- A lag-compensation step: $2 * \text{Fast EMA} - \text{Slow EMA}$.
- A final smoothing pass using the square root of the length.
The resulting series is then normalized using a Min-Max style range: $(\text{Subject} - \text{Lowest}) / (\text{Highest} - \text{Lowest}) - 0.5$. This ensures the oscillator remains bounded and comparable across different assets and timeframes.
Settings
Calculation
- Exponential Hull Calculation Period: Determines the smoothing length of the underlying EHMA subject.
- Calculation Source: The price source used for the EHMA calculation (default is Close).
- Normalization Period: The lookback window used to find the highest and lowest values for range normalization.
Signals
- Show Oscillator?: Toggles the visibility of the main momentum oscillator.
- Show Oscillator Moving Average: Toggles the secondary signal line.
- Moving Average Type: Select from various types including SMA, EMA, DEMA, TEMA, HMA, ALMA, and more.
- MA Period: The lookback period for the secondary smoothing line.
UI Settings
- Paint Candles according to Trend?: Colors the chart candles based on whether the oscillator is above or below zero.
- Show Static Levels?: Toggles the visibility of the ±0.4 and ±0.5 boundary zones.
FAQ
How do I use the Exponential Hull Momentum for entries?
Traders often look for zero-line crossovers to confirm momentum shifts or signal line crossovers for earlier indications of accelerating or decelerating momentum.
What is the difference between this and a Stochastic oscillator?
While a Stochastic oscillator measures where price sits relative to its range, this indicator measures where a low-lag smoothed transform (EHMA) sits relative to its own recent smoothed range, resulting in less noise.
How do I access this indicator?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

