ICT SMC Custom — BOS/MSS + OB + FVGWant me to fill that box? Here’s a ready‑to‑paste description for your publish screen:
⸻
ICT SMC Custom — BOS/MSS + OB + FVG (Crypto‑friendly)
A clean Smart Money Concepts tool that marks Break of Structure (BOS), Market Structure Shift (MSS), Order Blocks (OB), and Fair Value Gaps (FVG) with bold, easy‑to‑see visuals. Built for crypto but works on any market and timeframe.
What it does
• BOS & MSS detection with optional body/wick logic
• Order Blocks: auto‑draws the last opposite candle before a BOS, keeps only the most recent N, and fades when mitigated
• FVGs: 3‑candle gaps with a minimum size filter and a cap on how many to keep
• HTF Swings (optional): plots higher‑timeframe pivot highs/lows for top‑down context
• Alerts for BOS/MSS and FVG formation
Inputs
• Swing pivot length (default 3): sensitivity for structure pivots
• Use candle bodies for breaks: close vs level (on) or wicks (off)
• Show BOS/MSS labels, Show FVG, Show Order Blocks
• Min FVG size (ticks) and Max boxes to keep for FVG/OB
• OB uses candle body: body range vs full wick range
• Show higher timeframe swings + HTF timeframe
• Bullish/Bearish colors
How it works
• BOS triggers when price breaks the last opposite swing.
• MSS flags when the break flips the prior bias.
• OB is the most recent opposite candle prior to BOS; it’s marked and later greyed out once price closes through it (mitigation).
• FVG is detected when candle 1’s high < candle 3’s low (bear) or candle 1’s low > candle 3’s high (bull).
Alerts included
• BOS Up / BOS Down
• MSS Up / MSS Down
• FVG Up / FVG Down
Tips
• Start on 15m/1h for crypto, pivot length 3–5.
• Turn Use candle bodies ON for stricter confirmations, OFF for more signals.
• If boxes look cluttered, lower “Max boxes to keep.”
Note: This is a visual/educational tool, not financial advice. Always confirm with your own plan and risk management.
Candlestick analysis
Prev D/W/M + Asia & London Levels [Oeditrades]Prev D/W/M + Asia & London Levels
Author: Oeditrades
Platform: Pine Script® v6
What it does
Plots only the most recent, fully completed:
Previous Day / Week / Month highs & lows
Asia and London session highs & lows
Levels are drawn as true horizontal lines from the period/session start and extended to the right for easy confluence reading. The script is non-repainting.
How it works
Prev Day/Week/Month: Uses completed HTF candles (high / low ) so values are fixed for the entire next period.
Sessions (NY time): Asia (default 20:00–03:00) and London (default 03:00–08:00) are tracked in America/New_York time. High/low are locked when the session ends, and the line is anchored at that session’s start.
Inputs & customization
Visibility: toggle Previous Day/Week/Month, Asia, London, and labels.
Colors: highs default red; lows default green (user-configurable). Session highs default pink, lows aqua (also editable).
Style: line style (solid/dotted/dashed) and width.
Sessions: editable time windows for Asia and London (still interpreted in New York time).
Disclaimer: optional on-chart disclaimer panel with editable text.
Notes
Works on any timeframe. For intraday charts, the HTF values remain constant until the next HTF bar completes.
If your market’s overnight hours differ, simply adjust the session windows in Inputs.
Lines intentionally show only the latest completed period/session to keep charts clean.
Use cases
Quick view of PDH/PDL, PWH/PWL, PMH/PML for bias and liquidity.
Intraday planning around Asia/London range breaks, retests, and overlaps with prior levels.
Disclaimer
This tool is for educational purposes only and is not financial advice. Markets involve risk; past performance does not guarantee future results.
X OR AVWAPX OR AVWAP is a multi-layered market mapping tool designed to combine Opening Range analysis, Anchored VWAP (AVWAP) positioning, and SMA markers into a unified visual framework.
Opening Range (OR) Mapping
The indicator supports two independent Opening Ranges, allowing traders to define both a primary range and a micro range for finer analysis. This is particularly effective when viewing lower timeframes, where a smaller OR inside the larger OR reveals intraday microstructure.
OR #1 and OR #2 each have configurable session times, colors, and optional midpoint lines.
Historical OR boxes can be shown or hidden, with the ability to extend levels forward in time.
Optional Fibonacci-based expansion levels (0.5x, 1x, 1.5x, 2x, 3x OR) are available for projecting breakout targets and retracement zones.
Traders can toggle high/low lines, midpoints, and labels independently for cleaner chart presentation.
Anchored VWAP (AVWAP) Layers
To track institutional capital flow and session bias, the indicator offers three separate AVWAP anchors, each independently controlled:
Can be anchored to custom events, sessions, or manual reference points.
Enables granular capital flow mapping down to 4-hour increments, helping traders align intraday trades with broader directional bias.
Each AVWAP can be toggled on/off to avoid clutter and isolate the most relevant flow line for the current setup.
SMA Markers
For additional context, simple moving average markers can be displayed alongside OR and AVWAP structure, helping gauge trend direction and mean-reversion potential.
Use Case
This tool is built for traders who want to combine structure, flow, and trend in a single view. On lower timeframes, the dual OR feature allows for a “range-within-a-range” perspective, revealing short-term liquidity pockets inside the day’s primary auction boundaries. The multi-anchor AVWAPs track how price interacts with session-based weighted averages, highlighting points where institutional bias may shift. When combined with SMA markers, the trader gains a comprehensive map for scalping, intraday swing trading, and capital flow tracking.
📱 EMA Stability Mobile + Pulse BG + Alerts (edegrano)User Manual: 📱 EMA Stability Mobile + Pulse BG + Alerts
Overview
This indicator monitors the stability of the market trend by analyzing the relative positions and gaps between the 50, 100, and 200 EMAs (Exponential Moving Averages) on a user-defined higher timeframe. It detects when the EMAs align bullishly or bearishly with a minimum gap tolerance and provides visual signals, background pulses, and alerts when such stable conditions start.
Key Features
Uses 3 EMAs (50, 100, 200) from a selectable timeframe.
Checks if EMAs are aligned in a stable bullish or bearish order with configurable minimum percentage gaps.
Confirms that price is not touching the EMA50 (to avoid instability).
Displays arrow, text status ("Bull", "Bear", or "Unst" for unstable).
Shows a strength score representing the average EMA gap relative to tolerance.
Pulses the chart background green or red when stability starts.
Sends alerts when a new bullish or bearish stability condition begins.
Displays a table summary at the top center of the chart.
Inputs
Parameter Description Default Value
EMA TF Timeframe to fetch EMA values from. "15" (15 min)
Min Gap (%) Minimum % gap required between EMAs for stability. 0.1%
Background Opacity Opacity level (0-100) for the pulse background color. 85
How It Works
The indicator fetches EMA50, EMA100, and EMA200 values from the chosen timeframe.
It calculates the percentage gap between EMA50 & EMA100 and EMA100 & EMA200.
It checks if:
For bullish stability: EMA50 > EMA100 by at least the tolerance and EMA100 > EMA200 by at least tolerance, AND current candle’s low is above EMA50.
For bearish stability: EMA50 < EMA100 by at least the tolerance and EMA100 < EMA200 by at least tolerance, AND current candle’s high is below EMA50.
When a stable bullish or bearish condition starts (i.e., it was not stable the previous bar), it triggers a pulse on the background and sends an alert.
The strength score reflects how strong the EMA gaps are relative to the minimum gap set.
A table displays key info: stability arrow, status, strength percentage, and gap percentages.
Visuals on Chart
Arrow:
▲ = Bullish Stability
▼ = Bearish Stability
• = Unstable (no stability detected)
Status Text: "Bull", "Bear", or "Unst"
Background Pulse: Green for bullish stability start, red for bearish stability start (fades based on opacity setting).
Table at top center shows:
EMA stability arrow and status
Strength score (%)
Percentage gaps between EMAs 50-100 and 100-200
Alerts
The indicator sends alerts when a new stable bullish or bearish trend begins.
Alert messages include:
📈 Bullish Stability detected on ( )
📉 Bearish Stability detected on ( )
Alerts are triggered only once per bar close on the condition's start.
Recommended Usage Tips
Adjust EMA TF to your preferred higher timeframe for trend confirmation.
Set Min Gap (%) depending on how strict you want the gap between EMAs for stability (smaller gap = more sensitive).
Use Background Opacity to make pulses subtle or prominent according to your preference.
Combine this indicator with price action or other tools for entry/exit timing.
Use alerts to be notified instantly when stable trends form.
Price Action Levels By VIPIN (RSI, MACD, BOS/CHoCH, FVG)Title:
VT Price Action Levels + Optional RSI, MACD, BOS, CHoCH, FVG
Description:
This multi-tool indicator combines price action key levels with optional confluence tools for advanced trade analysis.
Core Features:
• Previous Day & Today High/Low: Automatically plots yesterday’s and today’s high/low with customizable colors & widths.
• Strong Support/Resistance: Detects high-probability S/R zones based on swing structure, ATR-based swing filtering, and minimum gap distance.
• Trend Filters: Optional EMA50 & VWAP to visually confirm bias.
• RSI Module: Shows bias (overbought/oversold zones) with optional candle coloring.
• MACD Module: Plots bullish/bearish MACD cross markers directly on chart.
• Structure Analysis: BOS (Break of Structure) & CHoCH (Change of Character) labels to help identify market shifts.
• Fair Value Gaps: Highlights recent bullish/bearish FVGs for potential imbalance zones.
• Fully Customizable: Every feature can be toggled ON/OFF from settings panel.
Usage Idea:
Enable only the modules you need to keep charts clean and focused. For example, keep PDH/PDL and Strong S/R always on, and switch on RSI/MACD/BOS only when looking for trade confirmation.
This script is designed for traders who combine price action + SMC concepts for intraday or swing setups.
Notes:
• Works on all timeframes and markets (forex, crypto, stocks, indices).
• All elements are customizable in the settings panel.
• This script does not generate buy/sell signals — it is a tool for manual analysis.
Engulfing + Sweep (Confirmed Only) v6 — bars onlyMarks bullish/bearish engulfing candles with liquidity sweeps and confirms them on the next candle — no repaint.
✳️ Features:
• 🟩 Bullish Engulfing + Low Sweep
• 🟥 Bearish Engulfing + High Sweep
• 🎛 Require opposite-color previous candle (optional)
• 📏 Min body-to-range filter
• 🔔 Alerts on confirmation candle
🎯 Best for:
• Price action & reversal traders
• Liquidity sweep confluence setups
Mits Pixel BTCUSDStrategy
Using Rsi Stochastic, Hull Moving Average, Price Action and volume differences to get signals
HOW IT WORKS
Pixel parts :
- (U) The first pixel is a pixel that shows a trend during an uptrend, a trend when the market is considered bullish (above the MA line)
- (V) The second pixel is the volume pixel, showing the up and down movement of the buy / sell volume .
- (M) The third pixel is the momentum pixel, showing the market momentum whether it is overbought or oversold.
- (D) The fourth pixel is a pixel that shows a trend during a downtrend, a trend when the market is considered bearish (below the MA line)
When the price opens above the MA line, 3 pixels will appear, namely the first Pixel which is called the Trend up Pixel, Pixel Volume , and also the Momentum Pixel.
When the price opens below the MA line, 3 pixels will appear, namely Pixel Volume , Pixel Momentum, and the bottom one is the Pixel Down Trend.
* Pixel up trend (appears when the open is above the MA line)
- The pixel will show a solid green color when a gap up is opened or volume up, then the close price is greater than the open price.
- The pixel will show a light green color if there is normal strengthening (the close is bigger than the previous day's close without creating a gap up), then the close price is bigger than the open price.
- Pixel will show yellow color if it meets several criteria, for example, close is equal to open or close is bigger than the previous close but close is smaller than open.
- The pixel will show a dark red color when there is attenuation and a Gap down is created, then the close price is smaller than the open price.
- Pixel will show red color if there is normal weakening (close is smaller than the close of the previous day without creating a gap down), then the close price is smaller than the open price.
* Pixel down trend (appears when the open is below the Moving Average)
The pixel color indication is the same as the Trend up Pixel
* Volume Pixel
- The pixel is dark green when there is an increase and a gap up is created and the volume for that day is bigger than the volume of the previous day.
- The pixel will be green if there is a normal strengthening and also the volume for that day is greater than the volume of the previous day, or there is a gap up but the volume is smaller than the volume of the previous day.
- The pixel is yellow if it meets several conditions, for example, the volume of the day is the same as the volume of the previous day.
- The pixel is dark red when there is weakness and a Gap down is created and also the volume of the day's weakness is greater than the volume of the previous day.
- The pixel is red if there is normal weakening and also the volume of the day's weakness is bigger than the previous day's volume , or if there is a gap down but the volume is smaller than the previous day's volume .
* Momentum Pixel (basically StochRSI combined with other HMA , TopBox (Resistance), BottomBox(Support)).
- The pixel is dark green when it meets several conditions, for example the golden cross is below 50.
- The pixel is green if it meets several conditions, for example a golden cross below 50 without Gap up.
- Pixel will be yellow if it meets several conditions, for example k is greater than d and k has entered the overbought area (greater than 80).
- Pixel is dark red when it meets several conditions, for example k is smaller than d and k has entered the overbought area.
- Pixel is red when it meets several conditions, for example k is smaller than d and k is greater than 50 and k is less than 80.
Bar Color
Dark Green : Price Up + Volume Up
Green : Price Up + Volume Down
Dark Red : Price Down + Volume Up
Red : Price Down + Volume Down
Too many details that cannot be detailed one by one , but in broad outline as explained above.
HOW TO USE
* Signals Buy
- Strong Buy : All pixels are green, and Momentum Pixel is dark green.
- Normal Buy : All pixels are green or two dark green (one of them must momentum pixel) and one yellow.
- Spek Buy : * Two green pixels (one of them must momentum pixel) and one yellow or 1 green/dark green in momentum pixel, and other pixels yellow
* Signals Sell
- Strong Sell : All pixels are red, and Momentum Pixel is dark red.
- Normal Sell : All pixels are either red or two dark red (one of them must momentum pixel) and one yellow.
- Spek Sell : Two red pixels (one of them must momentum pixel) and one yellow or 1 dark red in momentum pixel, and other pixels yellow
- Warning Sell : Momentum pixels are dark red, regardless of the color of the other pixels.
* Best use for trading in BTCUSD markets
* Change from just an invitation script to a protected script for publication.
* Final Release
Thanks for Moderators
Mark 4H Candle SpanThis TradingView indicator, called "Mark 4H Candle Span", serves to **visually highlight alternating 4-hour time blocks** directly on the price chart.It does this by coloring the background of the chart for one 4-hour period and leaving the next 4-hour period uncolored, creating a pattern of vertical stripes.---### How It WorksThe code operates in two main steps:1. **Calculation of the 4-Hour Block**:The line `session_id = math.floor(time("1") / (1000 * 60 * 60 * 4))` calculates a unique identification (ID) number for each 4-hour block.* `time("1")`: Gets the current time (in milliseconds).* `(1000 * 60 * 60 * 4)`: Is the total number of milliseconds in 4 hours.* By dividing the time by the 4-hour interval and rounding down with `math.floor`, the script assigns the same `session_id` to all the candles within the same 4-hour block.2. **Background Coloring**:The line `bgcolor(session_id % 2 == 0 ? color.new(color.blue, 85) : na)` decides whether to color the background.
Candle Overlay htf embedHTF Candle Overlay for mltf candle
A candle overlay that provides ease of use for the 1m chart to see candle structures of 30m or more from 1m. (with OHLC)
Bbhafiz ALERT SIGNAL📌 Indicator Overview
Uses EMA20 & EMA50 to detect trend direction and identify crossover/crossunder points.
RSI filter (default ON) to improve accuracy — BUY only when RSI > 50, SELL only when RSI < 50.
Displays a BUY label below the candle and a SELL label above the candle when signals appear.
AlertCondition added so TradingView can send push notifications, pop-ups, or emails when a signal appears.
⚡ Main Logic:
BUY → EMA20 crosses above EMA50 + RSI > 50 (if filter is ON) + price above EMA20.
SELL → EMA20 crosses below EMA50 + RSI < 50 (if filter is ON) + price below EMA20.
🎯 Advantages of This Version:
No need to stare at the chart — alerts will notify you when a valid setup appears.
Can be used for scalping (M1, M5) or swing trading (H1, H4).
Perfect for busy traders since alerts only trigger on confirmed setups.
Pivot Points HL DetailedThis indicator marks important turning points in the market, showing you the most recent swing high and swing low as horizontal lines across the chart. Each pivot line has a price label where it formed and a small counter that updates whenever the market touches that level again. The line’s color reflects the prevailing trend, determined by an EMA filter, so you can quickly see if the level is likely acting as support or resistance in the current market environment.
It works by scanning recent bars for points where price made a local high higher than several bars to its left and right, or a local low lower than several bars to its left and right. These pivots are calculated directly from price action using the ta.pivothigh and ta.pivotlow functions. Once identified, the level is tracked in real time, counting every time price crosses it. The EMA provides context: if price is above the EMA, the market is considered in an uptrend and the pivots are colored to match; if price is below, they’re marked as part of a downtrend.
For traders, this offers a clean way to see where the market has turned before and whether those levels are still relevant. Strong levels often show multiple touches, which can be used for entries, exits, or risk management. The built-in alert system can notify you when price approaches either the most recent swing high or swing low, so you can react quickly.
This tool can be applied in almost any market — forex, stocks, indices, commodities, or crypto — because price tends to respect recent swing points regardless of the asset class. It tends to be most effective in liquid markets, where many traders see and react to the same key levels, and it’s valuable in both trending and ranging conditions, though the EMA trend filter adds extra clarity when the market is moving directionally.
BTC Multi-Session Open Breakout with Dynamic Sensitivitybtc tool using algo detection and a dynamic sensitivity tool to avoid breakouts and see-saw action. First draft.
1H MA20 Downbreak Alert1H MA20 Downbreak Alert
1H MA20 Downbreak Alert1H MA20 Downbreak Alert1H MA20 Downbreak Alert
Unmitigated Imbalances [TakingProphets] (High Timeframe)Unmitigated Imbalances
Unmitigated Imbalance is designed to automatically detect and display active Fair Value Gaps (FVGs) across multiple higher timeframes and your current chart. It only keeps the ones that remain unmitigated, helping you clearly see where price has “unfinished business” and potential liquidity draw areas. The tool extends these levels forward until they are tagged according to your chosen mitigation criteria, then removes them automatically.
The indicator uses the classic 3-bar FVG structure:
– Bearish FVG forms when the low of the third candle back is above the high of the first candle.
– Bullish FVG forms when the high of the third candle back is below the low of the first candle.
– Each detected gap must meet a minimum size threshold, which is determined automatically from the Sensitivity setting and adjusted for the symbol type.
Higher timeframes (up to 4) can be plotted simultaneously with your current chart’s gaps. The script merges overlapping levels from different timeframes into one clean label, showing all the contributing timeframes together (for example: M15 + H1 + H4). This makes it easy to spot high-confluence levels without cluttering your chart.
Key features
– Multi-timeframe detection: up to 4 custom HTFs plus your current chart.
– Automatic gap size filtering based on chosen Sensitivity (High, Medium, Low).
– Choice of Wick or Close-based mitigation logic.
– Lookback control: 1 Day, 1 Week, 1 Month, or Max.
– Combined labels for overlapping gaps with clear timeframe tags.
– Separate color and style settings for each timeframe’s bullish and bearish gaps.
– Labels can be positioned Left, Right, or Center Above for maximum clarity.
– Automatic line extension until mitigation or until they exceed the lookback period.
How to use
Select your desired higher timeframes in the HTF1–HTF4 settings.
Choose the Sensitivity level to control the minimum gap size detected.
Decide on Wick or Close mitigation according to your trading rules.
Use the Lookback setting to limit how far back the script checks for gaps.
Watch for levels where multiple timeframe labels are stacked — these can carry greater significance.
Incorporate the levels into your existing strategy, using them as context rather than entry signals.
Practical notes
– Current timeframe gaps reset each trading day to keep the chart relevant to intraday bias.
– Higher timeframe gaps remain until mitigated or until the lookback period expires.
– Large lookback periods with multiple HTFs can increase chart load — adjust settings as needed.
– This indicator is a mapping and context tool, not a signal generator. Always apply it alongside your own analysis.
Premium Fibonacci Entry Bands [Mark804 Pro]🚀 Premium Fibonacci Entry Bands Pro - Advanced Trading System for TradingView 🚀
Unlock Precision Trading with Smart Fibonacci Zones + Volume-Confirmed Signals!
🔥 Why This Indicator Stands Out:
✅ Multi-Layer Confirmation: Combines Fibonacci bands, trend analysis, and volume spikes for high-probability entries
✅ 3-Stage Signal System: Aggressive (A), Strong (S), and Exit signals for optimal risk management
✅ Institutional-Grade Filters: 200 EMA trend filter + volume confirmation reduces false signals
✅ Visual Hierarchy: Color-coded bands + distinct shapes (▲ ▼ ✖) for instant signal recognition
✅ Fully Customizable: Adjust sensitivity, toggle features, and adapt to any trading style
💡 Perfect For:
• Swing traders looking for mean-reversion opportunities
• Trend followers wanting confirmed breakouts
• Day traders needing clear entry/exit levels
• Risk-averse investors using the built-in exit system
📈 How It Works:
Fibonacci Bands identify overextended price levels
Trend Filter keeps you trading in the right direction
Volume Spikes confirm strong institutional participation
Smart Exits lock in profits before reversals
🔍 SEO-Optimized Keywords:
"Best Fibonacci Trading Indicator", "Smart Mean Reversion Strategy", "Volume Confirmed Trading Signals", "Professional TradingView Tools", "Trend Following System", "Low Risk Entry Points", "Institutional Trading Algorithm", "Swing Trading Indicator", "Day Trading Signals", "Price Action Confirmation"
✨ Why Traders Love It:
"Finally a Fibonacci indicator that combines math with market context! The volume confirmation makes all the difference." - Verified User
📲 Get an Edge in Any Market Condition!
👉 Install Now to transform how you trade with institution-grade confirmation logic 👈
🔗 Pro Tip: Pair with RSI or MACD for even higher accuracy in ranging markets!
Relative Strength Buy/Sell SignalsThis Pine Script builds on the MarketSurge-style Relative Strength indicator. It calculates the RS line by comparing the stock's close to a benchmark (default: SPY). Buy signals are generated when the RS line crosses above its moving average (default 10-period SMA), indicating improving relative strength. Sell signals occur when it crosses below, suggesting weakening relative strength. Signals are labeled "BUY" (green) and "SELL" (red) on the chart, with background highlights.
It also retains the new 52-week RS highs (orange circles) and lows (purple circles), which can serve as additional confirmation for outperformance or underperformance.
Note: This approximates relative strength for trading signals but does not replicate the proprietary IBD RS Rating (a 1-99 percentile rank across all stocks). For best results, use on daily charts and combine with other analysis. Backtest thoroughly, as no strategy guarantees profits
NY Open Momentum Sniper MTF v6Finding the best optimal entry to the trade in NY. This will help you find some key zones during the NY killzone and help you pick out the best spots to enter the trade.
Chiefs sessions 4This is just an indicator marking the most recent asian session and london session highs and lows, and also marks off previous days high and lows in white. Blue is asian session and red is london. This indicator resets every day.
Indicator collection by 200K🇲🇳 Монгол хэл
"Indicator Collection by 200K" нь олон төрлийн хэрэгтэй индикаторуудыг нэг дор цуглуулсан багц юм. Жишээ нь, 5 EMA нь богино хугацааны чиг хандлага, эргэх боломжит цэгүүд болон дэмжлэг, эсэргүүцлийн түвшинг илрүүлэхэд тусална. Мөн session marker, өндөр цагийн хүрээний high/low шугамууд гэх мэт хэрэгслүүдийг ашиглан зах зээлийг илүү тодорхой харах боломжтой. Энэхүү индикатор нь шинэхэн болон туршлагатай трейдерүүдэд хоёуланд нь тохиромжтой бөгөөд өдөр тутмын арилжаанд хэрэглэхэд энгийн, ойлгомжтой.
🇬🇧 English
The Indicator Collection by 200K combines several useful indicators in one package. For example, 5 EMA helps identify short-term trends, potential reversal points, and support/resistance levels. It also includes tools like session markers and higher timeframe high/low lines to give you a clearer view of the market. This indicator is designed to be simple and easy to use for both beginners and experienced traders in their daily trading.
SNR Pro by LogicatSNR Pro by Logicat — read the tape like a pro.
This indicator builds clean, close-based Support/Resistance from pivots and then hunts for actionable touches and breaks in real time.
Feature 1 – Strict Next-Bar Retest: Instantly flags the very next candle that taps a fresh S/R and rejects it (bulls at S, bears at R). No early signals, no clutter.
Feature 2 – Pair-Bar Retest: When a new S/R forms (two-bar pivot), the second bar gets checked for a real touch of the previous level—precision retests only.
Feature 3 – Break Watch: Untouched levels are “broken” the moment price closes beyond them, marked clearly so you know when structure shifts.
Feature 4 – SBR/RBS Zones: Right after a valid break, it auto-plots entry boxes (S→SBR or R→RBS) projecting forward from the break bar—your map for the next reaction.
Feature 5 – EG Zones: Captures momentum boxes from seed candles; overlapping bull/bear zones highlight extreme areas worth your attention.
A tidy sticky-note in the corner calls the latest signal (“BUY/SELL/Exit”), and alerts keep you notified even off-chart. Everything is color-customizable (hello, neon 🎇). Use it to spot clean rejections, fresh breaks, and high-probability reaction zones—fast.
Quarterly Shifts Predicition This Predicts the next upcoming quarterly shift with percentages and as well as a constantly updating informational piece of code to get you the most updated and precise prediction i hope you all enjoy