Consolidation Zone Hunter NPR BasedThis script will search for zones where the range between the high and low is lower than avg % nearest rank of last X bars.
After X(=30) bars of consolidating range it will signal that the market is in a range and draw the top, bottom and middle of that range.
When price breaks the consolidating range the range is cleared, this is where you long/short the breakout. After this it will look for the next range and do the same.
Visual Explanation
Search in scripts for "breakout"
[blackcat] L2 Swing Oscillator Swing MeterLevel: 2
Background
Swing trading is a type of trading aimed at making short to medium term profits from a trading pair over a period of a few days to several weeks. Swing traders mainly use technical analysis to look for trading opportunities. In addition to analyzing price trends and patterns, these traders can also use fundamental analysis.
Function
L2 Swing Oscillator Swing Meter is an oscillator based on breakouts. Another important feature of it is the swing meter, which confirms the top or bottom's confidence level with different color candles. The higher of the candles stack up, the higher confidence level is indicated.
Key Signal
absolutebot ---> absolute bottom with very high confidence level
ltbot ---> long term bottom with high confidence level
mtbot ---> middle term bottom with moderate confidence level
stbot ---> short term bottom with low confidence level
absolutetop ---> absolute top with very high confidence level
lttop ---> long term top with high confidence level
mttop ---> middle term top with moderate confidence level
sttop ---> short term top with low confidence level
fastline ---> oscillator fast line
slowline ---> oscillator slow line
Pros and Cons
Pros:
1. reconfigurable swing oscillator based on breakouts
2. swing meter can confirm/validate the bottom and top signal
Cons:
1. not appliable with trading pairs without volume information
2. small time frame may not trigger swing meter function
Remarks
This is a simple but very comprehensive technical indicator
Readme
In real life, I am a prolific inventor. I have successfully applied for more than 60 international and regional patents in the past 12 years. But in the past two years or so, I have tried to transfer my creativity to the development of trading strategies. Tradingview is the ideal platform for me. I am selecting and contributing some of the hundreds of scripts to publish in Tradingview community. Welcome everyone to interact with me to discuss these interesting pine scripts.
The scripts posted are categorized into 5 levels according to my efforts or manhours put into these works.
Level 1 : interesting script snippets or distinctive improvement from classic indicators or strategy. Level 1 scripts can usually appear in more complex indicators as a function module or element.
Level 2 : composite indicator/strategy. By selecting or combining several independent or dependent functions or sub indicators in proper way, the composite script exhibits a resonance phenomenon which can filter out noise or fake trading signal to enhance trading confidence level.
Level 3 : comprehensive indicator/strategy. They are simple trading systems based on my strategies. They are commonly containing several or all of entry signal, close signal, stop loss, take profit, re-entry, risk management, and position sizing techniques. Even some interesting fundamental and mass psychological aspects are incorporated.
Level 4 : script snippets or functions that do not disclose source code. Interesting element that can reveal market laws and work as raw material for indicators and strategies. If you find Level 1~2 scripts are helpful, Level 4 is a private version that took me far more efforts to develop.
Level 5 : indicator/strategy that do not disclose source code. private version of Level 3 script with my accumulated script processing skills or a large number of custom functions. I had a private function library built in past two years. Level 5 scripts use many of them to achieve private trading strategy.
B3 Level_BreakUsable on any style chart, B3_Level_Break is simply a breakout play off the highest high or lowest low of a period. What makes this script slightly different is that it looks forward and backward for the pivotal point. This line is then carried forward with time decay; they will either erase with time, or erase when crossed by price. So many traders young and old like to draw price level lines, and this indicator certainly helps the lazy person do this.
Hedge Fund firms and trading groups around the market use indicators like this one to bring awareness to the last time price failed to reach further. When these levels are approached again, the cloud-fill will highlight the break outs, but a firm trader isn't always trading the breakout. What a good trader will do is look at the Level 3 data and the Time & Sales to determine if the story of supply and demand is pointing to a breakout, or a reversal (like a double-top or double-bottom).
I have automated this strategy to some varying degrees of success, avoiding the range reversal trades. Like any trend finding indicator, a rangy day will be tough to find a good signal from it. However, if you find range with no breakouts in this indicator, an oscillator of your choosing would be appropriate to trade the reversals within the ranges.
On a NQ1! 5m chart I have been using a length of anywhere from 7 to 16, (higher length gets you out of noise). The higher in interval you go, the less length you likely need. I have been looking at Stochastic turns at OVB OVS in combination with stocks breaking out on this indicator length set to 3 with interval Day or 4-6hr charts. Its a good catch for fading an earnings dip or bump after the call, or simply a confirming entry on the old school stochastic swing trade.
It has been some time since I have made a post. I will continue to post anything I find useful. It's best in the market to find things that work and stick with them, so it should make sense that I don't post as often. Enjoy !! :)
Master Candle Breakout V1 Master Candle Breakout V1 - Indicator Description
The Master Candle Breakout V1 indicator is a powerful price action-based tool designed to help traders identify and capitalize on breakout opportunities from consolidation phases. This indicator is particularly useful for identifying master candles, which are large candles that encompass the range of subsequent candles, creating a key level of support or resistance. Once the price breaks above or below the range of the master candle, the indicator provides clear buy or sell signals, allowing traders to ride the momentum of the breakout.
Key Features:
Master Candle Detection: The indicator identifies master candles based on a user-defined period, marking them on the chart as critical breakout points.
Buy and Sell Signals: When the price breaks above the master candle's high, a buy signal is plotted. Similarly, when the price breaks below the master candle's low, a sell signal is generated. These signals are displayed on the chart with customizable shapes (diamonds, arrows, circles, crosses) and colors for easy visualization.
Stop-Loss Level Display: For risk management, the indicator calculates and plots a stop-loss level based on user-defined ticks above or below the master candle's high or low. The stop-loss value is shown as a label next to the signal, helping traders manage risk effectively.
Customizable Colors and Shapes: Users can fully customize the appearance of the signals, including the color of the buy/sell diamonds, the stop-loss label text color, and the type of shape used for the signals.
Versatile Application: The Master Candle Breakout V1 can be applied to any timeframe and market, from forex and stocks to commodities and cryptocurrencies, making it a highly versatile tool for traders of all types.
How to Use:
Master Candle Period: Define how many candles should follow the master candle for confirmation.
Stop Loss Ticks: Set the number of ticks above or below the master candle to define your stop-loss level.
Entry Signals: Once the price closes outside the high or low of the master candle, enter the trade accordingly (buy on breakouts above the high, sell on breakouts below the low).
Risk Management: Use the stop-loss level provided by the indicator to minimize losses and protect your capital.
This indicator is perfect for traders who prefer a simple, price-action-based strategy and want to avoid the clutter of traditional indicators. By focusing on the core principle of breakouts, Master Candle Breakout V1 helps traders quickly identify consolidation zones and potential breakout trades.
OBR 15min Session Opening Range Breakout + Volume Trend DeltaQuick Overview
This Pine Script plots the opening range for London and New York sessions, highlights breakout levels, draws previous session pivots, and offers a live volume delta table for trend confirmation.
Session Opening Range
- Captures the high/low of the first 15 minutes (configurable) for both London & NY sessions.
- Fills the range area with adjustable semi‑transparent colors.
- Optional alerts fire on breakout above the high or below the low.
Previous Session Levels
- Automatically draws previous day’s High, Low, Open and previous 4‑hour High/Low.
- Helps identify key S/R zones as price approaches ORB breakouts.
Volume Trend Delta
- Uses a CMO‑weighted moving average and ATR bands to detect trend state.
- Accumulates bullish vs. bearish volume during each trend.
- Displays Bull Vol, Bear Vol, and Delta % in a movable table for quick strength checks.
How to Use
1. Let the opening range complete (first 15 min).
2. Look for price closing above/below the ORB—enter long on an upside break, short on a downside break.
3. Check the Volume Delta table: positive delta confirms buying strength; negative delta confirms selling pressure.
4. Use previous day/4h levels as additional support/resistance filters.
Settings & Customization
- ORB Duration & Session Times (London/NY), fill colors, and toggles.
- Enable/disable Previous Day & 4H levels.
- Trend Period, Momentum Window, and Delta table position/size.
- Pre‑built alert conditions for all ORB breakouts.
Developer Notes
- Fully commented for easy adjustments.
- Modular sections: ORB, previous levels, trend delta, and alerts.
- No external libraries—pure Pine Script v6.
Tip
Combine ORB breakouts with Volume Delta and prior session pivots to filter false signals and trade stronger, more reliable moves.
52SIGNAL RECIPE Market Structure Reversal Signals═══ 52SIGNAL RECIPE Market Structure Reversal Signals ═══
◆ Overview
52SIGNAL RECIPE Market Structure Reversal Signals is a technical indicator designed to detect structural changes in price charts and identify potential trend reversals. By tracking highs and lows over a specified period, this indicator provides clear visual signals when significant price breakouts occur, helping traders capture directional changes in the market early.
─────────────────────────────────────
◆ Key Features
• Structural Reversal Detection: Provides potential trend change signals when price breaks through recent N-day highs/lows
• Duplicate Signal Prevention: Filters out consecutive signals in the same direction
• Intuitive Visualization: Clearly distinguishes bullish/bearish reversal signals by color and position on the chart
• Confirmed Bar Based: Generates signals only after bars are completely closed, enhancing reliability
• Customizable Settings: Adjustable tracking period to optimize for various market environments and timeframes
─────────────────────────────────────
◆ Technical Foundation
■ Market Structure Analysis Principle
• High/Low Tracking: Identifies previous highs (LH) and lows (HL) over the specified period
• Structural Breakout: Interprets as structural change when closing price breaks above previous high or below previous low
• Confirmed Bar Verification: Minimizes false signals by generating signals only after the current bar has completely closed
■ Signal Filtering Mechanism
• Signal State Tracking: Prevents duplicate signals by tracking the direction of the last generated signal
• Directional Change Focus: Suppresses signals in the same direction until an opposite signal occurs
• Noise Reduction: Focuses only on important level breakouts, eliminating unnecessary signals
─────────────────────────────────────
◆ Practical Applications
■ Trend Reversal Point Identification
• Bullish Trend Starting Point:
▶ When bullish reversal signal occurs after a downtrend
▶ When upward momentum is confirmed by breaking previous high
• Bearish Trend Starting Point:
▶ When bearish reversal signal occurs after an uptrend
▶ When downward momentum is confirmed by breaking below previous low
• Range Breakout Detection:
▶ Potential trend formation signals when breaking upper/lower boundaries in a ranging market
■ Trading Strategy Application
• Trend Following Strategy:
▶ Consider buy entry when bullish reversal signal occurs
▶ Consider sell entry when bearish reversal signal occurs
• Reversal Trading:
▶ Signals occurring at support/resistance levels provide high-probability entry points
▶ Reversal signals in overbought/oversold conditions strengthen trend reversal possibility
• Risk Management:
▶ Consider closing or reducing positions when opposite signals occur
▶ Set precise stop-loss points by combining with key technical levels
─────────────────────────────────────
◆ Advanced Setting Options
■ Tracking Period (N-day) Adjustment
• Short-term Setting: 10-15 days (sensitive signals, quick reaction, suitable for short-term trading)
• Medium-term Setting: 20-30 days (balanced signals, general trend detection, recommended default)
• Long-term Setting: 40-50 days (strong filtering, detects only major trend reversals, suitable for long-term investment)
■ Timeframe Optimization
• Daily Chart: 20-30 day setting (medium-term trend change detection)
• 4-Hour Chart: 30-40 setting (short-term swing trading signals)
• Hourly Chart: 40-50 setting (intraday trend change detection)
• Intraday Chart: 10-20 setting (scalping and short-term trading)
■ Market Type Adjustment
• High Volatility Markets: Higher N values (30-50) to filter noise
• Trending Markets: Medium N values (20-30) to capture only major reversals
• Ranging Markets: Lower N values (10-20) to capture range-bound movements
─────────────────────────────────────
◆ Synergy with Other Indicators
• Moving Averages: Signal strength enhanced when Market Structure Reversal Signals align with key moving average crossovers
• RSI: Market Structure Reversal Signals occurring at overbought/oversold levels increase reversal probability
• Volume Indicators: Market Structure Reversal Signals accompanied by high volume enhance reliability
• Fibonacci Levels: Market Structure Reversal Signals occurring at key Fibonacci levels provide important turning points
• Channel Indicators: Powerful breakout confirmation when price channel upper/lower breakthroughs coincide with Market Structure Reversal Signals
─────────────────────────────────────
◆ Conclusion
52SIGNAL RECIPE Market Structure Reversal Signals objectively identifies structural changes in the market and clearly visualizes potential trend reversal points. Its simple yet powerful approach of detecting directional changes through recent N-day high/low breakouts provides flexibility applicable to various market environments and trading styles. The duplicate signal prevention mechanism and confirmed bar-based signal generation greatly enhance signal quality and reliability. When combined with other technical indicators, synergy effects can be maximized, providing traders with a valuable tool to capture market turning points early.
─────────────────────────────────────
※ Disclaimer: Past performance does not guarantee future results. Always use appropriate risk management strategies.
═══ 52SIGNAL RECIPE Market Structure Reversal Signals ═══
◆ 개요
52SIGNAL RECIPE Market Structure Reversal Signals는 가격 차트의 구조적 변화를 감지하여 잠재적인 추세 반전을 식별하는 기술적 지표입니다. 이 지표는 최근 N일 동안의 고점과 저점을 추적하여 의미 있는 가격 돌파가 발생할 때 명확한 시각적 신호를 제공함으로써, 트레이더가 시장의 방향성 변화를 조기에 포착할 수 있도록 도와줍니다.
─────────────────────────────────────
◆ 주요 특징
• 구조적 반전 탐지: 가격이 최근 N일 고점/저점을 돌파할 때 잠재적 추세 변화 신호 제공
• 중복 신호 방지: 동일한 방향의 신호가 연속으로 반복되지 않도록 필터링
• 직관적인 시각화: 상승/하락 반전 신호를 차트 상에서 색상과 위치로 명확히 구분
• 확정 봉 기반: 봉이 완전히 종료된 후에만 신호 생성하여 신뢰도 향상
• 사용자 정의 설정: 추적 기간을 조정하여 다양한 시장 환경과 타임프레임에 최적화 가능
─────────────────────────────────────
◆ 기술적 기반
■ 시장 구조 분석 원리
• 고점/저점 추적: 지정된 기간 동안의 이전 고점(LH)과 저점(HL) 식별
• 구조적 돌파: 종가가 이전 고점을 상향 돌파하거나 이전 저점을 하향 돌파할 때 구조적 변화로 해석
• 확정 봉 검증: 현재 봉이 완전히 종료된 후에만 신호 생성하여 오신호 최소화
■ 신호 필터링 메커니즘
• 신호 상태 저장: 마지막 생성된 신호의 방향을 추적하여 동일 방향 신호 중복 방지
• 방향성 전환 초점: 반대 방향 신호가 발생할 때까지 동일 방향 신호 억제
• 노이즈 감소: 중요 수준 돌파에만 집중하여 불필요한 신호 제거
─────────────────────────────────────
◆ 실용적 응용
■ 추세 전환점 식별
• 상승 추세 시작점:
▶ 하락 추세 후 상승 반전 신호 발생 시
▶ 이전 고점 돌파로 상승 모멘텀 확인 시
• 하락 추세 시작점:
▶ 상승 추세 후 하락 반전 신호 발생 시
▶ 이전 저점 이탈로 하락 모멘텀 확인 시
• 범위 돌파 감지:
▶ 횡보 시장에서 상/하 경계 돌파 시 잠재적 추세 형성 신호
■ 트레이딩 전략 적용
• 추세 추종 전략:
▶ 상승 반전 신호 발생 시 매수 진입 고려
▶ 하락 반전 신호 발생 시 매도 진입 고려
• 반전 트레이딩:
▶ 지지/저항 수준에서 반전 신호 발생 시 높은 확률의 진입점 제공
▶ 과매수/과매도 상태에서의 반전 신호는 추세 전환 가능성 강화
• 리스크 관리:
▶ 반대 방향 신호 발생 시 포지션 종료 또는 축소 고려
▶ 주요 기술적 수준과 결합하여 정밀한 손절점 설정 가능
─────────────────────────────────────
◆ 고급 설정 옵션
■ 추적 기간(N일) 조정
• 단기 설정: 10-15일 (민감한 신호, 빠른 반응, 단기 트레이딩에 적합)
• 중기 설정: 20-30일 (균형 잡힌 신호, 일반적 추세 감지, 기본 권장)
• 장기 설정: 40-50일 (강한 필터링, 주요 추세 전환만 감지, 장기 투자에 적합)
■ 타임프레임별 최적화
• 일봉 차트: 20-30일 설정 (중기 추세 변화 감지)
• 4시간 차트: 30-40 설정 (단기 스윙 트레이딩 신호)
• 시간봉 차트: 40-50 설정 (일중 추세 변화 감지)
• 일중 차트: 10-20 설정 (스캘핑 및 단기 거래)
■ 시장 유형별 조정
• 변동성 높은 시장: 높은 N값 (30-50) 설정으로 노이즈 필터링
• 추세 시장: 중간 N값 (20-30) 설정으로 주요 반전만 포착
• 횡보 시장: 낮은 N값 (10-20) 설정으로 범위 내 움직임 포착
─────────────────────────────────────
◆ 다른 지표와의 시너지
• 이동평균선: Market Structure Reversal Signals 신호와 주요 이동평균선 교차 지점이 일치할 때 신호 강화
• RSI: 과매수/과매도 수준에서의 Market Structure Reversal Signals 신호는 반전 가능성 높임
• 볼륨 지표: 높은 볼륨과 함께 발생하는 Market Structure Reversal Signals 신호는 신뢰도 향상
• 피보나치 레벨: 주요 피보나치 레벨에서 발생하는 Market Structure Reversal Signals 신호는 중요한 전환점 제공
• 채널 지표: 가격 채널의 상단/하단 돌파와 Market Structure Reversal Signals 신호 일치 시 강력한 돌파 확인
─────────────────────────────────────
◆ 결론
52SIGNAL RECIPE Market Structure Reversal Signals는 시장의 구조적 변화를 객관적으로 식별하여 잠재적인 추세 전환점을 명확하게 시각화합니다. 최근 N일 고점/저점 돌파를 통해 방향성 변화를 감지하는 단순하면서도 강력한 접근 방식은 다양한 시장 환경과 트레이딩 스타일에 적용할 수 있는 유연성을 제공합니다. 중복 신호 방지 메커니즘과 확정 봉 기반 신호 생성은 신호의 품질과 신뢰성을 크게 향상시킵니다. 다른 기술적 지표와 결합하여 사용할 때 시너지 효과를 극대화할 수 있으며, 트레이더에게 시장의 전환점을 조기에 포착할 수 있는 귀중한 도구를 제공합니다.
─────────────────────────────────────
※ 면책 조항: 과거 성과가 미래 결과를 보장하지 않습니다. 항상 적절한 리스크 관리 전략을 사용하세요.
PumpC Opening Range Breakout (ORB) 5min Range📄 PumpC ORB 5-Minute Opening Range Breakout Indicator
✨ Overview
The PumpC ORB 5-Minute Opening Range Breakout indicator captures early session price action by tracking the high, low, and open of a defined 5-minute window at market open (customized for Futures or Stocks).
It plots breakout levels, extension targets, average range calculations, volume tracking, and provides visual and table-based data summaries.
This indicator is designed for traders seeking a complete, clean visualization of Opening Range Breakouts (ORB) with flexible customization.
⚙️ Main Features
Opening Range Box (ORB Box) Draws a box around the high and low of the first 5-minute session (8:30–8:35 ET for Futures, 9:30–9:35 ET for Stocks). Box extends from the session open to the session close (4:00 PM ET). Option to enable/disable historical boxes. Box color and opacity are customizable. Core ORB Levels Open Level: Plots the open price of the 5-minute ORB window. ORB Levels: Plots breakout levels at multiples: +0.5x the range +1.5x the range (customizable factor) Each level has independent color settings and visibility toggles. Option to show or hide historic extension levels. Table Display Compact table in the top-right corner showing: ORB ATR (average range) ORB ATR in ticks Today's ORB range ORB Volume ATR (average volume during ORB) Today's ORB Volume Volume is formatted automatically into "K" (thousands) or "M" (millions) for readability. Background Highlights After the ORB window closes: Blue highlight if today's ORB range is greater than the 10-day ATR average. Orange highlight if today's ORB range is smaller than the 10-day ATR average. Helps quickly assess relative strength or weakness compared to historical behavior. Alerts Breakout Confirmations: Fires when price closes above ORB High or below ORB Low. Fallout Traps: Alerts when price wick crosses ORB High/Low but closes back inside the range. Alerts use clean titles and simple messages for easy identification.
🔧 Inputs and Customization
Mode Toggle: Choose between Futures (8:30 ET open) or Stocks (9:30 ET open). Show/Hide Labels: Control label visibility for ORB and extension levels. Line Width Control: Customize thickness for ORB lines and extension levels. ORB Level Level Visibility: Independently enable or disable each extension line. Table Appearance: Customize table background color, font color, and padding. ORB Box Settings: Customize box color and control whether historical boxes are drawn.
📚 How to Use
Select Mode: Choose Futures or Stocks depending on your instrument. Observe the Opening Range: Focus on the ORB High and ORB Low during the first 5 minutes after the open. Monitor Breakouts: Breakout alerts will fire when price closes outside the ORB range, signaling potential continuation. Watch for Fallout Traps: Fallout alerts signal when price briefly wicks above/below but closes back inside the ORB range. Use Table Metrics: Instantly compare today's ORB range and volume versus historical averages to assess session strength or weakness.
🛡️ Notes
Best used on the 1-minute or 5-minute chart for intraday trading. Ensure your TradingView chart time zone is set to New York for correct functioning. Alerts must be manually configured after adding the indicator to your chart.
Bullish and Bearish Breakout Alert for Gold Futures PullbackBelow is a Pine Script (version 6) for TradingView that includes both bullish and bearish breakout conditions for my intraday trading strategy on micro gold futures (MGC). The strategy focuses on scalping two-legged pullbacks to the 20 EMA or key levels with breakout confirmation, tailored for the Apex Trader Funding $300K challenge. The script accounts for the Daily Sentiment Index (DSI) at 87 (overbought, favoring pullbacks). It generates alerts for placing stop-limit orders for 175 MGC contracts, ensuring compliance with Apex’s rules ($7,500 trailing threshold, $20,000 profit target, 4:59 PM ET close).
Script Requirements
Version: Pine Script v6 (latest for TradingView, April 2025).
Purpose:
Bullish: Alert when price breaks above a rejection candle’s high after a two-legged pullback to the 20 EMA in a bullish trend (price above 20 EMA, VWAP, higher highs/lows).
Bearish: Alert when price breaks below a rejection candle’s low after a two-legged pullback to the 20 EMA in a bearish trend (price below 20 EMA, VWAP, lower highs/lows).
Context: 5-minute MGC chart, U.S. session (8:30 AM–12:00 PM ET), avoiding overbought breakouts above $3,450 (DSI 87).
Output: Alerts for stop-limit orders (e.g., “Buy: Stop=$3,377, Limit=$3,377.10” or “Sell: Stop=$3,447, Limit=$3,446.90”), quantity 175 MGC.
Apex Compliance: 175-contract limit, stop-losses, one-directional news trading, close by 4:59 PM ET.
How to Use the Script in TradingView
1. Add Script:
Open TradingView (tradingview.com).
Go to “Pine Editor” (bottom panel).
Copy the script from the content.
Click “Add to Chart” to apply to your MGC 5-minute chart .
2. Configure Chart:
Symbol: MGC (Micro Gold Futures, CME, via Tradovate/Apex data feed).
Timeframe: 5-minute (entries), 15-minute (trend confirmation, manually check).
Indicators: Script plots 20 EMA and VWAP; add RSI (14) and volume manually if needed .
3. Set Alerts:
Click the “Alert” icon (bell).
Add two alerts:
Bullish Breakout: Condition = “Bullish Breakout Alert for Gold Futures Pullback,” trigger = “Once Per Bar Close.”
Bearish Breakout: Condition = “Bearish Breakout Alert for Gold Futures Pullback,” trigger = “Once Per Bar Close.”
Customize messages (default provided) and set notifications (e.g., TradingView app, SMS).
Example: Bullish alert at $3,377 prompts “Stop=$3,377, Limit=$3,377.10, Quantity=175 MGC” .
4. Execute Orders:
Bullish:
Alert triggers (e.g., stop $3,377, limit $3,377.10).
In TradingView’s “Order Panel,” select “Stop-Limit,” set:
Stop Price: $3,377.
Limit Price: $3,377.10.
Quantity: 175 MGC.
Direction: Buy.
Confirm via Tradovate.
Add bracket order (OCO):
Stop-loss: Sell 175 at $3,376.20 (8 ticks, $1,400 risk).
Take-profit: Sell 87 at $3,378 (1:1), 88 at $3,379 (2:1) .
Bearish:
Alert triggers (e.g., stop $3,447, limit $3,446.90).
Select “Stop-Limit,” set:
Stop Price: $3,447.
Limit Price: $3,446.90.
Quantity: 175 MGC.
Direction: Sell.
Confirm via Tradovate.
Add bracket order:
Stop-loss: Buy 175 at $3,447.80 (8 ticks, $1,400 risk).
Take-profit: Buy 87 at $3,446 (1:1), 88 at $3,445 (2:1) .
5. Monitor:
Green triangles (bullish) or red triangles (bearish) confirm signals.
Avoid bullish entries above $3,450 (DSI 87, overbought) or bearish entries below $3,296 (support) .
Close trades by 4:59 PM ET (set 4:50 PM alert) .
MACD Crossover Breakout Rays with VWAP & Breakout ConfirmationOverview
This script is designed to highlight potential strong breakout moves by combining MACD crossovers, VWAP confirmation, and price action breakouts. It helps traders identify momentum shifts and filter high-probability trade setups.
How It Works
1. MACD Crossover Detection
- The script detects bullish crossovers (MACD line crossing above the signal line) and bearish crossovers (MACD line crossing below the signal line).
- A horizontal ray is drawn at the high (bullish) or low (bearish) of the crossover candle.
2. Multi-Timeframe MACD Confirmation
- A secondary MACD crossover is checked on a lower timeframe (default: 5 minutes) to confirm the strength of the move.
- The script ensures alignment between the primary and lower timeframe MACD crossovers before signaling a strong move.
3. VWAP Confirmation
- A bullish breakout is valid only if the price is above the VWAP.
- A bearish breakout is valid only if the price is below the VWAP.
4. Breakout Validation
- The script waits for price action confirmation—a breakout is only valid when a candle closes above (bullish) or below (bearish) the horizontal ray.
- Once confirmed, the ray color changes to blue to signal a strong move.
5. Label Alerts for Strong Moves
- When all conditions align, the script prints "STRONG 💪 MOVE" above or below the breakout candle.
- The previous label is automatically removed to keep the chart clean.
Customization Options
- MACD Settings: Adjust fast/slow lengths and signal smoothing.
- Lower Timeframe Confirmation: Choose a different timeframe for multi-timeframe MACD validation.
- VWAP Filtering: Ensure breakouts align with volume-weighted trends.
- Ray Length & Colors: Customize the horizontal ray length, width, and colors.
- Breakout Confirmation Window: Adjust how many bars to check for MACD alignment.
Best Use Cases
✅ Identifying high-probability breakouts with trend confirmation.
✅ Filtering out false signals by requiring multi-timeframe agreement.
✅ Helping traders stay in momentum-driven moves with strong confirmation.
⚠ Note: This script is for educational purposes only and does not constitute financial advice. Always conduct your own analysis before making trading decisions.
Mark Minervini + Pocket Pivot Breakout
MARK MINERVINI + POCKET PIVOT BREAKOUT INDICATOR
The Mark Minervini + Pocket Pivot Breakout indicator is a versatile tool designed for technical analysis. It combines principles from Mark Minervini’s trading strategy with Pocket Pivot Breakout patterns. This custom indicator highlights potential breakout opportunities based on specific criteria, helping traders identify stocks that meet both the trend-following conditions of Minervini’s methodology and the momentum-driven Pocket Pivot Breakout setup.
---------------------------------------------------------------------------------------------------------------------
MARK MINERVINI CRITERIA
The indicator evaluates the stock based on Minervini’s set of rules, which include:
Price above key moving averages:
Close > EMA50
Close >= EMA150
Close >= EMA200
EMA crossovers:
EMA50 > EMA150
EMA50 > EMA200
EMA150 >= EMA200
Price relative to 52-week range:
Close > 30% of 52-week low
Close within 25% of 52-week high
EMA200 relative to one month ago:
EMA200 > EMA200 one month ago
IMPORTANCE OF THIS TEMPLATE
How to Pinpoint Stage 2
As I’ve stated, history clearly shows that virtually every superperformance stock was in a definite uptrend before experiencing its big advances. In fact, 99 percent of superperformance stocks traded above their 200-day moving averages before their huge advance, and 96 percent traded above their 50-day moving averages.
I apply the Trend Template criteria (see below) to every single stock I’m considering. The Trend Template is a qualifier. If a stock doesn’t meet the Trend Template criteria, I don’t consider it. Even if the fundamentals are compelling, the stock must be in a long-term uptrend—as defined by the Trend Template—for me to consider it as a candidate. Without identifying a stock’s trend, investors are at risk of going long when a stock is in a dangerous downtrend, going short during an explosive uptrend, or tying up capital in a stock lost in a sideways neglect phase. It’s important to point out that a stock must meet all eight of the Trend Template criteria to be considered in a confirmed stage 2 uptrend.- By MARK MINERVINI
---
POCKET PIVOT VOLUME & GAP-UP DETECTION
1. Pocket Pivot Volume
The Pocket Pivot Volume indicator displays a blue arrow below the candle if:
- The stock's price rises more than 3% from the open.
- The day's volume exceeds the highest red volume of the past 10 days (as per the 'Pocket Pivot' concept by Gil Morales & Chris Kacher).
If only one condition is met, no arrow appears.
How to Use:
- Use the blue arrow as a buy signal when a stock breaks out from a proper base (e.g., cup & handle, Darvas box).
- For existing positions, it signals a continuation buy opportunity.
- Avoid entries if the stock is too extended from the 10-day moving average (10MA).
---
2. Gap-Up Detection (>0.5%)
A blue candle appears when a stock gaps up by more than 0.5% from the previous close. This indicator is off by default and can be enabled in settings.
How to Use:
- A strong close on a gap-up day indicates strength.
- Use it alongside proper base breakouts from tight consolidations.
- Avoid entries if the stock is extended from the 10MA.
---
Precautions & Key Points
- Avoid long entries in weak market conditions or below the 200MA.
- Prioritize fundamentally strong stocks with solid earnings, margins, and sales growth.
- Buy breakouts from well-formed bases for optimal setups.
----------------------------------------------------------------------------------------------------------------
CUSTOMIZABLE TABLE DISPLAY
Displays a table with the results of the Minervini conditions (whether each condition is met or not).
The table can be customized to show the title, position (top, center, bottom), and other visual features.
Mini Mode : When enabled, the table only displays the title when all conditions are met.
BACKGROUND CANDLE HIGHLIGHT
The chart background will be highlighted in a custom color whenever all of the Mark Minervini conditions are satisfied. (Adjust the transparency and color in setting)
This provides a quick visual cue of potential trades.
ALERTS
Alerts are set up for the following conditions:
Mark Minervini Passed: When all of Mark Minervini’s conditions are met.
Pocket Pivot Breakout: When a Pocket Pivot pattern is detected.
Gap-Up Alert: When a gap-up bar appears on the chart.
CUSTOMIZABLE INPUTS
TABLE CUSTOMIZATION
Vertical Position: Choose from "Top", "Center", or "Bottom".
Horizontal Position: Choose from "Left", "Center", or "Right".
MINI MODE
Enable or disable Mini Mode to show only the table title when all conditions are met.
CANDLE HIGHLIGHT COLOR
Select a custom color to highlight candles that meet all the conditions.
POCKET PIVOT SETTINGS
Barsize: Adjust the minimum percentage change for considering a green day.
Pocket Pivot Lookback Days: Specify the number of days to look back for Pocket Pivot patterns.
Gap-up Bar: Option to detect gap-up bars.
Gap-up Value: Set the minimum gap percentage to trigger a gap-up condition.
CONCLUSION
This indicator combines technical analysis with a specific focus on Mark Minervini’s strategies and Pocket Pivot breakouts, providing a comprehensive tool for traders looking for growth stocks with momentum. It offers flexibility in terms of display, customization, and alerts, allowing traders to tailor it to their specific trading style.
Line Break Chart StrategyHello All!
We should not pass this year without a gift!
My last publication in 2024 is Complete Line Break Chart Strategy with many features!
What is Line Break Chart?
" Line Break is a Japanese chart style that disregards time intervals and only focuses on price movements, similar to the Kagi and Renko chart styles. Line Break charts form a series of up and down bars (referred to as lines). Up lines represent rising prices, and down lines represent falling prices. New confirmed lines only form on the chart when closing prices break the range covered by previous lines. Users can control the number of past lines used in the calculation via the "Number of Lines" input in the chart settings. The typical "Number of Lines" setting is 3, meaning the chart forms a new up line when the closing price is above the high prices of the last three lines, and it forms a new down line when the closing price is below the past three lines' low prices. If the current price is higher, it is an up line and if it is lower, it is a down line. If the current closing price is the same or the move in the opposite direction is not large enough to warrant a reversal, l then no new line is draw n" by Tradingview. You can find it here
Now let's start examining the features of the indicator:
By using Line break reversals it shows trend on the main chart. You can create alert .
Moreover, you can decide which trade should be taken by using Risk Management in the indicator. You can set the " Maximum Risk " and then if the risk is more than you set then the trade is not taken. When trend changed it checks the distance between reversal level and open price and compare it with the Maximum Risk
Breakout:
It can find breakouts and shows on the chart. You can create alert for breakouts
It can show breakouts on the main chart:
Flip-Flops:
Upon looking at set of price break charts, the trader will notice that there are instances when uptrend blocks is followed by one reversal block, and then by a reversal to a series of uptrend blocks. The opposite is also possible: a series of downtrend blocks is followed by one reversal box and then by an immediate reversal to downtrend. This price action is called a " Flip-Flop ". This structure usually produces trend continuation signal. when we see this then we better use Buy/Sell stop order. lets see this on the chart:
Temporal Sequence Table:
Sequence frequency shows the frequency distribution of the number of sequential highs and the number of sequential lows that have been generated. This is quite important to the trader who is seeking to join a trend or put on a trade when the price break reverses into a new trend direction. For example, if the pattern over the past year has been that there never were more than nine consecutive high closes, it would make sense not to enter a position late into the sequence of new high closes.
also you can see market structure. I have tried to formalize it and show it under the table. so you can understand if it's choppy market.
"Number of Lines" has very important role. While using low time frames such seconds/minutes time frame you may want to choose higher number of lines such 5,6. ( this may minimize the risk of a whipsaw )
Gaps feature:
You can set Gaps on/off. if Gaps on then you can see how long it takes for each box
Reversal and Continuation Probability:
The script calculated Reversal level and Continuation probability of the trend by using Sequence frequency.
It also shows unconfirmed box and current closing price level:
Last but not least it has Overlay option for all items, and can show all items in the main chart!
P.S. I added alerts :)
Wish you all a happy new year!
Enjoy!
Support and Resistance Breakouts By RICHIESupport and resistance are fundamental concepts in technical analysis used to identify price levels on charts that act as barriers, preventing the price of an asset from getting pushed in a certain direction. Here’s a detailed description of each and how breakout strategies are typically used:
Support
Support is a price level where a downtrend can be expected to pause due to a concentration of demand. As the price of an asset drops, it hits a level where buyers tend to step in, causing the price to rebound.
Support Level Identification: Support levels are identified by looking at historical data where prices have repeatedly fallen to a certain level but have then rebounded.
Strength of Support: The more times an asset price hits a support level without breaking below it, the stronger that support level is considered to be.
Resistance
Resistance is a price level where an uptrend can be expected to pause due to a concentration of selling interest. As the price of an asset increases, it hits a level where sellers tend to step in, causing the price to drop.
Resistance Level Identification: Resistance levels are identified by looking at historical data where prices have repeatedly risen to a certain level but have then fallen back.
Strength of Resistance: The more times an asset price hits a resistance level without breaking above it, the stronger that resistance level is considered to be.
Breakouts
A breakout occurs when the price moves above a resistance level or below a support level with increased volume. Breakouts can be significant because they suggest a change in supply and demand dynamics, often leading to strong price movements.
Breakout Above Resistance: Indicates a bullish market sentiment. Traders often interpret this as a sign to enter a long position (buy).
Breakout Below Support: Indicates a bearish market sentiment. Traders often interpret this as a sign to enter a short position (sell).
Breakout Trading Strategies
Confirmation: Wait for a candle to close beyond the support or resistance level to confirm the breakout.
Volume: Increased volume on a breakout adds credibility, suggesting that the price move is supported by strong buying or selling interest.
Retest: Sometimes, after a breakout, the price will return to the breakout level to test it as a new support or resistance. This retest offers another entry point.
Stop-Loss: Place stop-loss orders just below the resistance (for long positions) or above the support (for short positions) to limit potential losses in case of a false breakout.
Take-Profit: Identify target levels for taking profits. These can be set based on previous support/resistance levels or using tools like Fibonacci retracements.
Consolidation and Range PatternHello Traders!
The TRN Consolidation and Range Pattern indicator utilizes a unique swing-based pattern recognition to pinpoint consolidation zones in real-time with unparalleled precision. The rectangle pattern, also known as a trading range or a consolidation pattern, is characterized by horizontal lines that act as support and resistance levels, creating a rectangular shape.
The value of this indicator is to support traders to easily identify consolidations and ranges. The special swing-based pattern recognition and the numerous built-in premium features make this indicator unique. Below, you'll find a list of these features.
Feature List
Real-time consolidation/range detection
Visualization of entry, stop-loss and take-profit levels
Pattern performance statistics
Calculation of risk rewards ratio
Risk Management
Breakout alerts
Customizable pattern size and accuracy
Customizable look and feel
The trader saves a lot of time scanning the markets for consolidation patterns, since everything is done automatically for the trader: Finding the consolidation, looking and alerting for a breakout, computing the entry, stop loss and take profit levels as well as handling the risk management and computing the optimal order quantity. Now, we describe how a combination of these features enhances the trading performance of confirmed consolidation patterns.
How to Trade with the TRN Consolidation and Range Pattern
Identify the Pattern
Add the TRN Consolidation and Range Pattern to your chart and look for the pattern on the asset and timeframe of your choice. The pattern is detected in real-time. If the pattern develops further in the next bars, then the indicator updates the consolidation zone until a breakout is confirmed.
You can also use the built-in alerts to easily get notified when a pattern occurs. In the indicator settings in the "Alerts" section you can choose whether you want to get notified when a pattern is in the making (Pattern active), confirms a breakout to the upside (B/O Up Confirmed) or confirms a breakout to the downside (B/O Down Confirmed). By selecting the "Unconfirmed" option, you will receive notifications when a pattern breakout occurs, even if it is not yet confirmed. This allows you to stay informed about potential breakout opportunities that are still awaiting confirmation.
Check Pattern Statistics
The pattern statistics make it easy for you to see how successful a pattern is on the asset and timeframe you are watching. You should always check them out before entering a trade. The chart displays the statistics in the upper right corner. These statistics are categorized into two sections: "long" for patterns with an upward breakout and "short" for patterns with a downward breakout.
In the initial columns, labeled as "short" and "long", the identified breakouts are further divided based on whether the risk-reward ratio (R) is below a specified value (< x) or equal to/greater than the specified value (>= x). The following columns represent the count of the events:
1. Occ. (Occurrence) categorized according to the values of R from the first column
2. TP1, TP2, TP3 (Take Profit) - targets 1, 2 and 3
3. SL (Stop Loss)
4. T/O (Time Out) - neither stop loss or targets where hit in a certain amount of time
Breakout – Entry, Stop Loss and Targets
The indicator automatically displays the entry price line (EP) in grey et the point where the price breaks through the resistance or support levels, indicating that the consolidation period is over. Once a breakout has been confirmed, place a buy order near the EP level for a long position, or a sell order for a short position. Set your stop-loss at the price level of the red stop-loss line (SL) and set your take-profits at the price level of the green take-profit-lines (TP1, TP2, TP3). Note that your risk-reward ratio (R) was calculated based on TP1.
Risk Management
The TRN Consolidation and Range Pattern comes with a built-in risk management feature. Just go to the settings and scroll down to the section "Risk Management".
Here you can enter your Account Size and the percentage you want to Risk when you enter a position after a pattern breakout.
In the "Trade Management" section, you have the option to define the minimum accepted risk-reward ratio for confirmed rectangles. This means that breakouts of patterns failing to meet the minimum risk-reward ratio will not be considered as confirmed signals.
If a breakout gets confirmed, the indicator automatically calculates the position size (Quantity). You can read the quantity from the gray entry point line (EP), which is located to the right of the risk-reward ratio (R).
Customization and Settings
The indicator can scan for smaller and larger patterns at the same time. Adjust the consolidation sizes in the indicator settings to align them with your preferences. A larger size results in larger consolidations. Depending on the asset class, the market or the market phase, different sizes can be used for the consolidation detection.
To detect more patterns, increase the tolerance level, even though it may result in lower accuracy. However, be mindful that a higher tolerance level may result in more patterns hitting their stop-loss. Look for a tolerance level that leads to favorable statistics and focus on trading patterns with a proven performance history.
Finally, you have the flexibility to customize various visual elements, such as the color of the pattern and whether to display values like price, target, or risk-reward ratio on your chart. You can also choose where these values appear.
Computation Details
The real-time detection of the consolidations and ranges utilizes a unique swing-based pattern recognition. The difference to other swing-based computations is that the pivot points are identified without a look-ahead value. The result is a faster and better real-time detection. Furthermore, the detection of equal lows or highs which form a support or resistance level is based on a dynamic volatility measurement similar to the ATR. The tolerance level unites several internal parameters into one and results in a user-friendly setting.
Risk Disclaimer
The content, tools, scripts, articles, and educational resources offered by TRN Trading are intended solely for informational and educational purposes. Remember, past performance does not ensure future outcomes.
Daily Pivots with Fakeout Protection█ OVERVIEW
The "Daily Pivots with Fakeout Protection" indicator is a powerful tool designed to help traders identify potential price breakouts and pivot levels on daily charts. This indicator calculates and displays daily pivot points along with breakout lines that are adjusted to provide a certain level of protection against fakeouts, which are false price movements that can mislead traders.
█ FEATURES
• Pivot Timeframe Selection: You can choose the timeframe for the pivot calculations. The default is set to daily (D), but you have the flexibility to select other timeframes as well.
• Fakeout Protection: A percentage-based parameter allows you to define the amount of protection you want against fakeouts. This helps filter out potentially unreliable breakouts.
• Bullish and Bearish Signals: The indicator distinguishes between bullish and bearish conditions by comparing the closing price to the daily high and low.
• Breakout Signals: Triangular symbols (upward and downward) appear below and above bars to signal potential breakout points. These are based on the closing price crossing the adjusted breakout lines.
• Visual Representation: Pivot points, daily high, and daily low are plotted on the chart, with distinctive line styles and colors for easy identification.
• Background Highlighting: The background color of the chart changes when a new period begins, helping you quickly recognize the start of a new trading day.
• Color-Coded Zones: The indicator colors the background around the closing price differently based on whether the market is bullish (green) or bearish (red).
█ HOW TO USE
1 — Apply the "Daily Pivots with Fakeout Protection" indicator to your TradingView chart.
2 — Customize the parameters like pivot timeframe and fakeout protection percentage according to your trading preferences.
3 — Watch for the triangular breakout symbols that appear above and below bars, indicating potential breakout points.
4 — Keep an eye on the pivot points, daily high, and daily low lines to understand price levels relevant to the current trading day.
5 — Use the background color changes to quickly identify the beginning of a new trading day and any potential shifts in market sentiment.
Note:
• This indicator is designed for daily charts but can be adjusted to work with other timeframes as well.
• Be cautious of relying solely on breakout signals; consider using additional technical and fundamental analysis for confirmation.
Start integrating the "Daily Pivots with Fakeout Protection" indicator into your trading strategy to enhance your ability to identify breakouts and pivot levels more effectively.
[E5 Trading] Squeezes & BreakoutsE5 Trading Squeezes & Breakouts is a powerful indicator that works well on all timeframes with proper risk management.
Squeezes occur when an asset's price volatility falls to statistically low levels.
Breakouts from the squeeze are typically violent and potentially highly profitable if the trader can get in the trade early and catch the breakout in the right direction.
E5 Trading Squeezes & Breakouts was built to help traders take advantage of these squeeze play opportunities.
Squeezes Visualization
This indicator lets traders know whenever price action is in a squeeze for any asset on any timeframe.
Volatility bands display on the chart along with colored squeeze bands and channel fills.
Toggle (Squeeze Bands) to display "the squeeze" when price action is in a low-volatility range. Default (On).
The color setting of the squeeze bands controls the color of the channel fill and the squeeze table in the lower-right corner of the chart.
Volatility Bands
Gradient shading represents reversal zones based on Bollinger Bands (BB).
The likelihood of price reversion towards the mean (i.e., basis) increases the further price action pushes into the darker shaded zones.
The middle area inside the shaded bands (i.e., same color as chart background) is the Keltner channel.
The Keltner channel is another volatility-based method used to identify breakouts and mean reversion trading opportunities.
Keltner channel boundaries calculate using the exponential moving average (EMA) and average true range (ATR).
Toggle (Volatility Basis) to display the basis line (i.e., mean) of the volatility bands. Default (Off).
Squeeze Table
The Squeeze Table appears in the lower right-hand corner of each chart when the indicator is turned on.
The squeeze table displays the squeeze status on the current timeframe plus the commonly used higher timeframes for each asset.
The squeeze table will indicate “Sqz On” next to the respective timeframe whenever a squeeze is occurring. The timeframes available in the squeeze table are 5m, 15m, 1H, 4H, D, and W.
Squeeze Early Entry & Breakout Signals
Squeeze Early Entry and Breakout Signals can only occur once price action has started a squeeze.
Pay attention to assets that are currently in a squeeze and be ready to take action because explosive price moves are coming soon!
Traders should use a stop-loss on every trade because squeeze fake-outs occur; however, the upside potential of squeeze breakouts that work out can be massive.
Preserve capital with good risk management and ride the winners.
Squeeze Early Entry
Toggle (Squeeze Early Entry) to display long and short trade entry signals that offer a clue about the potential squeeze breakout direction.
These early entry signals provide traders with an opportunity to start building a position while in a low-volatility squeeze in anticipation of a violent breakout.
Note: Squeeze Early Entry signals may not result from every squeeze.
Squeeze Breakout
These signals flag when the price breaks out of a statistically low-volatility period.
This is either the beginning of a potentially massive move or a nasty fake-out, which is why traders MUST use a stop-loss on every trade.
Toggle (Squeeze Breakout) to display long and short squeeze breakout trade entry signals. Default (On).
Note: Squeeze Breakout signals may not result from every squeeze.
Trendlines with Breaks [LuxAlgo]The trendlines with breaks indicator return pivot point based trendlines with highlighted breakouts. Users can control the steepness of the trendlines as well as their slope calculation method.
Trendline breakouts occur in real-time and are not subject to backpainting. Trendlines can however be subject to repainting unless turned off from the user settings.
The indicator includes integrated alerts for trendline breakouts.
🔶 USAGE
Any valid trendlines methodology can be used with the indicator, users can identify breakouts in order to infer future price movements.
The calculation method of the slope greatly affects the trendline's behaviors. By default, an average true range is used, returning a more constant slope amongst trendlines. Other methods might return trendlines with significantly different slopes.
Stdev makes use of the standard deviation for the slope calculation, while Linreg makes use of the slope of a linear regression.
The above chart shows the indicator using "Stdev" as a slope calculation method. The chart below makes use of the "Linreg" method.
By default trendlines are subject to backpainting, and as such are offset by length bars in the past. Disabling backpainting will not offset the trendlines.
🔶 SETTINGS
Length: Pivot points period
Slope: Slope steepness, values greater than 1 return a steeper slope. Using a slope of 0 would be equivalent to obtaining levels.
Slope Calculation Method: Determines how the slope is calculated.
Backpaint: Determine whether trendlines are backpainted, that is offset to past.
DepthHouse - ATR BandsDepthHouse ATR Bands works very similar to the well-known Bollinger Bands.
However, these bands are calculated slightly different.
Instead of using the standard deviation formula, ATR Bands determines the size of the bands based on the average range.
How to use:
The bands tighten while the markets’ range becomes lower, and widens as its' range becomes broader. Giving the indicator a loaded spring effect.
A break outside of the bands in either direction usually indicates a breakout.
All 3 bands serve as possible support and/or resistance. Meaning breaks back into the bands could indicate a reversal, or end of the breakout.
This indicator is completely customizable, so compiling multiple sized bands on top of each other may create a strong competitive edge.
This indicator is free until January,1st 2018 – see how to get below
--
DepthHouse's ATR Bands is 1 of 3 indicators that will be available for purchase via subscription come Jan 2018.
This indicator package will come with the following 3 indicators:
:: MaxADX ::
::Premium oscillator to help spot forming trends and reversals.
:: MaxADX Signals ::
::Taking MaxADX a step farther by creating an overlay that show possible trend strengthening and reversals via bar colors and shapes.
:: ATRBands ::
::Like Bollinger Bands , this indicator is uses to help spot breakouts, and overbought/sold areas.
--
How to get:
To qualify for the trial period which ends January, 1st 2018, please go to the link on my profile and click subscribe!
You will then be sent directions for your account to be added to the whitelist.
If you have already subscribed to one of my previous indicators, you will be added to the list shortly
Likes and comments are so very much appreciated!
Ultimate_Priceaction_Tool for INTRADAY by Chaitu50cUltimate_Priceaction_Tool for INTRADAY by Chaitu50c
This indicator is crafted for intraday traders who rely on raw price action. It identifies support and resistance zones based on engulfing candle structures and 2-bar breakout formations. These patterns often signal meaningful reversals or momentum-based breakouts.
Key features:
• Real-time support and resistance zone detection
Uses green-to-red and red-to-green candle transitions where open and close levels align within a defined buffer. Also includes logic to capture two-bar breakout patterns that confirm directional conviction.
• Dynamic line behavior
Line width increases as the level holds for more bars, visually representing zone strength. Breakout buffers also expand with time to reduce false signals.
• Session-based resets
At the start of each new session, all zones reset automatically. This ensures only current, relevant intraday structures are shown, reducing clutter and improving focus.
• Dashed zone detection
Within the main high-low range, additional price levels are plotted as dashed lines when qualifying patterns appear. These zones are suppressed if similar ones already exist nearby.
• Fully customizable
Includes adjustable buffer range, breakout margin, dash suppression distance, line width control, and visual styling for both resistance and support zones.
Recommended usage:
This tool is optimized for the 1-minute and 5-minute timeframes. It is best suited for scalpers and intraday traders who depend on breakout reactions, pullback validation, and session structure shifts.
Use it to identify areas of interest, react to price action, and refine intraday decision-making with high precision.
Disparity Index with Volatility ZonesDisparity Index with Volatility Zones
is a momentum oscillator that measures the percentage difference between the current price and its simple moving average (SMA). This allows traders to identify overbought/oversold conditions, assess momentum strength, and detect potential trend reversals or continuations.
🔍 Core Concept:
The Disparity Index (DI) is calculated as:
DI = 100 × (Price − SMA) / SMA
A positive DI indicates the price is trading above its moving average (potential bullish sentiment), while a negative DI suggests the price is below the average (potential bearish sentiment).
This version of the Disparity Index introduces a dual-zone volatility framework, offering deeper insight into the market's current state.
🧠 What Makes This Version Unique?
1. High Volatility Zones
When DI crosses above +1.0% or below –1.0%, it often indicates the start or continuation of a strong trend.
Sustained readings beyond these thresholds typically align with trending phases, offering opportunities for momentum-based entries.
A reversal back within ±1.0% after exceeding these levels can suggest a shift in momentum — similar to how RSI exits the overbought/oversold zones before reversals.
These thresholds act as dynamic markers for breakout confirmation and potential trend exhaustion.
2. Low Volatility Zones
DI values between –0.5% and +0.5% define the low-volatility zone, shaded for visual clarity.
This area typically indicates market indecision, sideways price action, or consolidation.
Trading within this range may favor range-bound or mean-reversion strategies, as trend momentum is likely limited.
The logic is similar to interpreting a flat ADX, tight Bollinger Bands, or contracting Keltner Channels — all suggesting consolidation.
⚙️ Features:
Customizable moving average length and input source
Adjustable thresholds for overbought/oversold and low-volatility zones
Optional visual fill between low-volatility bounds
Clean and minimal chart footprint (non-essential plots hidden by default)
📈 How to Use:
1. Trend Confirmation:
A break above +1.0% can be used as a bullish continuation signal.
A break below –1.0% may confirm bearish strength.
Long periods above/below these thresholds support trend-following entries.
2. Reversal Detection:
If DI returns below +1.0% after exceeding it, bullish momentum may be fading.
If DI rises above –1.0% after falling below, bearish pressure may be weakening.
These shifts resemble overbought/oversold transitions in oscillators like RSI or Stochastic, and can be paired with divergence, volume, or price structure analysis for higher reliability.
3. Sideways Market Detection:
DI values within ±0.5% indicate low volatility or a non-trending environment.
Traders may avoid breakout entries during these periods or apply range-trading tactics instead.
Observing transitions out of the low-volatility zone can help anticipate breakouts.
4. Combine with Other Indicators:
DI signals can be enhanced using tools like MACD, Volume Oscillators, or Moving Averages.
For example, a DI breakout beyond ±1.0% supported by a MACD crossover or volume spike can help validate trend initiation.
This indicator is especially powerful when paired with Bollinger Bands:
A simultaneous price breakout from the Bollinger Band and DI moving beyond ±1.0% can help identify early trend inflection points.
This combination supports entering positions early in a developing trend, improving the efficiency of trend-following strategies and enhancing decision-making precision.
It also helps filter false breakouts when DI fails to confirm the move outside the band.
This indicator is designed for educational and analytical purposes and works across all timeframes and asset classes.
It is particularly useful for traders seeking a clear framework to identify momentum strength, filter sideways markets, and improve entry timing within a larger trading system.
Pre-London High-Low Breakout IndicatorOverview
The Pre-London High-Low Breakout Indicator helps traders identify breakout opportunities at the London session open. It marks the high and low one hour before London opens (5 PM - 6 PM AEST) and incorporates a 200 SMA filter to confirm trade direction. The indicator also provides real-time breakout markers for precise entries.
How the Indicator Works
1. Pre-London High & Low Identification (5 PM - 6 PM AEST)
The indicator tracks the highest and lowest price levels within this period.
These levels act as key breakout zones once London opens.
The high and low remain visible until 12 AM AEST for reference.
2. 200 SMA as a Trend Filter
A 200 SMA (yellow, thick line) is plotted to filter breakout trades.
Only long (buy) trades are valid if price is above the 200 SMA.
Only short (sell) trades are valid if price is below the 200 SMA.
3. Real-Time Breakout Confirmation
Buy Signal (Green Diamond):
Price breaks above the pre-London high.
Price is above the 200 SMA.
Sell Signal (Red Diamond):
Price breaks below the pre-London low.
Price is below the 200 SMA.
No signal appears if the breakout is against the SMA trend, reducing false trades.
How to Use the Indicator Properly
Step 1: Identify the Pre-London Range (5 PM - 6 PM AEST)
Observe price movements and note the session high & low.
Do not take trades within this period—wait for a clear breakout.
Step 2: Wait for a Breakout After 6 PM AEST
A breakout must occur beyond the session high or low.
The breakout should be clear and decisive, not hovering around the range.
Step 3: Confirm with the 200 SMA
If price is above the 200 SMA, only buy signals are valid.
If price is below the 200 SMA, only sell signals are valid.
If a breakout occurs against the SMA, ignore it.
Step 4: Enter the Trade and Manage Risk
Enter the trade after the breakout candle closes.
Set stop-loss just inside the pre-London range to minimize risk.
Take profit using a 1:2 or 1:3 risk-reward ratio, or trail the stop.
Why This Strategy Works
Pre-London Liquidity Grab: Institutional traders set positions before the London open, making this range significant.
Trend Confirmation with SMA: Reduces false breakouts by filtering trades in the direction of the trend.
Real-Time Breakout Detection: Green and red diamond markers highlight valid breakouts that meet all conditions.
Final Notes
If price breaks out but quickly reverses, it may be a false breakout—avoid impulsive trades.
The indicator works best when combined with other confluences such as volume analysis or key support/resistance levels.
Alerts can be added to notify traders when a valid breakout occurs.
This setup is ideal for traders looking for a structured, rule-based approach to trading London session breakouts with a strong trend confirmation mechanism.
Range Breakout [BigBeluga]Range Breakout is a dynamic channel-based indicator designed to identify breakout opportunities and price reactions within defined ranges. It automatically creates upper and lower bands with a midline, helping traders spot breakout zones, retests, and potential fakeouts.
🔵 Key Features:
Dynamic Channel Formation:
Automatically plots upper and lower channel bands with a midline based on ATR calculations.
Channels adjust upon breakout events or after a predefined number of bars to reflect new price ranges.
Breakout Detection:
Green circles appear when price breaks above the upper channel edge.
Red circles appear when price breaks below the lower channel edge.
A new channel is formed after each breakout, allowing traders to monitor evolving price ranges.
Retest Signals:
Upward-pointing green triangles signal a retest of the lower band, indicating potential support.
Downward-pointing red triangles indicate a retest of the upper band, suggesting possible resistance.
Filter Signals by Trends (New Feature):
Optional toggle to filter ▲ and ▼ signals based on channel breakout conditions.
When enabled:
In a bullish channel (confirmed by a green circle breakout), only ▲ signals are displayed.
In a bearish channel (confirmed by a red circle breakout), only ▼ signals are displayed.
Helps traders align retest signals with the prevailing trend for higher-quality trade setups.
Fakeout Identification:
'X' symbols appear when price breaks the upper or lower edge of the channel and quickly returns back inside.
Helps traders identify and avoid false breakouts.
🔵 Usage:
Breakout Trading: Use the green and red circle signals to identify potential breakout trades.
Retest Confirmation: Look for triangle markers to confirm retests of key levels, aiding in entry or exit decisions.
Fakeout Alerts: Utilize the 'X' signals to spot and avoid potential trap moves.
Dynamic Range Monitoring: Stay aware of changing market conditions with automatically updating channels.
Range Breakout is an essential tool for traders seeking to capitalize on range breakouts, retests, and fakeout scenarios. Its dynamic channels and clear visual signals provide a comprehensive view of market structure and potential trade setups.
London Breakout by Edwin KPurpose:
The strategy visualizes breakouts based on price action during the London session. It highlights the candles from 09:59 AM to 01:59 PM UTC+3 with different colors depending on whether the price is above or below the high/low from the 10 AM candle.
Key Parts:
Timestamps:
The code defines specific times for the 09:59 AM candle, 10:00 AM candle, and 01:59 PM UTC+3 times.
The timestamp('UTC+3', ...) function creates the timestamps for those moments.
High and Low of the 10 AM Candle:
The high and low of the 10 AM candle are captured and stored in the ten_am_high and ten_am_low variables.
Bullish and Bearish Conditions:
If the price breaks above (bullish_break) or below (bearish_break) the high or low of the 10 AM candle, respectively.
Bar Coloring:
If the conditions are met (price breaking above or below the 10 AM levels), the script colors the candles during the time frame (09:59 AM to 01:59 PM).
Green color is applied for bullish breakouts.
Red color is applied for bearish breakouts.
Salman Indicator: Multi-Purpose Price ActionSalman Indicator: Multi-Purpose Price Action Tool for Pin Bars, Breakouts, and VWAP Anchoring
This indicator provides a comprehensive suite of price action insights, designed for active traders looking to identify key market structures and potential reversals. The script incorporates a Quarterly VWAP for trend bias, marks pin bars for possible reversal points, highlights outside bars for volatility signals, and indicates simple breakouts and pivot-level breaks. Customizable settings allow for flexibility in various trading styles, with default settings optimized for daily charts.
Outside Bars : Represented by an ⤬ symbol on the chart, these indicate bars where the current high is greater than the previous bar’s high, and the low is lower than the previous bar’s low, signaling high volatility and potential market reversals.
Pin Bars : Denoted by a small dot at the top or bottom of a candle’s wick, these are crucial signals of potential reversal areas. Pin bars are identified based on the percentage length of their shadows, with adjustable strictness in settings.
Quarterly VWAP : The light blue line on the chart represents the VWAP (Volume-Weighted Average Price), which is anchored to the Quarterly period by default. The VWAP acts as a directional bias filter, helping you to determine underlying market trends. This period, source, and offset are fully adjustable in the script’s settings.
Simple Breaks : Hollow candles on the chart indicate "simple breaks," defined when the current bar closes above the previous high or below the previous low. This is an effective way to highlight directional momentum in the market.
Bonus Pivot Breaks : The tilde symbol ~ appears when the price closes above or below prior pivot high/low levels, helping traders spot significant breakout or breakdown points relative to recent pivots.
Alerts
Simple Breaks : Alerts you when a breakout occurs beyond the previous bar’s high or low. Pin Bars : Notifies you of potential reversal points as indicated by bullish or bearish pin bars. Outside Bars : Triggers an alert whenever an outside bar is detected, indicating possible volatility changes.
How to Use
VWAP for Trend Bias : Use the Quarterly VWAP line to gauge overall market trend, with settings that allow adjustment to daily, weekly, monthly, or even larger time frames.
Pin Bars for Reversal Potential : Look for the dot markers on candle wicks, where the strictness of the pin bar detection can be adjusted via settings to match your trading preference.
Simple and Pivot Breaks for Momentum : Watch for hollow candles and the tilde symbol ~ as indicators of potential breakout momentum and pivot break levels, respectively.
This script can serve traders on multiple timeframes, from daily to weekly and beyond. The flexible configuration allows for adjustments in VWAP anchoring and pin bar criteria, providing a tailored fit for individual trading strategies.
Gann Breakout LevelsThe Complete Guide to Gann Breakout Levels Indicator
Introduction
Welcome to the comprehensive guide for the Gann Breakout Levels indicator. This powerful technical analysis tool combines traditional Gann mathematics with modern breakout detection, providing traders with a sophisticated approach to identifying market opportunities. Whether you're trading stocks, forex, cryptocurrencies, or commodities, this indicator offers valuable insights into price action and market structure.
Understanding the Core Functionality
The Gann Breakout Level indicator operates on two fundamental principles: Gann's mathematical framework and dynamic breakout detection. Here's a detailed breakdown of how it works:
Price Threshold System
The indicator utilizes 46 carefully calibrated threshold levels, ranging from 0.110 to 2.04. These thresholds serve as reference points for potential price movements and market structure analysis. Each level is designed to capture significant price action while filtering out market noise.
Signal Generation
- Upward Breakouts: When price action exceeds a threshold level, the indicator generates a green upward triangle above the candle.
- Downward Breaks: Following a breakout, if price retraces below the specified percentage (default 2.78%), a red downward triangle appears below the candle.
Configuration and Setup
Essential Settings
1. Show Gann Square Lines
- Purpose: Displays key price levels based on Gann mathematics
- Recommended: Enabled for most trading styles
2. Enable Line Extension
- Purpose: Projects price levels into the future
- Application: Useful for identifying potential support/resistance zones
3. Breakout Percentage Level
- Default: 2.78%
- Adjustable Range: 0.1% to custom value
- Impact: Determines sensitivity of breakdown signals
Trading Applications
Market Analysis Framework
The indicator provides three critical reference levels:
1. Upper Bound (Red Line)
- Primary resistance level
- Breakout confirmation zone
- Potential profit-taking area
2. Lower Bound (Red Line)
- Key support level
- Stop-loss reference point
- Breakdown confirmation zone
3. Mid Point (Blue Line)
- Equilibrium price level
- Partial profit-taking reference
- Trend direction confirmation
Trading Strategies
#### Swing Trading Approach
1. Entry Criteria
- Wait for green triangle signal
- Confirm with volume increase
- Verify overall trend alignment
- Check for supporting price action
2. Risk Management
- Place stops below nearest Gann level
- Use scaling techniques for position building
- Implement trailing stops based on Gann levels
#### Position Trading Method
1. Signal Identification
- Look for red triangle after established uptrend
- Confirm with price action patterns
- Verify volume characteristics
2. Position Management
- Set precise entry points at Gann levels
- Define clear stop-loss parameters
- Establish multiple profit targets
Timeframe Optimization
### Swing Trading
- Timeframes: 4-hour to daily charts
- Breakout Percentage: 2.78% to 3.5%
- Focus: Trend following and major support/resistance breaks
### Position Trading
- Timeframes: Daily and weekly charts
- Breakout Percentage: 3.5% to 4%
- Focus: Long-term trend identification and major market shifts
### Market Condition Adaptation
The indicator's threshold matrix automatically adjusts to:
- Trending markets
- Ranging conditions
- High volatility periods
- Low volatility environments
Best Practices
### Risk Management Guidelines
1. Position Sizing
- Limit risk to 1-2% per trade
- Scale positions based on conviction
- Adjust size based on volatility
2. Stop Loss Implementation
- Always use protective stops
- Base stops on Gann levels
- Consider volatility when setting stops
### Signal Validation
1. Primary Confirmation Factors
- Volume analysis
- Price action patterns
- Market structure
- Trend alignment
2. Secondary Confirmation Elements
- Multiple timeframe analysis
- Support/resistance levels
- Market sentiment
- Technical indicators
## Market Selection
- Most effective in liquid markets
- Optimal for major currency pairs
- Reliable for large-cap stocks
- Applicable to major cryptocurrency pairs
Recommended Trading Approach
### Swing Trading Setup
1. Use 4-hour and daily charts for primary analysis
2. Focus on major market moves
3. Hold positions for several days to weeks
4. Use wider stops to accommodate market volatility
### Position Trading Setup
1. Utilize daily and weekly charts
2. Focus on major trend changes
3. Hold positions for weeks to months
4. Base exits on trend reversal signals
## Performance Optimization
1. Regular Review
- Monitor win rate
- Track average profit per trade
- Analyze maximum drawdown
- Review position sizing effectiveness
2. Strategy Refinement
- Adjust parameters based on market conditions
- Fine-tune entry and exit rules
- Optimize position management
- Update risk parameters as needed
Conclusion
The Gann Breakout Levels indicator represents a sophisticated approach to market analysis, combining historical wisdom with modern technical analysis. It's particularly effective for swing and position trading, where its mathematical principles can best capture significant market moves. Success with this tool requires understanding its principles, proper configuration, and integration with a comprehensive trading strategy.
Remember that while this indicator provides valuable insights, it should be part of a broader trading strategy that includes proper risk management, market analysis, and disciplined execution. Consistent success comes from proper application of the tool's signals within a well-defined trading plan.
This indicator serves as a powerful addition to any trader's toolkit, providing objective entry and exit signals based on time-tested principles. With proper understanding and application, it can significantly enhance your trading decision-making process for longer-term trading approaches.