Breakout Target
Apr 20, 2022

The Breakout Target indicator identifies potential breakout entry points by detecting high-range candles and suggesting specific price levels for pending orders. It aims to help traders capitalize on volatility shifts by providing visual cues for entry prices and stop-loss distances based on Average True Range (ATR).
Usage
The Breakout Target tool provides signals based on price expansion relative to recent volatility. When a candle's range exceeds a specific threshold (determined by the ATR and a multiplier), the script plots a signal.
- Long Setup: A green diamond appears when a bullish breakout candle is detected. The indicator then plots a "Buystop Price" line, suggesting a level to look for long entries.
- Short Setup: A red diamond appears when a bearish breakout candle is detected. The indicator then plots a "Sellstop Price" line, suggesting a level to look for short entries.
Traders typically use these levels to set pending orders or as confirmation for trend continuation. The script also calculates suggested stop-loss values based on the breakout's intensity and ATR.
Details
The script calculates the difference between the high and low of a candle (the price range) and compares it against a dynamic threshold. This threshold is calculated as the 14-period ATR multiplied by a factor of 1.3.
- Volatility Filtering: By using ATR, the indicator adjusts to current market conditions, ensuring that "breakout" signals require more significant price movement during high-volatility periods and less during low-volatility periods.
- Price Adjustment: The suggested entry prices (Buy/Sell levels) are offset from the closing price using a fraction of the ATR (0.35 multiplier), providing a "buffer" for the pending order.
- Stop-Loss Logic: The indicator computes a value intended for stop-loss placement, which combines the ATR with a variable (ca/cb) derived from the excess range of the breakout candle.
Settings
- ATR Period: (Standard 14 used in calculation) Defines the window for calculating market volatility.
- ATR Multiplier: (Internal 1.3) Controls the sensitivity of the breakout detection; higher values require larger candles to trigger signals.
- Price Offset Multiplier: (Internal 0.35) Determines the distance of the suggested entry price from the signal candle's close.
FAQ
How do I access the Breakout Target indicator?
You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
What do the blue lines represent?
The blue lines represent the suggested "Buystop" or "Sellstop" prices. These are levels calculated to help traders enter a position following a significant volatility breakout.
Can I use this on any timeframe?
Yes, the indicator is based on ATR and candle range, meaning it will adapt to any timeframe, though it is most commonly used on intraday charts to capture momentum shifts.
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.