Trailing Stop with RSI - Momentum-Based Strategy
Jun 18, 2023

The Trailing Stop with RSI indicator provides a systematic momentum-based strategy that integrates Relative Strength Index (RSI) filters with a dynamic trailing stop-loss mechanism to capture trends while protecting capital.
Usage
The Usage section describes how the script can be used to identify trend reversals and manage open positions. The strategy functions through three primary components:
- Entry Conditions: Long positions are initiated when positive momentum is detected alongside an RSI confirmation (typically oversold conditions or specific threshold breaks). Conversely, short positions are triggered when negative momentum aligns with overbought RSI levels.
- Trailing Stop Activation: Once a trade is active, the script monitors price movement. The trailing stop can be configured to activate only after a specific profit percentage has been reached, ensuring the trade has sufficient "room" to develop before the stop tightens.
- Exit Logic: The strategy exits positions when the price breaches the trailing stop level or when the RSI reaches the opposite extreme (e.g., exiting a long when RSI becomes overbought).
Details
The script calculates momentum by measuring the change in price over a user-defined period and then analyzing the rate of change of that momentum (second-order momentum). This helps in identifying acceleration in price movement.
The trailing stop-loss is calculated based on the highest price reached (for longs) or lowest price reached (for shorts) since the trade was opened. This "peak" value is stored in an array and updated dynamically. The exit trigger occurs when the current price retraces by the user-defined percentage from this peak. The strategy also includes visual markers on the chart to show the average entry price and the current trailing stop level.
Settings
- Momentum Length: Sets the lookback period for the primary momentum calculation.
- RSI Length: Determines the number of bars used to calculate the Relative Strength Index.
- RSI Overbought Level: Defines the threshold (e.g., 70) used to identify potential short entries or long exits.
- RSI Oversold Level: Defines the threshold (e.g., 30) used to identify potential long entries or short exits.
- Trailing Stop Activation (%): The percentage of profit required before the trailing stop mechanism becomes active. If set to 0, the stop trails immediately upon entry.
- Position Trailing Stop (%): The percentage distance from the peak price at which the stop-loss order is placed.
FAQ
How do I adjust the sensitivity of the trend detection? You can increase or decrease the Momentum Length setting; higher values filter out noise but may lag, while lower values respond faster to price changes but may produce more false signals.
Can I use this strategy for intraday trading? Yes, the script is designed to be versatile and can be applied to various timeframes including M15, H1, and Daily charts across Forex, Crypto, and Stocks.
How do I access the Trailing Stop with RSI? 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.

