Historical LiquidityHistorical Liquidity Indicator – Backtesting Mitigated Hidden Order Blocks
The Historical Liquidity Indicator is a companion tool to the Hidden Liquidity Indicator. It is designed to help traders visualize Hidden Order Blocks (HOBs), Partial Hidden Order Blocks (PHOBs) after they’ve been touched by price action.
This allows traders to perform historical market structure analysis, evaluate the effectiveness of past liquidity zones, and conduct systematic backtesting of mitigation-based strategies.
Purpose & Utility
Unlike the standard Hidden Liquidity Indicator, which focuses on active, untouched zones, the Historical Liquidity Indicator highlights zones that have already been mitigated.
It provides a clear historical trail of where hidden liquidity was previously located and how the market responded—offering valuable insights for:
• Identifying the success/failure rate of HOBs across time
• Analyzing price behavior after mitigation (retests, continuations, reversals)
• Supporting the development and refinement of liquidity-based trading strategies
• Recognizing recurring mitigation patterns over time
How It Works
This indicator uses the same core logic as the Hidden Liquidity Indicator—focused on the relationship between Fair Value Gaps (FVGs) and candle bodies—but tracks zones that have fully mitigated.
Mitigation logic is based on:
• HOB: Candle body fully fits inside the FVG and has now been touched by price
• PHOB: Candle body fits at least 50% inside the FVG and is later mitigated
Once mitigation is detected, the zone is stored and visualized historically, allowing traders to track the evolution of price in relation to prior hidden liquidity.
Visualization & Settings
Mitigated zones are clearly marked using distinct color schemes, that can be chosen individually.
You can toggle visibility of each type (HOBs, PHOBs) through the settings panel.
Why It Matters
While many indicators show current order blocks, this tool gives context by showing which liquidity zones were previously respected or invalidated by price. This makes it an ideal tool for:
• Quantifying past performance of liquidity zones
• Identifying support/resistance formed by mitigated blocks
• Enhancing discretionary or liquidity based strategies using historical validation
Important Notes
This is a closed-source indicator built on a custom methodology for detecting and tracking mitigated liquidity zones. While the internal logic remains proprietary, this description outlines the key concepts and use-cases so traders can understand how to apply it.
NFA.
Multitimeframe
1H & 2H Candle Panel + Daily Grid v1.2Indicator: "1H & 2H Candle Panel + Daily Grid v1.2"
This powerful indicator combines two key features into one tool:
Daily Grid anchored to the previous day’s close
Multi-Timeframe Candle Panel for comprehensive market analysis
1. Daily Grid Logic
Input:
Grid Distance (Points): Adjustable spacing between grid lines (default: 5.0 pts).
How It Works:
Detects the start of a new trading day using ta.change(time("D")).
Fetches the prior day’s close via request.security().
Draws the following elements at each new session:
Thick Red Line: Previous day’s closing price (key reference level).
8-Point Grid:
4 blue lines above the close (+1x to +4x the grid distance).
4 gold lines below the close (-1x to -4x the grid distance).
Info Label: Displays the exact prior close value.
Automatically clears and redraws all elements daily to avoid clutter.
2. Multi-Timeframe Candle Panel
Timeframes Analyzed:
Current chart TF, 30M, 1H, 2H, 3H, 4H, 6H, 12H, and Daily (1D).
Data Displayed per TF:
Open, Close, High, Low
Price Difference (Close − Open)
Candle Type (Bullish/Bearish)
Time remaining until candle close (hh:mm:ss format)
Visual Output:
A right-aligned table with conditional coloring:
Bullish candles: Green background
Bearish candles: Red background
Current timeframe highlighted in purple.
Optimized Updates:
Uses request.security() for efficient cross-TF data fetching.
Tracks candle closing times via TradingView’s native time_close.
Updates only on the last bar or in real-time (barstate.islast/isrealtime).
3. Confluence Signals
Full Confluence:
Triggers when all timeframes align:
Buy Signal: All candles bullish → Green arrow + alert.
Sell Signal: All candles bearish → Red arrow + alert.
1H Special Confluence:
Activates 30 minutes after the 1H candle opens.
Requires alignment between 1H, 4H, and 6H candles.
Marks entries with price-level arrows (no alerts).
4. Technical Optimizations
Performance:
Dynamically manages graphic objects (no redundant redrawing).
Uses arrays to track grid lines efficiently.
Precision:
Leverages TradingView’s time_close for accurate countdowns.
Formats prices with format.mintick for asset-specific precision.
How to Use
Adjust Grid Distance based on asset volatility.
Monitor the panel for multi-TF trend strength.
Use the daily grid as support/resistance reference.
Confluence signals highlight high-probability setups.
Pro Tip: Combine with volume analysis or RSI for confirmation!
VWAP with Prev. Session BandsVWAP with Prev. Session Bands is an advanced indicator based on TradingView’s original VWAP. It adds configurable standard deviation or percentage-based bands, both for the current and previous session. You can anchor the VWAP to various timeframes or events (like Sessions, Weeks, Months, Earnings, etc.) and selectively show up to three bands.
The unique feature of this script is the ability to display the VWAP and bands from the previous session, helping traders visualize mean reversion levels or historical volatility ranges.
Built on top of the official TradingView VWAP implementation, this version provides enhanced flexibility and visual clarity for intraday and swing traders alike.
Dashboard EMA Unifié [touli]DISCLAIMER
This indicator is provided for educational and informational purposes only. It does not constitute investment advice, a recommendation to buy or sell, or a solicitation for any transaction. Past performance is not indicative of future results. Trading involves significant risk, including the potential loss of capital. The user assumes full responsibility for their own trading decisions and risk management. The author of this script cannot be held liable for any losses or damages resulting from its use.
Indicator Title: Unified EMA Dashboard
Overview
This indicator is a comprehensive technical analysis tool that combines the display of Exponential Moving Averages (EMAs) on the chart with a multi-timeframe dashboard. It is designed to provide traders with a quick and clear overview of the trend across multiple timeframes, while also providing visual cues directly on the current chart.
Key Features
Multi-Timeframe Dashboard: Displays a clean and concise table showing the price's position relative to four different EMAs (9, 21, 50, 200) across 6 timeframes (from 1 minute to 1 day).
A blue arrow ▲ indicates that the closing price is above the EMA (potential bullish trend).
A red arrow ▼ indicates that the closing price is below the EMA (potential bearish trend).
Display of 4 EMAs on the Chart:
EMA 9 & 21: Plotted on the current timeframe, they help identify the very short-term trend.
EMA 50 (from the 5m TF) & EMA 200 (from the 15m TF): Plotted on the current chart but calculated on higher timeframes. They offer a perspective on the stronger, underlying trends.
Full Customization: The indicator's settings allow the user to:
Modify the periods of the four EMAs.
Choose the dashboard's position on the screen.
Change the dashboard's theme (Dark or Light).
Enable or disable the display of the EMAs on the chart.
Optimized Code: The script is designed for performance, drawing and calculating the dashboard only on the last available price bar, thus avoiding chart lag.
How to Use
1. Installation
On TradingView, open the chart of your chosen asset.
At the bottom of the screen, click on the "Pine Editor" tab.
Copy the entire corrected script and paste it into the editor, replacing any existing content.
Click the "Add to Chart" button. The indicator will then appear on your chart.
2. Configuration
Click the gear icon (⚙️) next to the indicator's name to access its settings.
General Settings:
Dashboard Theme: Choose "Dark" or "Light" for better readability depending on your chart's color scheme.
Dashboard Position: Select where you want the dashboard to appear (e.g., "Bottom Right," "Top Left," etc.).
EMA Settings:
Modify the periods (9, 21, 50, 200) if you prefer to use other values for your analysis.
Chart Display Settings:
Check or uncheck the boxes to show or hide the EMA lines on your main chart. For instance, you can disable the lines and only use the dashboard.
3. Interpretation (For Informational Purposes)
The Dashboard:
Confluence Analysis: The dashboard's main strength is identifying trend "confluence." A column that is entirely blue (▲) or red (▼) suggests a strong, aligned trend across multiple time scales.
Identifying Reversal Points: If the shorter timeframes (1m, 5m) start to change color while the longer ones (4h, 1D) remain stable, this may indicate a pullback or the beginning of a trend change.
The EMAs on the Chart:
Dynamic Support and Resistance: The EMA lines can act as areas of support in an uptrend and resistance in a downtrend.
Underlying Trend: The price's position relative to the longer-period EMAs (50 and 200) gives an indication of the general underlying trend.
Best Practices and Limitations
Do Not Use in Isolation: This indicator is a trend confirmation tool. It is recommended to use it in conjunction with other analysis tools (volume, market structure, other indicators).
Lagging Indicator: Moving averages are trend-following indicators, which means they react to past price movements. They do not predict future movements.
Risk Management: Always set a stop-loss and take-profit for every trade. Never risk more than a small percentage of your capital on a single position.
TTM Squeeze HistogramMacro S&D Suite: Part 4 of 4 — TTM Squeeze Histogram Overview
Introduction to TTM Squeeze Histogram
Credit: The TTM Squeeze concept was developed by John Carter, and our Histogram builds directly on his methodology.
The TTM Squeeze Histogram complements the on‑chart Combo by providing a clear, pane‑based heatmap of market momentum. Building on John Carter's squeeze concept, it visualises momentum strength and weakening through four distinct colours, making it easy to spot shifts before price movements confirm them.
How TTM Squeeze Histogram Works
Histogram Metric: Calculates the rate‑of‑change of the Bollinger Band midline, plotting it as a histogram.
Four‑State Colouring:
Green: Strong upward momentum (rising above zero)
Orange: Weakening upward momentum (falling highs above zero)
Red: Strong downward momentum (falling below zero)
Blue: Weakening downward momentum (rising lows below zero)
Squeeze Markers: Black dots indicate squeeze-on, and grey dots indicate squeeze-off, aligning with the histogram for seamless cross-confirmation.
This pane allows you to watch momentum build and fade, confirming or warning against potential breakouts at your support and resistance (S&D) zones.
Applying TTM Squeeze Histogram
Add the Histogram pane to your chart alongside Alpha, Beta, and the Combo overlay.
Align Signals: Look for colour transitions (orange→green or blue→red) coinciding with Beta or Alpha zone touches.
Confirm Timing: Use the histogram to anticipate momentum surges before price breaks key channels.
Entry & Exit Guidance: Enter when the colour flips to a strong state; consider exits or scaling back when it shifts back toward weaker colours.
Multi-Tool Confluence: Utilise the histogram in conjunction with Combo squeeze-off and S&D zone reactions to achieve the highest-probability setups.
Advantages of TTM Squeeze Histogram
Momentum Clarity: Four-state colours make it obvious when momentum is building or losing momentum.
Early Warning: Identify weakening momentum before a price reversal occurs, allowing you to lock in profits or avoid false breakouts.
Pane‑Based Focus: Keeps price chart uncluttered while providing deep momentum insight.
Synergy with Combo: Pairs perfectly with the Combo overlay for cross‑validation of squeeze events.
Bringing It All Together
By using Macro S&D Alpha, Beta, TTM Squeeze Combo, and Histogram together, you gain a full‑spectrum trading framework:
Alpha for big‑picture pivots (daily/4‑h)
Beta for tactical zone precision (30‑m/5‑m)
Combo for on‑chart volatility‑momentum context
Histogram for focused momentum heatmapping
This four‑tool suite provides a high‑probability setup and helps you manage risk with confidence.
Our Mission
We are committed to building and servicing our trading community with trust and integrity. These indicators are tools—what truly matters is your continuous learning, discipline, and responsible execution. Thank you for joining us on this journey; we look forward to supporting your success across all market conditions.
Disclaimer
Access and use of the Macro S&D Suite and TTM Squeeze tools are provided on an "as‑is" basis. You acknowledge and agree that all trading decisions are solely your responsibility. Past performance does not guarantee future results. No representation is made regarding the accuracy or completeness of the signals, and we disclaim any liability for losses or damages incurred through their use. Always employ appropriate risk management and seek independent advice as needed.
Reversal IndicatorWhat does this indicator do?
This indicator is designed to help traders spot potential reversal points in the market by combining multiple conditions:
✅ Multi-Timeframe RSI – Checks RSI on a lower timeframe (like 5m) to see if the market is oversold or overbought.
✅ Higher Timeframe SMA Filter – Uses a higher timeframe SMA (like 1h) as a trend filter, so signals only trigger in the direction of the bigger trend.
✅ Candle Pattern Confirmation – Looks for bullish or bearish engulfing candles to confirm price exhaustion before signaling a reversal.
When all these conditions align, the indicator plots a triangle under/above the candle to highlight a possible reversal.
Why is this useful?
Many traders struggle with false RSI signals or candle patterns that fail because they don’t respect the larger trend.
This indicator filters out weak setups by requiring alignment between:
A lower timeframe RSI oversold/overbought condition,
A higher timeframe trend filter (SMA),
And a strong candle reversal pattern.
This multi-layer approach helps avoid chasing every RSI dip and focuses only on high-probability reversal zones.
How does it work?
Bullish reversal signal → appears when RSI on the lower TF is oversold, price is still above the higher TF SMA (trend still intact), AND a bullish engulfing candle forms.
Bearish reversal signal → appears when RSI on the lower TF is overbought, price is below the higher TF SMA, AND a bearish engulfing candle forms.
When all conditions match, the indicator plots a triangle under the candle for bullish signals and above the candle for bearish signals.
How to use it?
Choose your timeframes:
A timeframe for trend filtering (e.g. 1h).
A timeframe for RSI (e.g. 4h).
NOTICE: THE RSI TIMEFRAME SHOULD BE GREATER THEN THE TIMEFRAME FOR THE SMA
Otherwise it will not generate that much signals.
Watch for signals ONLY in the direction of the higher trend.
Use the signals as potential reversal points, not as guaranteed entries. Combine with your own confluence.
Optionally set alerts for bullish or bearish reversal conditions so you never miss a setup.
Customization
✅ Choose your RSI length & overbought/oversold levels.
✅ Select which timeframes you want for SMA & RSI.
✅ Toggle the higher TF SMA display on/off.
✅ Adjust signal appearance (triangles).
Important Notes
⚠️ This is not a standalone trading system. It’s a tool to help spot possible reversal areas. Always confirm with price action, support/resistance, or your own strategy
TTM Squeeze ComboMacro S&D Suite: Part 3 of 4 — TTM Squeeze Combo Overview
Introduction to TTM Squeeze Combo
The TTM Squeeze Combo brings volatility and momentum analysis directly onto your price chart. Credit for the original Squeeze concept goes to John Carter, who combined Bollinger Bands and Keltner Channels into a powerful volatility filter. Our implementation overlays squeeze dots, channels, and a semi-transparent momentum histogram, allowing you to see both coiling and breakout conditions in the context of your Alpha and Beta zones.
How the TTM Squeeze Combo Works
Squeeze Detection: When Bollinger Bands (20 SMA ± 2 σ) contract inside Keltner Channels (20 EMA ± 1.5 ATR), the market is in a low‑volatility "squeeze" (plotted as a red dot). Expansion outside signals breakout potential (grey arrow).
Channel Overlay: Bollinger and Keltner boundaries are drawn on the chart, framing price action within volatility bands.
Semi‑Transparent Histogram: Plots the rate‑of‑change of the SMA midline as bars behind the candles, colour-coded by momentum direction (strong up, weak up, strong down, weak down).
This overlay keeps all signals in one view, giving you immediate context when price interacts with supply & demand zones.
Applying TTM Squeeze Combo
Add the Combo to your lower‑timeframe chart (e.g. 15‑ or 5‑minute).
Align squeeze‑on dots with Alpha and Beta zones: look for dots appearing as price enters a zone, indicating a coiled market.
Watch for squeeze‑off arrows at breakout: confirm with the histogram flipping to a strong colour (green for bullish, red for bearish).
Entrances & Exits: Enter on the first candle, breaking the bands in the direction of the histogram confirmation. Use zone boundaries for stops and take‑profits.
Timeframe Consistency: While most effective on shorter timeframes, you can apply the Combo on any timeframe to confirm broader momentum shifts.
Advantages of TTM Squeeze Combo
On‑Chart Clarity: Eliminates pane‑switching by combining volatility dots, channels, and histogram with price.
Momentum Insight: Four‑state colouring alerts you to weakening or strengthening momentum in real time.
Zone Confirmation: Enhances S&D entries by confirming coiled price action and explosive breakouts exactly at your zones.
Flexible Application: Supports both intraday scalping and swing‑trade timing across multiple timeframes.
Disclaimer
Access to and use of the TTM Squeeze Combo, Macro S&D Alpha, and Macro S&D Beta tools are provided on an "as‑is" basis. You acknowledge and agree that all trading decisions are your sole responsibility. Past performance is not indicative of future results, and no guarantee is made regarding profitability or accuracy of signals. You should employ appropriate risk management and seek independent advice as needed. We disclaim any liability for losses or damages incurred through the use of these indicators.
Macro S&D AlphaMacro S&D Suite: Part 1 of 4 — Macro S&D Alpha Overview
Introduction to Macro S&D Alpha
Macro S&D Alpha focuses on identifying high‑timeframe supply and demand pivots based on key historical price swings and market structure. It is not restricted to any time frame but is suitable for weekly, Daily, 4‑hour, and 1‑hour charts. It reveals the broad zones where institutional participants place large orders. These structural levels form the potential backbone for a trading plan, guiding strategic entry and exit points for traders. Trading the financial markets is not a quick‑rich scheme. It requires dedication to learning, disciplined execution of your trading plan, precise entries and exits, and effective risk management. Your mental and physical well‑being also play a crucial role in consistent performance. This system provides tools to guide you, but success depends on your commitment and responsibility.
How Macro S&D Alpha Works
Historical Swing Analysis: Identifies key high/low pivot points over a user-defined look-back period to capture meaningful inflexion levels in market structure.
Volatility & Structure Filters: Integrates momentum and volatility metrics to confirm only the strongest pivot areas, filtering out noise and low‑volume swings.
Zone Construction & Projection: Draws horizontal supply (resistance) and demand (support) zones based on validated pivots, extending them forward to highlight potential reaction areas.
Dynamic Recalculation: Zones automatically update as new pivots form, ensuring the indicator stays aligned with evolving price action and overall trend.
Applying Macro S&D Alpha
Select Daily or 4‑Hour Charts: Add Alpha to visualise the most impactful support and resistance zones.
Observe Price Interactions: Look for clear bounces or rejections at zone boundaries—these are high‑probability areas.
Confirm with Context: Use trend indicators or fundamental insights to ensure alignment with the broader market direction.
Plan Entries & Exits: Enter near the zone edge, place stops just beyond the zone, and set profit targets at subsequent structural pivots.
Advantages of Macro S&D Alpha
Strategic Insight: Highlights the dominant market structure that persists over days and weeks.
Automated Updates: Zones recalculate seamlessly as new pivots form, eliminating the need for manual redrawing.
Clear Risk Parameters: Defined zone bounds enable precise stop-loss placement and reward-to-risk calculation.
Simplified Analysis: One indicator conveys multi‑month structure, ideal for swing and position traders.
Essa - Market Structure & Fibonacci ToolkitOverview
The Essa Market Structure & Fibonacci Toolkit is a comprehensive trading indicator that combines advanced market structure analysis with customizable fibonacci levels and fair value gap detection. It identifies high-probability trading opportunities by detecting confluence zones where multiple technical factors align, providing traders with precise entry and exit points based on institutional trading concepts.
Key Features
📊Market Structure Analysis
Pattern Recognition: Automatically detects Higher Highs (HH), Higher Lows (HL), Lower Highs (LH), Lower Lows (LL)
Change of Character (CHoCH): Identifies trend changes and market structure breaks
Pattern Locking: Fibonacci levels lock to specific swing patterns (LH→LL for bearish, HL→HH for bullish)
Multi-Timeframe Analysis: Analyzes trend strength across multiple timeframes with scoring system
🧮 Custom Fibonacci System
Fully Configurable Levels: Set any percentage (e.g., 25%, 65%, 87.5%) - not limited to traditional levels
Dynamic Labels: Shows your actual percentages, not hardcoded values
Golden Zone Trading: Customizable optimal entry zones between any two fibonacci levels
Auto-Extension: Levels automatically extend as price moves
Distance Tables: Real-time pip distances to nearest fibonacci levels
📈 Fair Value Gap (FVG) Detection
Smart Detection: Identifies bullish and bearish fair value gaps with size filtering
Age Tracking: Shows how long each FVG has been active (bars or time format)
Confluence Highlighting: Enhanced colors when FVGs overlap with fibonacci golden zones
Width Filtering: ATR-based minimum width requirements to filter noise
🎯 Confluence Trading
Multi-Factor Analysis: Combines market structure + fibonacci + FVGs + golden zones
High-Probability Zones: Highlights areas where multiple factors converge
Trend Strength Scoring: 0-100% scoring system based on multiple confluence factors
Smart Alerts: Notifications for high-confluence setups only
⚡ Advanced Features
Trend Analysis Table: Real-time trend bias, strength score, and pattern identification
Adaptive Sensitivity: Automatically adjusts to market volatility using ATR
Professional Alerts: Customizable alerts for structure breaks, golden zone touches, and FVG confluence
Clean Interface: Basic/Advanced settings organization with inline controls
🎨 Visual Excellence
Professional Styling: Clean, institutional-grade visual presentation
Customizable Colors: Full color customization for all elements
Smart Labeling: Context-aware labels that don't overlap
Performance Optimized: Efficient rendering with visual element limits
Perfect for: Swing traders, day traders, and institutional-style traders who want to identify high-probability setups using confluence of market structure, fibonacci levels, and fair value gaps.
GMP - Choch/BOS,FVG & PivotsGMP M5 Sniper Entry Execution – Smart Money Confirmations Tool
This indicator is designed for the GMP Method’s Entry Execution layer on the 5-minute timeframe. It helps traders spot high-precision entries aligned with smart money concepts and multi-timeframe bias.
Key Features:
Marks internal M5 Break of Structure (BOS) levels to confirm directional shift
Highlights Order Blocks (OB) and Fair Value Gaps (FVG) for sniper retracement entries
Auto-labels potential retest and mitigation zones
Clean visual cues for liquidity sweeps and trap setups
Aligned with GMP’s top-down approach (H1 directional bias, M15 POI, M5 execution)
Designed for scalpers and intraday traders seeking refined entry precision
Best Use Case:
Use this tool as your final confirmation layer after H1 bias mapping and M15 POI identification. Wait for M5 BOS plus OB/FVG setups before executing trades to increase confluence and reduce false entries.
Important:
This indicator is not a signal service. It is an advanced analysis tool to support discretionary execution within a structured trading plan.
GMP H1 Trend Line IdentifierGMP H1 Trendline Automation – Precision Bias Mapping Tool
This indicator automates high timeframe trendline drawing on the 1-hour chart to support directional bias and destination mapping in the GMP Method.
Key Features:
Accurately identifies and draws trendlines based on price structure without breaking random candles
Connects meaningful swing highs and lows in line with market direction
Filters noise to avoid messy or invalid trendline connections
Helps traders define bullish or bearish bias zones clearly
Supports top-down analysis by establishing a reliable framework for lower timeframe setups (M15 POI, M5 entries)
Best Use Case:
Use this indicator as your first step in the GMP trading flow to set directional bias and target mapping. Let it automatically detect valid trendlines so you can focus on planning clean, high-probability trades.
Note:
This tool is designed for discretionary traders who want objective, repeatable trendline analysis without subjective guesswork.
GMP - Order Block DetectorGMP M15 Impulsive Order Block Detector – Institutional Zone Finder
This indicator is designed to help traders automatically detect high-probability Impulsive Order Blocks (OB) on the 15-minute timeframe, following the footprint of institutional moves and enhancing GMP Method precision.
Key Features:
Identifies strong, impulsive OBs that mark institutional buying and selling zones
Filters out weak or sideways zones for cleaner, more actionable setups
Highlights potential POIs (Points of Interest) that align with the higher timeframe directional bias (H1)
Supports target zone planning with visual OB levels for retest or mitigation entries
Designed to help traders avoid retail traps and false breakouts by tracking true momentum origins
Best Use Case:
In the GMP Method, the M15 timeframe is the Dynamic POI Identification layer. After defining the H1 bias and destination targets with the Trendline Automation tool, use this M15 indicator to automatically locate valid institutional OBs and FVGs. These zones become your mapped POIs to watch for entries on the M5 execution layer.
Trading Flow Example:
✅ H1 – Map directional bias and destination with trendlines
✅ M15 – Identify valid impulsive OBs with this indicator to mark target POIs
✅ M5 – Wait for internal BOS and sniper entries at these POIs
Note:
This indicator is not a signal service. It’s an analysis tool for discretionary traders who want to replicate institutional-style mapping and improve consistency in identifying high-quality trading zones.
GMP CHoCH & BOS with MTF StatusGMP M15 Status Overlay – Higher Timeframe Context Anywhere
This tool is designed to keep you aligned with your M15 trading plan even when you drop to execution timeframes like M5. It shows the current M15 bias and POI status on any chart timeframe, making sure you never lose track of your top-down analysis.
Key Features:
Displays M15 bias (bullish/bearish/neutral) in real time on any timeframe
Highlights active M15 POI zones or impulsive OB levels
Allows traders to monitor M15 direction even when refining entries on M5
Clean, minimal overlay for easy integration with any chart setup
Supports disciplined GMP Method execution by enforcing bias adherence
Best Use Case:
The GMP Method relies on structured top-down analysis:
✅ H1 – Directional bias and target mapping
✅ M15 – Dynamic POI Identification with OB/FVG mapping
✅ M5 – Sniper Entry Execution
When you’re on M5 for precision entries, this M15 Status Overlay ensures you remain aware of your M15 roadmap. It helps prevent counter-bias trades and reinforces confluence by keeping the higher timeframe plan always in sight.
Note:
This is not a signal or entry tool. It is a discipline aid to maintain alignment with your trading system and avoid emotional or impulsive entries against your mapped M15 strategy.
QQE MODADDED QQE WEIGHTED OSCILLATOR to the QQE MOD indicator. The oscillator has a fast line that crosses the slow line. As the fast crosses above the slow line this is a long situation and vice versa for a short situation. The weighted Oscillator is a deriviation by LuxAlgo. The QQE mod portion was published by Colinmck
QQE + Signals RNEdited this to do away with larged signals of long and short to small triangles labeld only with QQE text
Fair Value Gap MTF [by Oberlunar]Fair Value Gap MTF is a multi-timeframe indicator designed to detect and display Fair Value Gaps (FVGs) across up to five customizable timeframes. Fair Value Gaps are price inefficiencies—zones where the market moved too quickly, leaving unfilled areas between candles. These gaps are often used by traders as reference points for future price retracements, as they tend to be revisited or “mitigated” over time.
This indicator extends the traditional FVG concept by introducing dynamic multi-timeframe tracking. Each timeframe has its own visual layer, with distinct user-defined colors for bullish and bearish gaps. The script not only highlights newly formed FVGs but also updates them visually when they are touched by price. Mitigated FVGs are recolored in real time, and an optional setting allows the size of these zones to shrink progressively, reflecting only the remaining untested portion.
Labels at the center of each box display the originating timeframe, offering clear visual context. All calculations are properly aligned with the display chart, ensuring that each FVG is correctly projected into the current view, regardless of its timeframe of origin.
Fair Value Gaps often act as support or resistance levels. Bullish FVGs can serve as areas where price may find support, while bearish FVGs can signal potential resistance. When these zones are mitigated repeatedly, it typically reflects areas of institutional interest, liquidity pools, or zones of accumulation and distribution. Such behavior makes them particularly significant in breakout and reversal strategies.
— Oberlunar 👁️★
Supply/Demand Market Structure (SMA Multi-Timeframe)Supply/Demand Based Market Structure
Structure + Order Blocks from Synthetic SMA Candles
Overview:
The SMA Supply/Demand Market Structure indicator combines market structure analysis with supply/demand logic, powered by SMA-based synthetic candles . Instead of relying on raw candle data, this tool generates smoothed higher-timeframe candles using simple moving averages to identify more stable zones and cleaner structure shifts.
It detects bullish and bearish breaks of structure (BoS) , highlights swing points like HH, HL, LH, LL , and plots institutional-style supply and demand zones formed from aggressive rallies or drops. The result is a precise and noise-filtered view of market intent, perfect for trend-following or smart money strategies.
How It Works:
- Synthetic candles are created using SMA of OHLC values on your selected timeframe (HTF).
- A bullish break occurs when price closes above the high of the last bearish synthetic candle.
- A bearish break occurs when price closes below the low of the last bullish synthetic candle.
- Upon break confirmation:
- A demand zone is drawn using the last bearish candle.
- A supply zone is drawn using the last bullish candle.
- Each zone is extended forward for a user-defined number of bars and optionally deleted upon mitigation.
- Zigzag-based internal structure connects valid swing points and classifies them as HH, HL, LH, LL , including Liquidity Sweeps (LS) .
- BoS levels are highlighted with lines that automatically reset when new structure forms.
Key Features:
- Synthetic SMA Candles : Smooth and reliable structure from average-based HTF candles
- Break Modes : Choose between raw HTF closes or SMA closes for break logic
- Custom Timeframe Selection : Analyze structure across any HTF you choose
- Dynamic Supply/Demand Zones : Auto-plot boxes from valid rallies/drops
- Mitigation Detection : Optionally fade or delete zones when price trades through
- Zigzag Structure Mapping : Automatically connect structural highs/lows
- BoS Detection : Real-time breakout of swing points with visual confirmation
- Smart Labels : Marks HH, HL, LH, LL, and LS directly on the chart
- Multi-timeframe Alert System : Notify for all structural changes, BoS, and new zones
How to Use:
- Set your desired HTF and SMA Length for synthetic candle smoothing.
- Use SMA=1 for raw candles
- Select a Break Mode :
- Raw Close : Uses standard HTF close values
- SMA Close : Uses smoothed closes from SMA
- Watch for bullish or bearish breaks — zones are plotted when price confirms breakout structure.
- Use demand zones as long entry areas and supply zones as short setups on retests.
- Rely on internal shifts and zigzag swings to monitor structure continuity.
- Enable alerts for swing formations, BoS, and liquidity sweeps to trade hands-free.
Recommended Strategies:
- Smart Money & ICT Models : Use synthetic demand/supply + BoS for mitigation or continuation plays
- Swing Trading : Align with higher timeframe structure and use zones for entry triggers
- Trend Trading : Confirm structure alignment and wait for pullbacks into zones
- Reversal Entries : Trade structure breaks when zones fail and a BoS confirms the shift
Customization Options:
- Timeframe input for custom HTF control
- SMA Length to adjust candle smoothing
- Zone Style : Control zone color, transparency, and duration
- Structure Display : Toggle swing labels and zigzag visuals
- Alert Mode : Choose between LTF, MTF, or HTF alerts
Summary:
SMA Supply/Demand Market Structure provides a clean, flexible view of price structure and institutional intent by fusing market structure with SMA-based synthetic candles. It’s ideal for anyone seeking reduced noise, visually guided entries, and rule-based trading based on structural shifts and real-time demand/supply dynamics.
Rally/Drop Market Structure (Multi-Timeframe)Rally/Drop Market Structure
Supply and Demand Zones from Bullish/Bearish Breaks
Overview:
The Rally/Drop Market Structure indicator is a powerful price action tool that identifies key structural turning points in the market by detecting bullish and bearish breaks . After each confirmed break, it plots either a demand zone (following a bullish break or rally) or a supply zone (following a bearish break or drop). These zones represent institutional footprints — areas where price is likely to react due to imbalance or unfilled orders.
The indicator is based on synthetic higher timeframe (HTF) candles to provide a more stable and smoothed structural map, improving clarity and signal quality over raw candles.
How It Works:
- A bullish break is defined when price makes a higher high and a higher low (or closes above the previous high depending on your selected mode).
- A bearish break is defined when price makes a lower high and a lower low (or closes below the previous low).
- After a bullish break, the indicator plots a demand zone based on the low and high of the most recent bearish candle — representing where demand stepped in.
- After a bearish break, the indicator plots a supply zone from the most recent bullish candle — indicating where supply took control.
- Optional mitigation logic marks zones as mitigated (or deletes them) once price trades into the opposing side.
- Internal shift detection highlights swing highs and lows , labels structural points (HH, HL, LH, LL), and identifies potential liquidity sweeps .
Features:
- Dynamic plotting of rally-based demand zones and drop-based supply zones
- Toggle to use Highs/Lows or Close-based breaks for structure
- Support for LTF, MTF, and HTF analysis (with selectable timeframe)
- Zone mitigation logic with optional automatic cleanup
- Labeling of key swing points: HH , HL , LH , LL , and LS (Liquidity Sweep)
- Zigzag visualization for structure flow
- Alert-ready for internal shifts, BoS, and zone creation
- Separate styling options for BoS lines, internal shift shapes, and zone colors
How to Use:
- Set your desired HTF candle source (e.g., 1H or 4H) depending on your trading style.
- Use Highs/Lows mode for pure price action structure or Close mode for more conservative signals.
- Observe when a bullish break occurs — a demand zone will form where price previously dropped before rallying. Look for long opportunities if price revisits this zone.
- After a bearish break , a supply zone forms where the rally failed — use this to scout short entries on retests.
- Use BoS lines to confirm structure shifts and validate entry triggers or trend direction.
- Monitor mitigated zones for reduced reliability or avoid them completely by enabling automatic deletion.
- Use alerts to stay notified about key changes without watching the chart constantly.
Recommended Strategies:
- Smart money or ICT-style trading : identify institutional footprints and mitigation setups
- Reversal trading : catch price rejecting off unmitigated zones after structure break
- Trend continuation : enter in the direction of internal structure after pullbacks into zones
- Liquidity sweep confirmation : filter out false breaks using HH/LL with LS detection
Tips:
- Combine this indicator with a higher timeframe bias tool (e.g., moving average, higher timeframe market structure).
- For scalping, use tighter HTFs and reduce the zone duration.
- For swing trading, use larger HTFs (1H, 4H, Daily) and increase zone persistence.
Summary:
The Rally/Drop Market Structure indicator gives you an actionable framework for understanding price structure, market intent, and supply/demand imbalances. Whether you're looking for precision entries, trend confirmation, or smart money concepts, this tool helps simplify complex price behavior into clean, usable structure and zones.
RB3 DEMO – Rejection Blocks Visual ExampleThis is a simplified demo version of a custom Rejection Block (RB) visual indicator. It identifies potential bullish and bearish rejection zones based purely on candle structure, without using any time-based or algorithmic filters.
🧠 What it does:
• Detects Bullish and Bearish Rejection Blocks using clean price action logic
• Highlights those zones with boxes, optional lines, and labels
• Designed to help traders visually study price rejections and market structure
⚙️ How it works:
• Bullish RB = red candle with a lower low than the previous and next candle
• Bearish RB = green candle with a higher high than the previous and next candle
• No time filters or hidden logic are used — this tool is purely structural
🎯 Best used by:
• Traders who want to visualize potential rejection zones
• Beginners studying price action and structural reversals
• Visual learners who prefer clean chart-based confirmations
✅ This demo does **not** include institutional filters, time anchors (e.g., TRAL‑03), or sequence-based validation.
📌 A more advanced version with time-reactive filtering logic is available privately.
ℹ️ To use: enable "Boxes" and/or "Labels" to highlight rejection blocks clearly. Works on all timeframes.
Session Highs and Lows LevelsMarks out Previous Days Highs and Lows, 1min ORB, 5min ORB, 15min ORB and other feautures in settings.
Dobrunia trader 3in1Данный индикатор предназначен для трейдеров торгующих по стратегии Smart Money в объяснении Dobrunia trader.
Задача индикатора выделять свечи, которые находятся внутри предыдущих свечей и показывать kill zones для упрощение процесса анализа графика, показывать после графика свечи старшего таймфрейма
1 индикатор вместо 3х разных - экономим место для индикаторов
This indicator is designed for traders trading with Smart Money strategy as explained by Dobrunia trader.
The task of the indicator is to highlight candles that are inside the previous candles and show kill zones to simplify the process of analysing the chart, to show after the chart candles of the older timeframe.
1 indicator instead of 3 different ones - save space for indicators
Time Frame Color ClassifierTime Frame Colour Classifier
A professional Pine Script indicator that provides instant visual identification of trading sessions through intelligent colour-coded backgrounds.
Key Features
📅 Daily Session Colours
- Monday: Green | Tuesday: Blue | Wednesday: Yellow | Thursday: Red | Friday: Purple
📊 Weekly Classification
- Week 1-5 : Colour-coded by week of the month using the same colour scheme
## How It Works
Intraday Charts (1min-4H) : Shows daily colours - every candle on Monday displays green background, Tuesday shows blue, etc.
Daily/Weekly Charts : Switches to weekly colours - all days in Week 1 show green, Week 2 shows blue, etc.
Professional Applications
✅ Multi-Timeframe Analysis : Seamlessly switch between timeframes whilst maintaining visual context
✅ Session Recognition : Instantly identify which trading day you're analysing
✅ Pattern Analysis : Spot recurring patterns on specific days of the week
✅ Strategy Development : Incorporate temporal factors into trading strategies
✅ Performance Attribution : Correlate results with specific trading sessions
Customisation Options
- Toggle daily/weekly colours on/off
- Fully customisable colour schemes
- Adjustable background transparency
- Optional day labels
Technical Details
- Pine Script v5for optimal performance
- Automatic timeframe detection - no manual configuration required
- Minimal resource usage - won't slow down your charts
- Works on all chart types and timeframes
Perfect For
- Day traders switching between multiple timeframes
- Swing traders analysing weekly patterns
- Algorithmic strategy development
- Multi-timeframe market analysis
- Trading education and research
---
Developed by @wyckoffnawaf
Transform your chart analysis with visual timeframe clarity