Stochastic Momentum Index
Jan 15, 2017

The Stochastic Momentum Index indicator is an advanced oscillator designed to measure the distance of the current closing price relative to the center of the recent high/low range, providing a more refined view of price momentum and potential trend reversals.
Usage
The Stochastic Momentum Index (SMI) can be used to identify overbought and oversold conditions, as well as trend strength. Unlike the traditional Stochastic Oscillator, the SMI oscillates around a zero line and uses double exponential smoothing to reduce noise.
- Trend Identification: When the SMI is above the zero line, it suggests bullish momentum. Conversely, values below the zero line indicate bearish momentum.
- Overbought/Oversold: The indicator includes specific levels such as "Undecided" (25), "Extreme" (40), and "Turning" (97). Values reaching the Turning levels often indicate highly overextended conditions where a reversal might be imminent.
- Signal Line Crossovers: Traders can look for crossovers between the SMI line and its signal line (red) to identify potential entry or exit points. An upward cross suggests a bullish shift, while a downward cross suggests a bearish shift.
Details
This implementation is based on William Blau's work in "Momentum, Direction, and Divergence" (1995). The SMI is calculated by comparing the current close to the median of the high/low range over a specific lookback period (q). This distance is then smoothed twice using exponential moving averages (r and s). This double smoothing makes the SMI much less erratic than a standard stochastic, allowing for clearer trend analysis.
The formula used is:
- SM(q) = close - 0.5 * (HH(q) + LL(q))
- SMI(q, r, s) = 100 * (EMA(EMA(SM(q), r)), s) / (0.5 * EMA(EMA(HH(q) - LL(q)), r), s)
Settings
Period Settings
- q - Stochastic Momentum look back number of bars: Defines the lookback period used to find the highest high and lowest low.
- r - Inner exponential average number of bars: The length for the first EMA smoothing pass.
- s - Outer exponential average number of bars: The length for the second EMA smoothing pass.
- t - Signal exponential average number of bars: The length used to calculate the SMI Signal line.
Level Settings
- Undecided level: Sets the threshold for the initial boundary of momentum strength.
- Extreme level: Sets the threshold for significant momentum readings.
- Turning level: Sets the extreme threshold where the background highlights potential reversal zones.
FAQ
How do I interpret the SMI relative to the zero line? The zero line represents the midpoint of the high/low range. Positive values mean the close is above the midpoint (bullish), while negative values mean the close is below the midpoint (bearish).
What makes the SMI different from a regular Stochastic Oscillator? The SMI uses double-smoothed exponential moving averages and measures the distance from the midpoint, whereas the regular Stochastic measures the relative position of the close within the high/low range without the same level of smoothing.
How can 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.

