Monday Range +Monday Range+
A precision tool for early-week price action traders.
🔧 Features:
- Auto-draws Monday High, Low & Midrange
- Clear LONG/SHORT signal labels
- Midrange Reset (reloads trade logic)
- Ex-Line Protection (sweep filter)
- ½ Risk to Reward extension option
- Multi-Timeframe (MTF) support
📈 Trade Setup Logic:
LONG Setup:
- Valid only after Monday
- Price breaks below Monday Low
- Closes back above the Low and under the Midrange
- Candle must close higher than previous candle
- If Ex-Line Protection is on, trade is blocked if price swept below extension
- Enter at the Low of the range, target the High
SHORT Setup:
- Valid only after Monday
- Price breaks above Monday High
- Closes back below the High and above the Midrange
- Candle must close lower than previous candle
- If Ex-Line Protection is on, trade is blocked if price swept above extension
- Enter at the High of the range, target the Low
🎯 Ideal for liquidity fades and range reversal setups.
Trend Analizi
Market Hours Highlight//@version=5
indicator("Market Hours Highlight", overlay=true)
// Set your time zone (adjust if needed)
tz = "America/Chicago"
// Define session time for regular market hours (CT)
startTime = timestamp(tz, year, month, dayofmonth, 8, 30)
endTime = timestamp(tz, year, month, dayofmonth, 15, 0)
// Check if current bar is during market hours
isMarketOpen = time >= startTime and time < endTime
// Highlight background only during market open hours
bgcolor(isMarketOpen ? color.new(color.green, 85) : na)
Mongoose Capital: BTC ETF DriftScope ProMongoose Capital: BTC ETF DriftScope Pro
A proprietary indicator for monitoring drift between Bitcoin Spot (BTCUSD) and Bitcoin Spot ETFs (such as IBIT). Designed to detect ETF premium/discount zones and generate actionable Fade or Long bias signals.
What it Does
Tracks IBIT and BTCUSD spread to highlight ETF price deviations.
Calculates correlation Z-Score for ETF/Spot alignment.
Outputs numeric bias signals: Fade (1), Long (1), Neutral (1).
How to Use
Apply to a BTCUSD chart (4H, 1D, or higher recommended).
Open the Data Window to view:
IBIT Spread %
Correlation Z-Score
Correlation %
Bias Flags (Fade, Long, Neutral)
Configure alerts for Fade and Long Bias conditions.
Confirm all signals with your trade plan and risk management.
Methodology
This tool calculates the percentage spread between IBIT and BTC Spot. A rolling Z-Score of the correlation is used to detect periods of significant divergence.
Fade Bias suggests potential short setups in premium zones with high Z-Scores.
Long Bias suggests potential long setups in discount zones with low Z-Scores.
Disclaimer
This indicator is for educational purposes only. It is not financial advice. Use at your own risk and verify signals independently.
Custom Time LinesMarks out London and Asia Session open times and close times to help when trading New York Session
MOM Buy/Sell + MACD Histogram Signal TableJarmo script ETGAG to be used for chart analysis
Meant to assist with determining how to choose direction
BOR + 08:28BOR + TIME: Precision 1-Minute Opening Range Analysis
METHODOLOGY OVERVIEW
This indicator implements a proprietary time-based trading methodology that combines opening range analysis with precision timing algorithms designed exclusively for 1-minute charts during the New York trading session.
CORE ALGORITHM COMPONENTS
1. Bond Opening Range (BOR) Identification
- Captures the complete price range during 08:00-09:00 NY time
- Establishes the foundational trading range for the session
- Uses high-precision minute-level data to define exact boundaries
2. Critical Time Level Analysis (08:28 Candle)
- Identifies the 08:28-08:29 minute candle as a key reference point
- This specific timing represents a critical juncture before market open
- Captures the exact high/low range of this precise minute
3. Directional Bias Determination (09:00 Analysis)
- At exactly 09:00, compares current price position relative to 08:28 boundaries
- Above 08:28 High: Activates support-seeking mode (bullish bias)
- Below 08:28 Low: Activates resistance-seeking mode (bearish bias)
- Inside 08:28 Range: No directional bias established
4. Dynamic Standard Deviation Projections
- Uses the 08:28 candle range as the mathematical basis for standard deviation calculations
- Support Mode: Projects levels below 08:28 low using range multipliers (-1σ, -2σ, -3σ, -4σ)
- Resistance Mode: Projects levels above 08:28 high using range multipliers (+1σ, +2σ, +3σ, +4σ)
- Levels are active only during 09:00-10:30 trading window
UNIQUE FEATURES
Conditional Logic Engine
- Real-time directional switching based on 09:00 price position
- No static levels - everything adapts to intraday price action
- Eliminates noise by focusing on specific time windows
Precision Timing Requirements
- Requires exact 1-minute timeframe for accurate calculations
- Time-sensitive algorithm that relies on minute-by-minute analysis
- Optimized for high-frequency intraday trading decisions
Mathematical Framework
- Standard deviations calculated using actual candle range data
- Dynamic level spacing based on market volatility (08:28 range)
- Four-tier projection system for multiple target/stop levels
TRADING APPLICATION
Best Used For:
- ES, NQ, YM and other liquid index futures
- Active day trading during NY session (07:00-12:00)
- Scalping and short-term reversal strategies
- Intraday support/resistance identification
Signal Interpretation:
- Red lines represent potential reversal zones
- Direction determined by 09:00 vs 08:28 relationship
- Multiple standard deviation levels provide layered entry/exit points
- Time-restricted plotting ensures relevance during active trading hours
IMPORTANT REQUIREMENTS
- ONLY works on 1-minute charts - precision timing is essential
- Designed for New York trading session (futures markets)
- Most effective during high-volume trading periods
CUSTOMIZATION OPTIONS
- Toggle BOR box visibility and transparency
- Enable/disable 08:28 candle highlighting
- Adjust visual elements (colors, transparency)
- Show/hide range information labels
AI Dynamic Fib Tool V1.0📌 Description
ND EĞİTİM – AI Auto Fibonacci is a next-generation Fibonacci indicator that goes beyond static levels. It automatically determines optimal lookback periods based on market conditions such as volatility, volume, trend strength, momentum, and RSI positioning. Using this data, it dynamically identifies Higher High (HH) and Lower Low (LL) levels and draws multi-layered adaptive Fibonacci levels.
Unlike traditional indicators that rely on fixed periods, this script simulates an AI-like decision engine by incorporating:
Volatility (ATR-based)
Momentum (ROC + RSI deviation)
Volume activity (volume vs. average volume)
Trend strength (EMA + MACD crossover)
Bollinger Band width
These are synthesized into a “Market Score”, which guides the system’s behavior.
🧠 AI-Like Adaptive Calculation Logic
The indicator behaves like a basic machine learning agent that adapts to changing market environments:
In low volatility, it extends the historical window for broader context.
In high-volume, high-trend scenarios, it shortens the lookback for faster reactions.
This reduces noise and increases relevancy compared to fixed-period methods.
⚙️ How It Works
Calculates Optimal Lookback Period:
A “market score” is derived from volatility, trend momentum, RSI bias, volume ratio, and BB width.
This score adjusts the lookback window between 15 and 100 bars.
Detects HH and LL:
Finds most recent Higher High and Lower Low within the optimal window.
These act as anchors for Fibonacci levels.
Draws Fibonacci Zones:
Classic levels: 0%, 23.6%, 38.2%, 50%, 61.8%, 78.6%, 100%, 127.2%, 161.8%
Dynamic extensions: -61.8%, -38.2%, 14.6%, 9.1%, depending on market score
Displays a Detailed Info Panel:
Shows current trend (Bullish, Bearish, Sideways)
Volatility rating
HH/LL levels, age in bars, and total range
Market activity commentary
🎯 Best Use Cases
Support & Resistance Mapping:
Use Fibonacci levels to identify likely zones for pullbacks, reactions, or breakouts.
Trend Analysis:
EMA, MACD, and HH/LL cross-confirm the trend direction and strength.
Alert-Based Monitoring:
Use built-in alert conditions to track price breakouts above key Fibonacci zones (e.g., 61.8%, 127.2%).
📢 User Notes
🔹 Always apply the indicator on price charts (overlay = true).
🔹 All levels and drawings update dynamically on the last bar.
🔹 Use the “Add Alert” panel to select from pre-defined crossover/crossunder conditions for Fibonacci levels.
TIP:
When the market score is high (>0.7), the system draws extended levels and reacts faster. In quiet markets, it reduces visual clutter by only showing core zones.
💡 Key Advantages
✅ AI-inspired adaptive structure
✅ Optimal lookback logic per asset condition
✅ Clean, informative labels and lines
✅ Alarm-ready setup
✅ Suitable for both swing trading and trend analysis
📈 Developed by:
This indicator was created by ND Eğitim, a Turkey-based trading education company focused on algorithmic systems and practical technical analysis.
📌 Telegram (Free Signals): @nd_bist100_signal
📌 X (Twitter): @ndegitim
📌 Web: www.ndegitim.com
moh1//@version=6
indicator("moh1", overlay=true)
// === الإعدادات ===
length = input.int(20, title="عدد الشموع (حساسية الاتجاه)")
src = input.source(close, title="مصدر السعر")
maType = input.string("EMA", title="نوع المتوسط", options= )
// الألوان
colorUp = input.color(color.green, title="لون الاتجاه الصاعد")
colorDown = input.color(color.red, title="لون الاتجاه الهابط")
colorSide = input.color(color.yellow, title="لون الاتجاه العرضي")
sensitivity = input.float(0.1, title="حساسية الاتجاه العرضي (%)", minval=0.01)
// === حساب المتوسط ===
ma = maType == "EMA" ? ta.ema(src, length) : ta.sma(src, length)
// === تحليل الاتجاه ===
ma_slope = ma - ma
slope_pct = ma_slope / ma * 100
trendColor = slope_pct > sensitivity ? colorUp :
slope_pct < -sensitivity ? colorDown :
colorSide
// === رسم الخط المتغير اللون ===
plot(ma, title="خط الاتجاه", color=trendColor, linewidth=2)
EdgeXplorer - Momentum EngineMomentum Engine by EdgeXplorer
Momentum Engine is a precision-driven oscillator and trend framework engineered to track market momentum with adaptive clarity. Unlike traditional momentum indicators, this engine blends ATR-based envelope logic, multi-mode oscillator scaling, and real-time directional overlays—all in one responsive system.
Designed for intraday traders and swing strategists alike, Momentum Engine offers a streamlined way to visualize momentum direction, impulse strength, and volatility-adaptive trend zones—with minimal noise and maximum context.
⸻
🔍 What Does Momentum Engine Do?
Momentum Engine visualizes market energy through a volatility-aware oscillator and accompanying trend overlays. It adapts dynamically to price behavior and enables traders to:
• Detect momentum waves with real-time visual cues
• Confirm directional bias using trend overlays and impulse zones
• Switch between Regular and Normalized oscillator modes
• See heatmap-based signal confirmation for crossovers
• View optional info panels, labels, and trend bar colors for clarity
It’s a compact yet powerful system built for discretionary and systematic use.
⸻
⚙️ How It Works – Technical Breakdown
1. Trend Envelope Logic
At its core, Momentum Engine constructs a price envelope using:
• The average of the highest closes and highs (Baseline Length)
• The average of the lowest closes and lows
• A multiplied ATR to scale the distance between upper and lower bounds
These bounds determine trend bias:
• Price above the short side of the channel → Bullish
• Price below the long side → Bearish
• In-between → Neutral
A dynamic midline tracks the central channel axis.
2. Oscillator Wave Calculation
The momentum oscillator reacts to price positioning relative to the envelope:
• In Regular Mode, it shows raw price deviation from the trend channel
• In Normalized Mode, it maps price movement into a 0–100 scale with historical scaling logic
Both modes use smoothing (Smoothing) to reduce noise.
3. Overlay Channel (Optional)
• Displays trend floors (bull) and ceilings (bear) on the price chart
• Color-coded trend shifts appear as pulse circles
• Optionally, bars themselves can be recolored for instant trend recognition
4. Heatmap Signal Zones
The background dynamically changes based on oscillator crossovers:
• Bullish signal → Yellow heatmap
• Bearish signal → Blue heatmap
These zones signal momentum ignition, especially helpful for early entries.
⸻
📈 What You See on the Chart
Element Meaning
Green Momentum Wave Bullish pressure (oscillator > midline or >50)
Red Momentum Wave Bearish pressure (oscillator < midline or <50)
Zero Line Base reference in Regular mode
Gray Guide Lines (Normalized) Bands for Overbought (85), Oversold (15), and Neutral (33–50)
Channel Lines Trend bias boundaries (bull/bear zones)
Pulse Marker (Circle) Trend direction change
Bar Colors (Optional) Bull or bear bar overlays for added clarity
Background Heatmap Bullish or bearish impulse confirmation
Info Table (Optional) Real-time trend and oscillator data panel
Debug Labels (Optional) Inline oscillator readings per bar
⸻
📊 Inputs & Settings
Engine Settings
Input Description
Timeframe Optional custom timeframe override
Baseline Length Determines envelope size (larger = smoother trend)
Multiplier Factor Controls ATR-based range expansion
Momentum Wave Settings
Input Description
Mode Regular = raw wave, Normalized = 0–100 scaling
Bull/Bear Colors Wave color customization
Line Width & Smoothing Visual clarity adjustments
Overlay Channel
Input Description
Show Overlay Toggle trend ceilings/floors on chart
Channel Colors Separate bull/bear lines
Trend Bar Color Recolors candle bodies based on trend bias
Signal Heatmap
Input Description
Enable Heatmap Background impulse shading toggle
Bull / Bear Colors Adjust visual tone of crossover zones
Add-ons
Input Description
Show Debug Labels View oscillator values at each bar
Show Info Panel Display current trend, oscillator value, and mode
⸻
🧠 How to Use Momentum Engine
Regular Mode
• Oscillator above 0 = Bullish bias
• Oscillator below 0 = Bearish bias
• Use zero line as your confirmation threshold
Normalized Mode
• 85 → Overbought / exhaustion
• <15 → Oversold / reversal watch
• Crossing 50 → Momentum ignition
• 33–50 → Neutral zone / ranging phase
Visual Interpretation Tips
• Green wave + yellow heatmap = Bull momentum confirmation
• Red wave + blue heatmap = Bear momentum confirmation
• Pulse marker = New trend — evaluate strength with wave slope
• Trend bar coloring = Scan trend alignment at a glance
⸻
🧪 Use Cases & Strategy Ideas
• ⚡ Scalping Impulse Moves
Use oscillator + heatmap crossover to catch directional bursts
• 🔁 Pullback Continuation
Wait for momentum to reset near neutral zone, then re-enter trend
• 📉 Reversal Triggers
Look for divergence or Normalized wave flipping at extremes
• 🎯 Multi-timeframe Confirmation
Set custom timeframe and layer on top of a higher or lower TF structure
Enhanced Multi-Timeframe Bias Dashboard + VolatilityProvides a table that indicates the RSI, MACD and overall bias across the daily, 4 hour and 1 hour timeframes
Hourly Divider with Opening Price🕐 Hour Lines with Opening Price — Utility Indicator
This lightweight TradingView script helps short-term option traders quickly visualize hourly structure and bias.
What it does:
Draws a vertical blue line at the start of each new hour
Draws a horizontal yellow line from the opening price of the hour, extending until the next hour
Purpose:
This tool makes it easy to:
Track hourly price context on lower timeframes like 1-minute
See how far price moves relative to the hourly open
Identify mean-reversion or breakout conditions around hourly transitions
Best used on:
1-minute (1m) charts, where understanding the position of price relative to the hourly open can inform "Up or Down" binary trades.
EdgeXplorer - Phantom FlowPhantom Flow by EdgeXplorer
Phantom Flow is a high-precision, visual market structure toolkit inspired by core ICT (Inner Circle Trader) concepts — including Order Blocks (OBs), Fair Value Gaps (FVGs), Market Structure Shifts (MSS), Liquidity Zones, Killzones, and Balance Price Ranges (BPRs). Designed for real-time clarity and SMC-aligned trading, this tool enhances raw ICT theory with practical execution features: extended zone logic, session filters, and pivot-sensitive rendering.
Whether you’re swing trading on HTF or scalping intraday moves in New York or London, Phantom Flow gives you a clean, structured lens through which to interpret price behavior — without clutter or noise.
⸻
🔍 What Does Phantom Flow Do?
This indicator maps out multiple price action phenomena in one system. It detects and plots:
• Order Blocks (OBs) — potential institutional footprints
• Fair Value Gaps (FVGs) — inefficiencies or imbalance zones
• Market Structure Shifts (MSS) — directional break points
• Liquidity Zones — buy-side and sell-side wick traps
• Balance Price Ranges (BPRs) — overlap zones from opposing FVGs
• Killzones (Sessions) — session-specific high-probability windows
Each element is toggleable, color-coded, and drawn directly on the chart, creating an intuitive visual environment to identify potential setups or confirm directional bias.
⸻
⚙️ How It Works – Technical Breakdown
1. Pivot Engine
Phantom Flow uses ta.pivothigh() and ta.pivotlow() with a configurable lookback period to establish reactive swing points for structure and liquidity logic.
2. Market Structure Shifts (MSS)
MSS logic checks for breaks above prior highs or below prior lows:
• If price closes above a previous pivot high, it flags a bullish MSS.
• If price closes below a previous pivot low, it flags a bearish MSS.
Each MSS is marked with a line and label at the structure break.
3. Order Blocks (OBs)
When a swing high or low is confirmed:
• A bearish OB is plotted between the open and high of the pivot bar.
• A bullish OB is plotted between the low and open of the pivot bar.
OB zones are drawn as transparent boxes that project forward several candles.
4. Fair Value Gaps (FVGs)
Imbalance zones are defined when:
• A bullish FVG occurs if the current low is above the high from two candles ago, and price closed bullish.
• A bearish FVG occurs if the current high is below the low from two candles ago, and price closed bearish.
These are visualized as boxes with “FVG” labels.
5. Balance Price Ranges (BPRs)
If both a bullish and bearish FVG overlap in the same bar:
• A gray BPR box is plotted to represent the zone where those inefficiencies cancel or compress into a range.
Useful for tracking potential accumulation or consolidation.
6. Liquidity Zones (Wick Detection)
Using ATR-based wick thresholds:
• Buy-side Liquidity is identified where long lower wicks form beneath pivot lows.
• Sell-side Liquidity is identified where long upper wicks form above pivot highs.
These zones indicate where stop hunts or liquidity grabs may occur.
7. Killzones (Sessions)
Two sessions are visualized using background colors:
• New York Killzone (default: 7:00–9:00 EST) — yellow background
• London Killzone (default: 2:00–5:00 GMT) — blue background
Sessions are dynamically aligned with your chart’s timeframe and location.
⸻
📈 What Each Visual Element Represents
Element Meaning
Green OB Box Bullish order block (potential demand zone)
Red OB Box Bearish order block (potential supply zone)
Teal FVG Box Bullish fair value gap (imbalance to the upside)
Maroon FVG Box Bearish fair value gap (imbalance to the downside)
Gray BPR Box Balance price range — compression of opposing gaps
Blue Liquidity Zone Buy-side liquidity below a swing low
Orange Liquidity Zone Sell-side liquidity above a swing high
Lime Line + Label Bullish Market Structure Shift (MSS ↑)
Fuchsia Line + Label Bearish Market Structure Shift (MSS ↓)
Yellow / Blue Background Killzone time blocks for NY or London
All shapes are bounded in time and logic — there are no arbitrary plots.
⸻
📊 Inputs & Settings Explained
Input Description
Execution Mode (Live / Backtest) Determines whether to run real-time or backtest-friendly calculations
Pivot Sensitivity (lookback) Controls how far back to look for pivots — higher values = stronger swing filters
Show MSS Toggle to display Market Structure Shift lines and labels
Show OB Toggle to display Order Block zones from swing points
Show FVG Toggle to visualize Fair Value Gaps as they appear
Show Liquidity Zones Displays wick-based buy/sell-side liquidity traps
Show BPR Zones Highlights overlapping bullish and bearish FVGs as compression zones
Show Killzones Enables session-based background highlighting for NY/London
Color Settings
Customize each visual element with transparency-controlled colors for OBs, FVGs, MSS lines, liquidity zones, and killzones.
⸻
🧠 How Traders Can Use Phantom Flow
Phantom Flow is not a signal generator. It’s a market narrative visualizer. Here’s how to integrate it into your approach:
• OB + FVG = Confluence: Look for fair value gaps forming around order blocks. These often suggest institutional entry zones.
• MSS + Liquidity = Trap Setup: Market structure shifts occurring after price taps liquidity often signal reversals or fakeouts.
• BPRs = Choke Points: If opposing FVGs compress, expect consolidation or expansion shortly after.
• Killzones = Context Windows: Use sessions to filter signal quality. For example, only trade FVGs during the London/NY overlap.
This tool works best when layered with:
• BOS/CHOCH detection
• Premium/Discount logic
• Risk-based execution models
⸻
🧪 Optional Use Case Ideas
• Intraday scalping based on NY/London killzone + MSS
• Swing trading off HTF OB + LQ zones
• Fade or trend-continuation setups using FVGs + BPR
• Combine with displacement candles or volume to validate zones
OA - RS HistogramOA - RS Histogram Indicator
This indicator displays a histogram representation of Relative Strength (RS) analysis, helping traders visualize the momentum relationship between a security and a reference index.
Key Features:
RS Histogram: Shows the difference between the current RS ratio and its EMA smoothed line
Customizable Reference Index: Default set to XU100, but can be changed to any index
EMA Smoothing: Adjustable EMA period (default 21) for trend analysis
Visual Clarity: Histogram bars are colored aqua for positive values and purple for negative values
Zero Line Reference: Dotted gray line for easy identification of positive/negative zones
How It Works:
The indicator calculates the relative strength by comparing the normalized percentage changes of the current security against the selected reference index. A 5-period EMA is applied to the RS ratio, and then the difference between this smoothed RS line and a longer EMA (default 21 periods) is displayed as a histogram.
Technical Calculation:
Fetches reference index data with proper gap handling
Calculates normalized percentage changes for both security and index
Computes relative strength ratio
Applies EMA smoothing to reduce noise
Displays the difference as a histogram for clear momentum visualization
Customization Options:
Reference index selection (default: XU100)
EMA length adjustment (default: 21 periods)
Color customization for positive and negative histogram bars
Alert Conditions:
Histogram crossing above zero (potential bullish momentum shift)
Histogram crossing below zero (potential bearish momentum shift)
Usage:
This tool helps traders understand relative strength concepts through visual histogram representation. The zero-line crossovers can indicate momentum shifts in the security relative to the chosen benchmark index.
Higher High Lower Low Multi-TF📊 Higher High Lower Low Multi-Timeframe Indicator
Detects market structure shifts (HH, HL, LH, LL)
Identifies trend direction (bullish / bearish / neutral)
Works across multiple timeframes (M5 to Weekly)
Displays a compact trend summary table on the chart
Customizable pivot sensitivity (Left/Right Bars)
Visual labels on chart for structure points
Ideal for structure-based trading and SMC traders
DIVAP RSI by:TMThe DIVAP RSI by:TM is a precision-focused RSI-based indicator designed to identify high-confidence entry and exit points. It uses a faster RSI (length 7) combined with extended levels (20 and 80) to capture momentum reversals at extreme zones.
✅ Green arrows signal entries when RSI crosses above 20 (exit from oversold)
✅ Red arrows signal exits when RSI crosses below 80 (exit from overbought)
This minimalist tool is ideal for traders who prefer clean chart setups with clear, timely alerts.
🔧 This is a test version and is actively being improved. Feedback is welcome!
🟢 RSI + MACD Bullish Divergence Scannerrsi/macd bullish divergence enter off green bubble. size accordingly.
Purple Dot IndicatorDescription:
Identifies high-momentum candles using price % move + volume spike.
Purple = Combined signal | Blue = Price only | Orange = Volume only.
Created by Haseeb Badar (@HB_Stocks).
Price Ranged FVG📌 Price Ranged FVG
Is a clean and efficient tool designed to detect Fair Value Gaps (FVGs) with adjustable filters and structural context. It’s especially useful for traders looking to filter out insignificant gaps and focus on high-probability areas, particularly around swing breaks or structural shifts.
🧠 What is a Fair Value Gap (FVG)?
A Fair Value Gap appears when there’s a price imbalance between candles — typically after a strong move — where the market skips over certain price levels without trading there. These zones can act as potential areas for price to return to (mean reversion), or serve as support/resistance depending on market structure.
🔍 FVG Detection Types
You can choose between three different detection modes under the "FVG Detection" input:
Same Type: Only detects FVGs where the last 3 candles are in the same direction (all bullish or all bearish).
All: Detects any FVG, regardless of candle direction.
Twin Close: Detects FVGs only when the last two candles are in the same direction and close accordingly — offering a stricter confirmation.
🎯 FVG % Filters
To filter out noise or insignificant gaps, this indicator includes:
Minimum FVG % Filter: Ignores FVGs smaller than your specified percentage of the current close.
Maximum FVG % Filter: Ignores overly large gaps that may be unreliable or caused by anomalies.
These filters help focus on relevant FVGs that are more likely to act as reaction zones.
🏛 Structural Context (Swing Highs and Lows)
The indicator plots swing highs and swing lows with dots to provide structure-based context:
Set Swing Strength to 3 for detecting internal structure (shorter-term moves).
Use a higher setting like 5 to focus on external structure (more significant highs/lows).
These levels can help you determine whether an FVG is forming within a consolidation, breakout, or key structural transition.
✅ Use Case (My Personal Workflow)
I personally use this indicator to:
Filter out weak or irrelevant FVGs using the % filters.
Watch for price interaction at swing breaks — especially when an FVG aligns with a break in internal or external structure.
Refine entry and exit planning in confluence with other tools or strategies.
⚠️ Disclaimer
This indicator is not financial advice. It is a technical analysis tool intended to support your own decision-making process. Always do your own research and risk management.