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.
Free indicator
Get free access to this indicator on the platforms below.
Unlock the entire LuxAlgo Library
Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.