Super Momentum Strategy
Feb 2, 2021

The Super Momentum Strategy tool is a momentum-based trading system that aggregates multiple Relative Momentum Index (RMI) oscillators and a Chande Momentum Oscillator (CMO) to identify high-probability entry and exit points. By combining several RMI layers with varying timeframes, it filters out noise and captures synchronized momentum shifts across different market cycles.
Usage
The strategy generates signals based on the confluence of five different RMI oscillators and one Chande Momentum Oscillator.
- Long Entries: Occur when the first four RMI indicators are below their respective "Buyline" (oversold) thresholds, RMI 5 is above its "Buy Above" level, and the Chande MO crosses above its "Buyline."
- Short Entries/Exits: Triggered when the first four RMIs are above their "Sellline" (overbought) thresholds, RMI 5 is below its "Sell Below" level, and the Chande MO crosses below its "Sellline."
- Risk Management: The strategy includes multiple tiers of Stop Loss (Hard, Soft, Safe) and Take Profit (Hard, Soft, Minimum) to manage trade exits dynamically based on both price percentage and momentum signals.
Details
This script is built upon the Relative Momentum Index (RMI), which is a variation of the RSI that incorporates a momentum component by comparing price changes over a specified number of bars rather than just bar-to-bar.
The strategy utilizes:
- Chande Momentum Oscillator (CMO): Acts as the primary trigger, measuring the difference between the sum of higher closes and lower closes.
- Multilayered RMI: Uses four RMIs for standard mean-reversion detection and a fifth RMI configured for trend-following (Reverse RMI), which acts as a filter to ensure the overall trend aligns with the trade direction.
- Backtest Engine: Includes a time-range filter and commission settings to provide a more realistic simulation of historical performance.
Settings
General & Chande
- Backtest Start/Stop: Sets the date range for the strategy simulation.
- Price: The source data used for calculations (default is Close).
- Alpha Chande Momentum Length: The lookback period for the Chande Momentum Oscillator.
- Chande Sellline/Buyline: Overbought and oversold levels for the primary trigger.
RMI Configuration (1-5)
- Length: The time period used for the RMI calculation.
- Momentum: The lookback interval for the momentum component of the RMI.
- Sellline/Buyline: Thresholds for overbought and oversold conditions for each RMI.
- RMI 5 Specifics: Uses "Buy Above" and "Sell Below" to act as a trend direction filter.
Risk Management
- Commission: Percentage-based fee applied to each trade.
- Hard/Soft/Safe Stop Loss: Percentage-based thresholds for exiting losing trades under various conditions.
- Hard/Soft Take Profit: Percentage-based thresholds for exiting winning trades.
- Minimum Sale Profit: A minimum threshold that must be met before a standard sell signal is executed.
FAQ
How do I access Super Momentum Strategy?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Can I use this for intraday trading?
Yes, the strategy can be applied to any timeframe. Users should adjust the RMI lengths and momentum parameters to match the volatility of the specific asset and timeframe they are trading.
What is the purpose of RMI 5?
Unlike the first four RMIs which seek oversold/overbought extremes, RMI 5 is designed to act as a trend filter. It ensures that entries are only taken when the longer-term momentum is supportive of the trade direction.
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.

