All indicators

RMA Breakout v1.0

Dec 10, 2018

Static chart image
SignalsChannelsMoving Averages

The RMA Breakout v1.0 indicator identifies potential trend reversals and breakout points by utilizing a dynamic channel based on Relative Moving Averages (RMA) of high and low prices.

Usage

The indicator creates an upper and lower envelope around price action. A long entry is triggered when the price breaks above the upper RMA boundary, while a short entry is triggered when the price breaks below the lower RMA boundary. This strategy is particularly effective in trending markets where price momentum carries through established support and resistance levels. Users can optimize the sensitivity of the breakout signals by adjusting the coefficient to widen or tighten the channel.

Details

The script utilizes the ta.rma function, which is the moving average used in the Relative Strength Index (RSI). It calculates two separate RMAs: one based on the highs and one based on the lows over a user-defined length.

To create the breakout envelope, a percentage-based coefficient is applied to these averages:

  • Upper Boundary: rma(high) * (1 + coefficient / 100)
  • Lower Boundary: rma(low) * (1 - coefficient / 100)

The strategy includes a built-in backtesting window allowing users to filter signals based on specific date ranges.

Settings

Main Settings

  • Length: Determines the lookback period for the RMA calculation. Higher values create smoother lines that react slower to price changes.
  • Coefficient: Adjusts the distance of the boundaries from the moving averages. A higher coefficient requires a larger price move to trigger a breakout signal.

Backtest Window

  • From Year/Month/Day: Sets the start date for the strategy execution.
  • To Year/Month/Day: Sets the end date for the strategy execution.

FAQ

How do I use the RMA Breakout v1.0?

Apply the script to your chart and look for price crosses outside the plotted green (upper) and red (lower) lines. Crosses above the green line indicate bullish momentum, while crosses below the red line indicate bearish momentum.

Which timeframe is best for this indicator?

While the script is optimized for the 4H timeframe on pairs like XBT/USD, it can be adjusted for various timeframes and assets by tuning the Length and Coefficient settings.

How can I access RMA Breakout v1.0?

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.

TradingView
NinjaTrader
MetaTrader 4/5

Unlock the entire LuxAlgo Library

Every indicator, every strategy, full charts, and complete access to Quant — our AI agent.