This script detects strong breakout candles by analyzing price movement and volume. It first calculates a moving average of volume and the Average True Range (ATR) to measure volatility. A candle is flagged as a breakout if its price movement exceeds a user-defined multiple of the ATR. The script also checks if the breakout is supported by unusually high volume. If a candle meets these conditions, it is colored lime for a bullish breakout or orange for a bearish breakout; otherwise, it remains silver. It then calculates target price levels by adding or subtracting a percentage of the candle's range and plots arrows at these levels to indicate potential breakout targets.
In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in publications is governed by House rules. Você pode favoritá-lo para usá-lo em um gráfico.
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.