Trend Lines by CR86The basic construction algorithm:
1. The baseline trend line through the closing prices:
First, the best fit line (linear regression) is calculated for the closing prices for a given period.
The least squares method is used to find the optimal slope and intersection point.
2. Search for key deviation points:
For each bar in the period, the deviation of the maximum and minimum from the regression baseline is calculated.
The point with the maximum deviation of the maximum upward from the regression line (for the resistance line) is located
The point with the maximum deviation of the minimum is located down from the regression line (for the support line)
3. Optimizing the slope of the lines:
Lines with an optimized slope are drawn through the found key points.
The algorithm selects the slope so that the line best "bends around" the corresponding extremes (maxima for resistance, minima for support)
Numerical optimization is used to check the validity of the trend line.
4. The principle of validity:
For the support line: all points must be above or at the line level (with a tolerance of 1e-5)
For the resistance line: all points must be below or at the line level (with a tolerance of 1e-5)
Key Features
Adaptability: the lines automatically adjust to the actual price extremes
Mathematical precision: a rigorous mathematical approach with optimization is used
Logarithmic scaling: optional for dealing with highly volatile assets
The basic construction algorithm
1. The baseline trend line through the closing prices:
First, the best fit line (linear regression) is calculated for the closing prices for a given period.
The least squares method is used to find the optimal slope and intersection point.
2. Search for key deviation points:
For each bar in the period, the deviation of the maximum and minimum from the regression baseline is calculated.
The point with the maximum deviation of the maximum upward from the regression line (for the resistance line) is located
The point with the maximum deviation of the minimum is located down from the regression line (for the support line)
3. Optimizing the slope of the lines:
Lines with an optimized slope are drawn through the found key points.
The algorithm selects the slope so that the line best "bends around" the corresponding extremes (maxima for resistance, minima for support)
Numerical optimization is used to check the validity of the trend line.
4. The principle of validity:
For the support line: all points must be above or at the line level (with a tolerance of 1e-5)
For the resistance line: all points must be below or at the line level (with a tolerance of 1e-5)
Key Features
Adaptability: the lines automatically adjust to the actual price extremes
Mathematical precision: a rigorous mathematical approach with optimization is used
Logarithmic scaling: optional for dealing with highly volatile assets
***********************************************************************************************
Основной алгоритм построения:
1. Базовая линия тренда через цены закрытия:
Сначала вычисляется линия наилучшего соответствия (линейная регрессия) для цен закрытия за заданный период
Используется метод наименьших квадратов для нахождения оптимального наклона и точки пересечения
2. Поиск ключевых точек отклонения:
Для каждого бара в периоде вычисляется отклонение максимума и минимума от базовой линии регрессии
Находится точка с максимальным отклонением максимума вверх от линии регрессии (для линии сопротивления)
Находится точка с максимальным отклонением минимума вниз от линии регрессии (для линии поддержки)
3. Оптимизация наклона линий:
Через найденные ключевые точки проводятся линии с оптимизированным наклоном
Алгоритм подбирает такой наклон, чтобы линия наилучшим образом "огибала" соответствующие экстремумы (максимумы для сопротивления, минимумы для поддержки)
Используется численная оптимизация с проверкой валидности трендовой линии
4. Принцип валидности:
Для линии поддержки: все точки должны быть выше или на уровне линии (с допуском 1e-5)
Для линии сопротивления: все точки должны быть ниже или на уровне линии (с допуском 1e-5)
Ключевые особенности
Адаптивность: линии автоматически подстраиваются под фактические экстремумы цен
Математическая точность: используется строгий математический подход с оптимизацией
Логарифмическое масштабирование: опционально для работы с сильно волатильными активами
Pontos e níveis de pivô
Dual HalfTrend Enhanced"Hello friends, this is a trend indicator,
I created this indicator inspired by HalfTrend.
"It's a very simple logic on how to trade in this. There are two types of trend periods in this, one small and one large. Whichever is the larger trend, that is our pro-trend. Now, we enter that trend when the pro-trend comes in the smaller trend. For example...
if the bigger trend is showing an uptrend, we will only look for buy signals. When the smaller trend also turns into an uptrend, we enter a buy trade.
the sell scenarios are the same.
Protected Pivots Points by RiotwolftradingProtected Pivots Points by Riotwolftrading
---
You have an advanced visual tool designed for traders who want to identify and manage key price levels with maximum precision.
This script detects protected pivots (significant highs and lows) and marks them with horizontal lines on the chart. These lines automatically extend for a fixed number of bars or until price invalidates the level with a closing break.
---
🚀 What makes this indicator special?
---
✅ Protected pivot detection:
The indicator identifies protected highs and lows using a fixed pivot strength
✅ Wick break detection (liquidity sweep visualization):
When a wick crosses the pivot level **without the candle closing beyond the level, the indicator automatically changes the line’s color and style.
👉 This immediately shows the trader that the level was tested but remains structurally valid.
✅ Highly customizable visuals:
* Choose whether to show color for protected highs, lows, or wick break levels.
* Set your own colors, line styles (solid, dashed, dotted), and line widths.
---
### 🌟 Why is wick break detection so valuable?
---
💡 Instant context on price action:
No need to manually check every candle to see if a level was barely tested. The indicator changes the line’s appearance automatically, so you can focus on decisions.
💡 Clear distinction between untouched levels and tested levels:
* A level with no wick test is pristine support/resistance.
* A level tested by a wick but not invalidated is still valid — but may have been swept for liquidity.
💡 Crucial for precision trading strategies:
This is particularly important for strategies that rely on:
✅ Liquidity sweeps / stop hunts.
✅ Reversals from tested zones.
✅ Smart Money Concepts (SMC).
✅ ICT concepts, breakers, Quasimodo, BOS/MSS.
The wick break visualization helps filter false breakouts and highlights areas where institutional players may have stepped in.
💡 Avoid premature exits or entries:**
The color/style change tells you a level was tested but not broken, so you avoid overreacting to wick activity.
---
### ⚡ Example use case**
Imagine a protected low line:
🔹 Price dips and its wick touches the level — the line changes color (e.g. violet solid line).
🔹 The level is still valid because the close didn’t break it.
🔹 This could signal a stop hunt or liquidity grab, with a possible reversal opportunity right at that level.
---
### 🧭 **Why most pivot indicators don’t offer this**
Most pivot indicators:
❌ Simply mark the level and remove it after a close break.
❌ Don’t distinguish between a wick test and a true break.
🌟 **This indicator does — giving traders an extra layer of market insight.**
---
### ⚠ **Disclaimer**
This indicator is a visual aid to help identify key levels and price reactions. It does **not** generate buy or sell signals and should be used alongside your trading analysis and strategy.
---
Trading on Day 1h Ver1 [VNFlow]# User Guide for "Trading on Day 1h Ver1 " Indicator
This TradingView indicator provides key technical tools to assist your trading decisions on intraday charts (e.g., 1-hour timeframe).
## Features
- **5-day Moving Average (MA)**: Choose between EMA or SMA, with optional smoothing for better trend visualization.
- **Anchored VWAP (AVWAP)**: Displays AVWAP based on 1-day, 2-day, week-to-date, and month-to-date volume and price anchors.
- **Pivot Points**: Shows key support and resistance levels — upper resistance, middle pivot, and lower support lines.
- **Previous and Current Day High/Low**: Visual reference of important daily price levels.
- **Entry and Exit Signals**:
- **BUY** label appears when price crosses above the 5-day MA and is above the 1-day AVWAP.
- **SELL** label appears when price crosses below the 5-day MA or drops below the 1-day AVWAP.
- Consecutive SELL signals show label only on the first candle in the series to reduce clutter.
## How to Use
1. **Apply to Chart**: Add the indicator to your chart with your preferred timeframe (1 hour recommended).
2. **Configure Inputs**: Adjust the daily minutes (default 390 for US equities), MA type (EMA or SMA), smoothing, and visibility of AVWAP, pivot points, and daily high/low lines via the input panel.
3. **Interpret Signals**:
- Look for BUY labels as potential entry points.
- Monitor SELL labels as potential exit points.
- Use AVWAP and pivot levels as dynamic support/resistance zones.
4. **Trend Confirmation**: Use the 5-day MA (prominently displayed) and AVWAP lines for confirming overall trend direction.
## Notes
- The indicator supports multiple AVWAP anchors for flexible analysis.
- SELL signals are optimized to show only once in consecutive down signals for clarity.
- Adjust MA smoothing and type to best fit your trading style.
---
This indicator aims to provide clear and actionable visual aids for day trading and swing trading on intraday charts.
Last 2 Days Key LevelsLast 2 Days Key Levels
Overview
This indicator is designed for intraday traders who leverage key historical price levels to identify potential support and resistance zones. It cleanly plots the most important levels from the previous two trading days, giving you a clear map of the price action and helping you anticipate potential turning points in the market.
The core principle is that the market has memory. The highs, lows, and calculated pivot points from previous sessions often remain significant and can act as powerful magnets or barriers for price in the current session. This script gives you a configurable and visually clean way to track these critical zones.
Key Features
Multi-Day Level Plotting: Display key levels not just from the prior day (PD), but also from two days ago (PD2), allowing you to track a deeper level of market structure.
Comprehensive Key Levels: For each historical day, the indicator plots:
High
Low
Mid-Point (the direct halfway point of the day's range)
Central Pivot Point (the average of the high, low, and close)
Premarket High/Low: Includes the high and low from the current day's premarket session, which are critical levels for morning trading.
Full Customization: Every level is fully configurable. Through a cleanly organized input menu, you can:
Toggle the visibility of each individual line (e.g., show only the highs and lows).
Customize the color, line style (solid, dotted, dashed), and thickness for each group of levels (Prior Day, 2-Day Prior, Premarket).
The Strategic Advantage: Why Track 2-Day Prior Levels?
While many traders focus exclusively on the previous day's levels, tracking the levels from two days ago provides a distinct strategic edge, especially in the early morning session.
In the opening minutes of trading, or even in the premarket, price action is often volatile and searching for direction. The market will frequently test not just yesterday's levels, but also the key zones from the day before. These "older" levels are often overlooked by other market participants, making them powerful hidden support and resistance zones.
By having the 2-day prior levels on your chart, you can:
Anticipate early session turning points that others might not see.
Identify stronger confirmation when a 2-day level aligns with a prior-day or premarket level.
Avoid being caught off guard by reactions to seemingly "random" price points that are, in fact, significant historical levels.
How to Use
Support & Resistance: Use the plotted lines as potential areas where price may bounce or reverse. Look for price to respect these levels for potential entry or exit signals.
Breakout & Breakdown Zones: A clean break and hold above a resistance level (or below a support level) can signal the start of a new directional move.
Targeting: The levels can serve as logical price targets for your trades.
All settings are organized into clear groups in the "Inputs" tab, allowing you to easily configure the indicator to your exact preferences.
This script is based on the foundational concepts of the 'Daily Levels Suite' by FourC. It was generated and optimized with Gemini, by Mercadero.AI.
Pivot Points StandardThis is an indicator that has multiple EMAs and pivot points and RSI table. It will help to trade better. ShubhTrades
Murrey Math Lines v6Murrey Math Lines v6
This is not just another Murrey Math indicator. It's a complete, ground-up modernization of the classic concept, rebuilt with the latest Pine Script features for unparalleled performance, accuracy, and usability. While preserving the core mathematical genius of T.H. Murrey's system, this version introduces a suite of modern tools designed for today's trader.
What are Murrey Math Lines?
Murrey Math Lines (MML) are a powerful system of support and resistance based on geometric formulas developed by T.H. Murrey. As a derivation of W.D. Gann's observations, Murrey's geometry simplifies Gann's theories into a more accessible application. The core principle is that price action tends to trend and retrace in 1/8th intervals.
These intervals create a "trading octave" with distinct levels, each having its own characteristic behavior:
& - Ultimate Resistance & Support: These lines are the hardest to break. They represent the top and bottom of the expected price range and are prime areas for reversals.
- Major Pivot: This is the most significant level, offering the strongest support and resistance within the octave. Price has a high probability of stopping and reversing here.
& - Strong Pivot/Reversal: These are strong, secondary pivot points where price often struggles to pass through.
& - The Trading Range: The price tends to consolidate between these two lines about 50% of the time. A decisive break outside this range often signals the start of a new trend.
& - Weak Support/Resistance: These levels are weaker, but when price moves too quickly towards them, they can act as initial stopping points or areas for a minor reversal.
& - Extended Octave: These lines show extreme overbought and oversold conditions beyond the primary 0/8 to 8/8 octave.
Modern Enhancements in This Version
Session-Locked Precision: Anchor the Murrey Lines to the start of a specific trading session (e.g., NYSE open). The levels remain constant for the entire session, providing a stable and reliable framework for your daily analysis.
Visual Trading & Reversal Zones: Instead of just lines, this indicator can fill the key trading range (3/8 to 5/8) and reversal zones (0/8-1/8 & 7/8-8/8) with color, giving you an instant visual reference of market sentiment.
Dynamic "Closest Price" Labels: Declutter your chart! The indicator can intelligently display only the label for the Murrey level closest to the current price, keeping your view clean while providing critical information at a glance.
Integrated Alert System: Never miss a key level touch again. Set up alerts for when the price approaches major lines, the trading range, or all lines, customized to your trading style.
Advanced Pine Script Engine: Built on a modern codebase using User-Defined Types and dynamic drawing objects (line, box, label). This ensures the indicator is fast, efficient, and non-repainting, even on lower timeframes.
Intuitive User Interface: Settings are neatly organized into collapsible groups with clear tooltips, making it incredibly easy to customize every aspect of the indicator, from calculation parameters to colors.
A Note on Accuracy
Some of the other Murrey Math indicators on TradingView use different formulas and therefore produce varying results. This version has been carefully checked against MML indicators on other professional platforms to ensure its calculations are accurate and reliable.
Credits
This indicator is a complete overhaul and modernization of the original "MM Lines " script. Full credit for the original calculation logic and concept goes to its author, JRL_6.
Gold Behemoth V3 -(Optimized for XAUUSD)USED FOR GOLD.
XAUUD
GREEN-BUY
RED-SELL
BLUE- trend about to shift
grey- sideways market not enough volume
purple-strong sell
Grothendieck-Teichmüller Geometric SynthesisDskyz's Grothendieck-Teichmüller Geometric Synthesis (GTGS)
THEORETICAL FOUNDATION: A SYMPHONY OF GEOMETRIES
The 🎓 GTGS is built upon a revolutionary premise: that market dynamics can be modeled as geometric and topological structures. While not a literal academic implementation—such a task would demand computational power far beyond current trading platforms—it leverages core ideas from advanced mathematical theories as powerful analogies and frameworks for its algorithms. Each component translates an abstract concept into a practical market calculation, distinguishing GTGS by identifying deeper structural patterns rather than relying on standard statistical measures.
1. Grothendieck-Teichmüller Theory: Deforming Market Structure
The Theory : Studies symmetries and deformations of geometric objects, focusing on the "absolute" structure of mathematical spaces.
Indicator Analogy : The calculate_grothendieck_field function models price action as a "deformation" from its immediate state. Using the nth root of price ratios (math.pow(price_ratio, 1.0/prime)), it measures market "shape" stretching or compression, revealing underlying tensions and potential shifts.
2. Topos Theory & Sheaf Cohomology: From Local to Global Patterns
The Theory : A framework for assembling local properties into a global picture, with cohomology measuring "obstructions" to consistency.
Indicator Analogy : The calculate_topos_coherence function uses sine waves (math.sin) to represent local price "sections." Summing these yields a "cohomology" value, quantifying price action consistency. High values indicate coherent trends; low values signal conflict and uncertainty.
3. Tropical Geometry: Simplifying Complexity
The Theory : Transforms complex multiplicative problems into simpler, additive, piecewise-linear ones using min(a, b) for addition and a + b for multiplication.
Indicator Analogy : The calculate_tropical_metric function applies tropical_add(a, b) => math.min(a, b) to identify the "lowest energy" state among recent price points, pinpointing critical support levels non-linearly.
4. Motivic Cohomology & Non-Commutative Geometry
The Theory : Studies deep arithmetic and quantum-like properties of geometric spaces.
Indicator Analogy : The motivic_rank and spectral_triple functions compute weighted sums of historical prices to capture market "arithmetic complexity" and "spectral signature." Higher values reflect structured, harmonic price movements.
5. Perfectoid Spaces & Homotopy Type Theory
The Theory : Abstract fields dealing with p-adic numbers and logical foundations of mathematics.
Indicator Analogy : The perfectoid_conv and type_coherence functions analyze price convergence and path identity, assessing the "fractal dust" of price differences and price path cohesion, adding fractal and logical analysis.
The Combination is Key : No single theory dominates. GTGS ’s Unified Field synthesizes all seven perspectives into a comprehensive score, ensuring signals reflect deep structural alignment across mathematical domains.
🎛️ INPUTS: CONFIGURING THE GEOMETRIC ENGINE
The GTGS offers a suite of customizable inputs, allowing traders to tailor its behavior to specific timeframes, market sectors, and trading styles. Below is a detailed breakdown of key input groups, their functionality, and optimization strategies, leveraging provided tooltips for precision.
Grothendieck-Teichmüller Theory Inputs
🧬 Deformation Depth (Absolute Galois) :
What It Is : Controls the depth of Galois group deformations analyzed in market structure.
How It Works : Measures price action deformations under automorphisms of the absolute Galois group, capturing market symmetries.
Optimization :
Higher Values (15-20) : Captures deeper symmetries, ideal for major trends in swing trading (4H-1D).
Lower Values (3-8) : Responsive to local deformations, suited for scalping (1-5min).
Timeframes :
Scalping (1-5min) : 3-6 for quick local shifts.
Day Trading (15min-1H) : 8-12 for balanced analysis.
Swing Trading (4H-1D) : 12-20 for deep structural trends.
Sectors :
Stocks : Use 8-12 for stable trends.
Crypto : 3-8 for volatile, short-term moves.
Forex : 12-15 for smooth, cyclical patterns.
Pro Tip : Increase in trending markets to filter noise; decrease in choppy markets for sensitivity.
🗼 Teichmüller Tower Height :
What It Is : Determines the height of the Teichmüller modular tower for hierarchical pattern detection.
How It Works : Builds modular levels to identify nested market patterns.
Optimization :
Higher Values (6-8) : Detects complex fractals, ideal for swing trading.
Lower Values (2-4) : Focuses on primary patterns, faster for scalping.
Timeframes :
Scalping : 2-3 for speed.
Day Trading : 4-5 for balanced patterns.
Swing Trading : 5-8 for deep fractals.
Sectors :
Indices : 5-8 for robust, long-term patterns.
Crypto : 2-4 for rapid shifts.
Commodities : 4-6 for cyclical trends.
Pro Tip : Higher towers reveal hidden fractals but may slow computation; adjust based on hardware.
🔢 Galois Prime Base :
What It Is : Sets the prime base for Galois field computations.
How It Works : Defines the field extension characteristic for market analysis.
Optimization :
Prime Characteristics :
2 : Binary markets (up/down).
3 : Ternary states (bull/bear/neutral).
5 : Pentagonal symmetry (Elliott waves).
7 : Heptagonal cycles (weekly patterns).
11,13,17,19 : Higher-order patterns.
Timeframes :
Scalping/Day Trading : 2 or 3 for simplicity.
Swing Trading : 5 or 7 for wave or cycle detection.
Sectors :
Forex : 5 for Elliott wave alignment.
Stocks : 7 for weekly cycle consistency.
Crypto : 3 for volatile state shifts.
Pro Tip : Use 7 for most markets; 5 for Elliott wave traders.
Topos Theory & Sheaf Cohomology Inputs
🏛️ Temporal Site Size :
What It Is : Defines the number of time points in the topological site.
How It Works : Sets the local neighborhood for sheaf computations, affecting cohomology smoothness.
Optimization :
Higher Values (30-50) : Smoother cohomology, better for trends in swing trading.
Lower Values (5-15) : Responsive, ideal for reversals in scalping.
Timeframes :
Scalping : 5-10 for quick responses.
Day Trading : 15-25 for balanced analysis.
Swing Trading : 25-50 for smooth trends.
Sectors :
Stocks : 25-35 for stable trends.
Crypto : 5-15 for volatility.
Forex : 20-30 for smooth cycles.
Pro Tip : Match site size to your average holding period in bars for optimal coherence.
📐 Sheaf Cohomology Degree :
What It Is : Sets the maximum degree of cohomology groups computed.
How It Works : Higher degrees capture complex topological obstructions.
Optimization :
Degree Meanings :
1 : Simple obstructions (basic support/resistance).
2 : Cohomological pairs (double tops/bottoms).
3 : Triple intersections (complex patterns).
4-5 : Higher-order structures (rare events).
Timeframes :
Scalping/Day Trading : 1-2 for simplicity.
Swing Trading : 3 for complex patterns.
Sectors :
Indices : 2-3 for robust patterns.
Crypto : 1-2 for rapid shifts.
Commodities : 3-4 for cyclical events.
Pro Tip : Degree 3 is optimal for most trading; higher degrees for research or rare event detection.
🌐 Grothendieck Topology :
What It Is : Chooses the Grothendieck topology for the site.
How It Works : Affects how local data integrates into global patterns.
Optimization :
Topology Characteristics :
Étale : Finest topology, captures local-global principles.
Nisnevich : A1-invariant, good for trends.
Zariski : Coarse but robust, filters noise.
Fpqc : Faithfully flat, highly sensitive.
Sectors :
Stocks : Zariski for stability.
Crypto : Étale for sensitivity.
Forex : Nisnevich for smooth trends.
Indices : Zariski for robustness.
Timeframes :
Scalping : Étale for precision.
Swing Trading : Nisnevich or Zariski for reliability.
Pro Tip : Start with Étale for precision; switch to Zariski in noisy markets.
Unified Field Configuration Inputs
⚛️ Field Coupling Constant :
What It Is : Sets the interaction strength between geometric components.
How It Works : Controls signal amplification in the unified field equation.
Optimization :
Higher Values (0.5-1.0) : Strong coupling, amplified signals for ranging markets.
Lower Values (0.001-0.1) : Subtle signals for trending markets.
Timeframes :
Scalping : 0.5-0.8 for quick, strong signals.
Swing Trading : 0.1-0.3 for trend confirmation.
Sectors :
Crypto : 0.5-1.0 for volatility.
Stocks : 0.1-0.3 for stability.
Forex : 0.3-0.5 for balance.
Pro Tip : Default 0.137 (fine structure constant) is a balanced starting point; adjust up in choppy markets.
📐 Geometric Weighting Scheme :
What It Is : Determines the framework for combining geometric components.
How It Works : Adjusts emphasis on different mathematical structures.
Optimization :
Scheme Characteristics :
Canonical : Equal weighting, balanced.
Derived : Emphasizes higher-order structures.
Motivic : Prioritizes arithmetic properties.
Spectral : Focuses on frequency domain.
Sectors :
Stocks : Canonical for balance.
Crypto : Spectral for volatility.
Forex : Derived for structured moves.
Indices : Motivic for arithmetic cycles.
Timeframes :
Day Trading : Canonical or Derived for flexibility.
Swing Trading : Motivic for long-term cycles.
Pro Tip : Start with Canonical; experiment with Spectral in volatile markets.
Dashboard and Visual Configuration Inputs
📋 Show Enhanced Dashboard, 📏 Size, 📍 Position :
What They Are : Control dashboard visibility, size, and placement.
How They Work : Display key metrics like Unified Field , Resonance , and Signal Quality .
Optimization :
Scalping : Small size, Bottom Right for minimal chart obstruction.
Swing Trading : Large size, Top Right for detailed analysis.
Sectors : Universal across markets; adjust size based on screen setup.
Pro Tip : Use Large for analysis, Small for live trading.
📐 Show Motivic Cohomology Bands, 🌊 Morphism Flow, 🔮 Future Projection, 🔷 Holographic Mesh, ⚛️ Spectral Flow :
What They Are : Toggle visual elements representing mathematical calculations.
How They Work : Provide intuitive representations of market dynamics.
Optimization :
Timeframes :
Scalping : Enable Morphism Flow and Spectral Flow for momentum.
Swing Trading : Enable all for comprehensive analysis.
Sectors :
Crypto : Emphasize Morphism Flow and Future Projection for volatility.
Stocks : Focus on Cohomology Bands for stable trends.
Pro Tip : Disable non-essential visuals in fast markets to reduce clutter.
🌫️ Field Transparency, 🔄 Web Recursion Depth, 🎨 Mesh Color Scheme :
What They Are : Adjust visual clarity, complexity, and color.
How They Work : Enhance interpretability of visual elements.
Optimization :
Transparency : 30-50 for balanced visibility; lower for analysis.
Recursion Depth : 6-8 for balanced detail; lower for older hardware.
Color Scheme :
Purple/Blue : Analytical focus.
Green/Orange : Trading momentum.
Pro Tip : Use Neon Purple for deep analysis; Neon Green for active trading.
⏱️ Minimum Bars Between Signals :
What It Is : Minimum number of bars required between consecutive signals.
How It Works : Prevents signal clustering by enforcing a cooldown period.
Optimization :
Higher Values (10-20) : Fewer signals, avoids whipsaws, suited for swing trading.
Lower Values (0-5) : More responsive, allows quick reversals, ideal for scalping.
Timeframes :
Scalping : 0-2 bars for rapid signals.
Day Trading : 3-5 bars for balance.
Swing Trading : 5-10 bars for stability.
Sectors :
Crypto : 0-3 for volatility.
Stocks : 5-10 for trend clarity.
Forex : 3-7 for cyclical moves.
Pro Tip : Increase in choppy markets to filter noise.
Hardcoded Parameters
Tropical, Motivic, Spectral, Perfectoid, Homotopy Inputs : Fixed to optimize performance but influence calculations (e.g., tropical_degree=4 for support levels, perfectoid_prime=5 for convergence).
Optimization : Experiment with codebase modifications if advanced customization is needed, but defaults are robust across markets.
🎨 ADVANCED VISUAL SYSTEM: TRADING IN A GEOMETRIC UNIVERSE
The GTTMTSF ’s visuals are direct representations of its mathematics, designed for intuitive and precise trading decisions.
Motivic Cohomology Bands :
What They Are : Dynamic bands ( H⁰ , H¹ , H² ) representing cohomological support/resistance.
Color & Meaning : Colors reflect energy levels ( H⁰ tightest, H² widest). Breaks into H¹ signal momentum; H² touches suggest reversals.
How to Trade : Use for stop-loss/profit-taking. Band bounces with Dashboard confirmation are high-probability setups.
Morphism Flow (Webbing) :
What It Is : White particle streams visualizing market momentum.
Interpretation : Dense flows indicate strong trends; sparse flows signal consolidation.
How to Trade : Follow dominant flow direction; new flows post-consolidation signal trend starts.
Future Projection Web (Fractal Grid) :
What It Is : Fibonacci-period fractal projections of support/resistance.
Color & Meaning : Three-layer lines (white shadow, glow, colored quantum) with labels showing price, topological class, anomaly strength (φ), resonance (ρ), and obstruction ( H¹ ). ⚡ marks extreme anomalies.
How to Trade : Target ⚡/● levels for entries/exits. High-anomaly levels with weakening Unified Field are reversal setups.
Holographic Mesh & Spectral Flow :
What They Are : Visuals of harmonic interference and spectral energy.
How to Trade : Bright mesh nodes or strong Spectral Flow warn of building pressure before price movement.
📊 THE GEOMETRIC DASHBOARD: YOUR MISSION CONTROL
The Dashboard translates complex mathematics into actionable intelligence.
Unified Field & Signals :
FIELD : Master value (-10 to +10), synthesizing all geometric components. Extreme readings (>5 or <-5) signal structural limits, often preceding reversals or continuations.
RESONANCE : Measures harmony between geometric field and price-volume momentum. Positive amplifies bullish moves; negative amplifies bearish moves.
SIGNAL QUALITY : Confidence meter rating alignment. Trade only STRONG or EXCEPTIONAL signals for high-probability setups.
Geometric Components :
What They Are : Breakdown of seven mathematical engines.
How to Use : Watch for convergence. A strong Unified Field is reliable when components (e.g., Grothendieck , Topos , Motivic ) align. Divergence warns of trend weakening.
Signal Performance :
What It Is : Tracks indicator signal performance.
How to Use : Assesses real-time performance to build confidence and understand system behavior.
🚀 DEVELOPMENT & UNIQUENESS: BEYOND CONVENTIONAL ANALYSIS
The GTTMTSF was developed to analyze markets as evolving geometric objects, not statistical time-series.
Why This Is Unlike Anything Else :
Theoretical Depth : Uses geometry and topology, identifying patterns invisible to statistical tools.
Holistic Synthesis : Integrates seven deep mathematical frameworks into a cohesive Unified Field .
Creative Implementation : Translates PhD-level mathematics into functional Pine Script , blending theory and practice.
Immersive Visualization : Transforms charts into dynamic geometric landscapes for intuitive market understanding.
The GTTMTSF is more than an indicator; it’s a new lens for viewing markets, for traders seeking deeper insight into hidden order within chaos.
" Where there is matter, there is geometry. " - Johannes Kepler
— Dskyz , Trade with insight. Trade with anticipation.
Liquidity Zones DetectorIdentifies high-probability liquidity zones by scanning for price levels repeatedly touched by candle wicks within a lookback period. Highlights potential buy- and sell-side liquidity areas as shaded boxes on the chart.
RSX OBV & VWAP Weighted+This indicator combines RSX (Relative Strength eXtra), OBV (On-Balance Volume), and VWAP (Volume-Weighted Average Price) into a powerful momentum oscillator. It helps traders identify overbought/oversold conditions, accumulation/distribution zones, and trend strength with volume confirmation.
Key Features:
RSX Fast & Slow Lines: Smoothed momentum oscillator with adjustable lengths.
Volume Weighting: Option to weight price action using OBV or VWAP for better trend confirmation.
Custom Moving Average: Choose between SMA, EMA, WMA, or DEMA applied to RSX values.
Accumulation/Distribution Zones: Visual thresholds for extreme momentum conditions.
Volume Histogram: Displays OBV/VWAP impact on momentum (optional).
How to Use It?
Trend Identification:
Fast RSX > Slow RSX → Bullish momentum.
Fast RSX < Slow RSX → Bearish momentum.
Overbought/Oversold Levels:
Above 71 (Upper Level) → Overbought (potential reversal/sell signal).
Below 29 (Lower Level) → Oversold (potential reversal/buy signal).
Volume Confirmation:
OBV/VWAP Histogram shows if volume supports the trend.
Custom MA:
Use the moving average as a dynamic support/resistance level.
Best Settings:
Intraday Trading: Fast RSX (7), Slow RSX (14).
Swing Trading: Fast RSX (14), Slow RSX (21).
Volume Weighting: Enable for stronger trend confirmation.
Что такое индикатор RSX OBV & VWAP Weighted+?
Этот индикатор объединяет RSX (Relative Strength eXtra), OBV (On-Balance Volume) и VWAP (Volume-Weighted Average Price) в мощный осциллятор. Он помогает определять перекупленность/перепроданность, зоны накопления/распределения и силу тренда с учетом объема.
Основные функции:
RSX Fast & Slow Lines: Сглаженный осциллятор с настраиваемыми периодами.
Взвешивание по объему: Возможность учитывать OBV или VWAP для усиления сигналов.
Скользящая средняя: На выбор SMA, EMA, WMA или DEMA, применяемая к значениям RSX.
Зоны накопления/распределения: Визуальные уровни для экстремальных состояний.
Гистограмма объема: Показывает влияние OBV/VWAP на импульс (опционально).
Как использовать?
Определение тренда:
Fast RSX > Slow RSX → Бычий импульс.
Fast RSX < Slow RSX → Медвежий импульс.
Уровни перекупленности/перепроданности:
Выше 71 (верхний уровень) → Перекупленность (сигнал к продаже).
Ниже 29 (нижний уровень) → Перепроданность (сигнал к покупке).
Подтверждение объемом:
Гистограмма OBV/VWAP показывает, поддерживает ли объем движение.
Скользящая средняя:
Используйте как динамический уровень поддержки/сопротивления.
Рекомендуемые настройки:
Внутридневная торговля: Fast RSX (7), Slow RSX (14).
Свинг-трейдинг: Fast RSX (14), Slow RSX (21).
Взвешивание по объему: Включите для более сильных сигналов.
Market Structure [TFO]📊 Market Structure — Pine Script Indicator
Author: © tradeforopp
License: Mozilla Public License 2.0
Platform: TradingView
Type: Market structure analyzer (BOS/MSS, swings, bar color)
🧠 What It Does:
This indicator automatically identifies market structure shifts (MSS) and breaks of structure (BOS) based on pivot highs and lows. It detects when price violates previous swing points and visually marks the shift between bullish and bearish phases.
🔍 Key Features:
Swing Detection:
Uses pivot_strength to determine significant swing highs and lows.
Swings are tracked using a custom swing structure with index and value.
MSS & BOS Logic:
A Market Structure Shift (MSS) occurs when price changes direction (e.g., bullish to bearish).
A Break of Structure (BOS) happens when the price breaks the previous swing without changing trend direction.
Visual Markers:
Labels on chart showing MSS or BOS at break levels.
Optional pivot markers as small triangle shapes at swing points.
Dashed/solid/dotted lines between the break point and current candle.
Bar Coloring:
Turns candles green for bullish breaks, red for bearish breaks.
Controlled via the “Show Bar Colors” setting.
Alerts:
Alert conditions for all MSS/BOS events.
Can be used for automation or signals in TradingView.
⚙️ User Inputs:
Pivot Strength – How many candles left/right to confirm a high/low.
Show Pivots – Enables small triangle markers.
Show BOS/MSS – Toggles structure break visuals and labels.
Line Style – Customizes BOS/MSS line appearance.
Bar Colors – Enables green/red candle coloring on structure changes.
🧩 Use Cases:
Track structural shifts in real time on any asset.
Build smart money concept (SMC) strategies.
Filter entries/exits based on trend changes.
Combine with liquidity or volume-based tools for confirmation.
RSI Divergence & Volume Squeeze SignalsA fast‐reacting signal system that spots bullish or bearish RSI divergences on confirmed swing pivots, filters them by volume spikes and optional Bollinger–Keltner squeeze conditions, and plots precise long/short entry arrows.
To configure the indicator, start by adjusting the Pivot Confirmation bars: use 1–2 bars on each side for fast intraday charts (1–15 min), 2–3 bars for mid-term timeframes (1 h–4 h), and 3–5 bars for daily or swing charts.
Next set the Lookback Period to 2–4 bars on very short timeframes, 4–8 on hourly to four-hour charts, and 6–12 on daily charts.
The Volume MA length can be 20–30 on intraday charts and 30–50 on higher timeframes, while the Volume Spike Coefficient typically ranges from 1.2–1.5 for quick trades and 1.5–2.0 on daily or longer-term charts.
Leave the RSI Oversold/Overbought thresholds at the default 30/70 to start, or tighten them to 25/75 if you prefer fewer signals.
If you choose to require a volatility squeeze, the default Bollinger Band and Keltner Channel settings (length = 20, StdDev = 2.0, ATR× = 1.5, Squeeze Factor = 1.0) work well on most 1 h+ timeframes.
When a green triangle appears below the bar, it indicates a bullish RSI divergence confirmed by your volume and squeeze filters, suggesting a potential long entry. Conversely, a red triangle above the bar shows a bearish RSI divergence with filters met, signaling a possible short entry.
For fine-tuning and risk management, consider increasing the pivot confirmation bars or raising the volume coefficient to filter out noise. Always confirm signals with the prevailing trend or higher-timeframe structure, and place your stop-loss just beyond the identified pivot low (for longs) or pivot high (for shorts). Position sizing should follow your personal risk-management rules.
Before trading live, backtest your settings on historical data across different instruments and market conditions.
Feel free to experiment with every parameter—from pivot lengths and lookback periods to volume-spike multipliers, RSI thresholds, and squeeze factors—to discover the optimal configuration for each symbol and timeframe.
🚀PriceAction & SmartMoney ∞ Galaxy [VNFlow]Contact and discussion to use advanced tools to support your trading strategy
Email: hasobin@outlook.com
Phone: 0373885338
See you,
👽 PriceAction & SmartMoney ∞ Galaxy [VNFlow]Contact and discussion to use advanced tools to support your trading strategy
Email: hasobin@outlook.com
Phone: 0373885338
See you,
👽 PriceAction & SmartMoney ∞ Galaxy [VNFlow]Contact and discussion to use advanced tools to support your trading strategy
Email: hasobin@outlook.com
Phone: 0373885338
See you,
Elliott Wave Universal PRO [Full Ratios]Elliott Wave Universal PRO
Overview
This advanced Elliott Wave indicator helps traders identify and project potential wave structures with Fibonacci ratios. It supports both impulse and corrective patterns with multiple variations, providing visual projections for standard, minimal, and maximal wave extensions.
Key Features
✅ Multiple Wave Patterns
Impulse waves (Classic, Extended, Diagonal, Truncated, etc.)
Corrective waves (Zigzag, Flat, Triangle, Double/Triple Zigzag, etc.)
✅ Customizable Projections
Adjustable start/end points for wave labeling
Standard, minimal, and maximal Fibonacci-based projections
✅ Visual Customization
Color/style settings for different ratio types
Clean labeling for wave structure clarity
✅ Flexible Display
Toggle between impulse/correction modes
Enable/disable ratio projections as needed
How to Use
Set Points: Define the start (0) and first wave (A) using the input settings.
Select Pattern: Choose from impulse or correction templates.
Adjust Display: Customize colors, line styles, and ratio visibility.
⚠ Note: This tool is for educational purposes and should be used alongside other analysis methods. Past performance does not guarantee future results.
Elliott Wave Universal PRO
Обзор
Этот продвинутый индикатор волн Эллиотта помогает трейдерам определять и прогнозировать волновые структуры с использованием соотношений Фибоначчи. Поддерживает импульсные и коррекционные модели с различными вариациями, визуализируя стандартные, минимальные и максимальные проекции волн.
Основные функции
✅ Различные волновые модели
Импульсы (Классические, Удлиненные, Диагонали, Усеченные и др.)
Коррекции (Зигзаги, Плоскости, Треугольники, Двойные/Тройные зигзаги и др.)
✅ Настраиваемые проекции
Ручное задание точек начала (0) и первой волны (A)
Стандартные, минимальные и максимальные проекции на основе Фибоначчи
✅ Гибкость отображения
Настройка цветов и стилей линий
Четкие метки для удобного анализа структуры
✅ Управление отображением
Переключение между импульсами и коррекциями
Включение/отключение типов проекций
Как использовать
Установите точки: Задайте начало (0) и первую волну (A) во входных параметрах.
Выберите шаблон: Укажите тип структуры (импульс/коррекция).
Настройте отображение: Измените цвета, стили линий и видимость проекций.
⚠ Важно: Индикатор предназначен для образовательных целей. Используйте его в сочетании с другими методами анализа.
Coffee Box Ninja- Time zone and automatic box for the COFFEE BOX strategy based on New York time.
- Auto update for summer and winter time
--------------------------------------------------------------------------------------
- Rango de horarios y caja automatica para la estrategia COFFEE BOX basado en horarios de Nueva York.
- Actualizacion automatica horario de verano en invierno
-------------------------------------------------------------------------------------
Wyckoff Ninja 🥷🏼
linktr.ee
This indicator highlights a specific time range during the New York trading session by drawing a dynamic box that captures the high and low between the defined start and end times. It is useful for identifying price ranges during important market windows, such as the "coffee time" box from 8:30 AM to 10:00 AM (NY time). The box updates as the session progresses and finalizes when the range ends.
Body GapsThis script is a customized version based on TradingView’s official “Gaps” indicator. The original version detects gaps using the distance between highs and lows of consecutive bars. In contrast, this script introduces a refined definition of gaps by focusing strictly on real body gaps—price zones where the open and close of two consecutive candles do not overlap.
Additionally, the gap closure logic has been enhanced:
Instead of checking for simple wick penetration, a gap is only marked as closed when the closing price fully re-enters the gap zone, ensuring a more reliable and practical interpretation for traders.
HOG Liquidity ZonesHOG Liquidity Zones (Swings & Sweeps)
📊 Overview
A precision tool for visualizing key liquidity zones formed by swing highs and lows. It tracks tap counts, volume strength, and identifies directional sweep targets, giving traders a visual edge in spotting high-probability reaction zones.
⚙️ How It Works
• Identifies swing highs/lows using pivot logic
• Plots colored zones based on wicks or full ranges
• Tracks volume or count of price taps to validate zones
• Optional debounce and body-only tap filters
• Zones invalidate when fully broken by candle closes
• Imbalance zones highlight key displacement gaps
• “NEXT” marker shows likely sweep direction
🎯 Inputs
• Pivot Lookback Length
• Tap Debounce & Body-Only Filters
• Filter Type (Tap Count or Volume)
• Invalidate on Close Toggle
• Imbalance Zone Display
• Custom Label Size & Text Size
✅ Benefits
• Clearly shows where liquidity pools have formed
• Adapts to both structure and trap-based strategies
• Tap tracking helps gauge zone strength
• Useful for identifying magnets, rejections, and sweeps
• Clean, non-intrusive visuals
📈 Use Cases
• Target stop hunts or liquidity sweeps
• Confirm high-traffic areas before entries
• Combine with trend overlays or breakout tools
• Trade toward the next “NEXT” target zone
⚠️ Notes
• Zones remain active until invalidated or swept
• Tap logic can be customized for conservative or aggressive bias
• Imbalance boxes are optional and highlight displacement candles
• This tool is for visual context — not a signal engine
[AI] Advanced SMC Suite Pro █ by SpeedEdge# 🔥 Advanced SMC Suite Pro █ Order Blocks + FVG + Liquidity
## The Ultimate Smart Money Concepts Trading Suite - Powered by AI Technology
Transform your trading with the most comprehensive SMC indicator on TradingView. This professional-grade suite combines all essential Smart Money Concepts tools in one powerful package, featuring AI-enhanced detection algorithms and institutional-level analysis.
---
## ✨ KEY FEATURES
### 📊 **Market Structure Analysis**
✅ **Automatic BOS Detection** - Identifies Break of Structure for trend continuation
✅ **CHoCH Identification** - Spots Change of Character for early trend reversals
✅ **HH/HL/LH/LL Tracking** - Complete market structure visualization
✅ **Dynamic Trend Analysis** - Real-time trend state with visual confirmation
✅ **Pivot Point Mapping** - Smart pivot detection with customizable sensitivity
### 🎯 **Order Block Detection**
✅ **Institutional Order Blocks** - Identifies key supply/demand zones
✅ **Volume-Weighted Analysis** - Shows volume data on each order block
✅ **Mitigation Tracking** - Monitors when order blocks are tested
✅ **Smart Filtering** - Only shows high-probability order blocks
✅ **Multi-Timeframe Support** - Works on all timeframes seamlessly
### 💎 **Fair Value Gap (FVG) Analysis**
✅ **Automatic FVG Detection** - Finds imbalance zones in real-time
✅ **Size Filtering** - Customizable minimum gap size
✅ **Mitigation Alerts** - Notifies when gaps are filled
✅ **Visual Management** - Option to hide mitigated FVGs
✅ **Directional Classification** - Bullish and bearish FVG identification
### ⚡ **Liquidity Detection & Sweeps**
✅ **Equal Highs/Lows** - Identifies liquidity pools automatically
✅ **Sweep Detection** - Spots stop hunts and liquidity grabs
✅ **Multi-Touch Validation** - Stronger levels with more touches
✅ **Previous Day/Week Levels** - Key institutional reference points
✅ **Visual Sweep Markers** - Lightning bolt symbols for sweep events
### 🔔 **Advanced Alert System**
✅ **BOS/CHoCH Alerts** - Instant structure break notifications
✅ **Order Block Alerts** - Formation and mitigation alerts
✅ **FVG Alerts** - Gap creation and fill notifications
✅ **Liquidity Sweep Alerts** - Stop hunt detection
✅ **Customizable Messages** - Detailed alert descriptions
### 📈 **Professional Features**
✅ **Info Dashboard** - Real-time statistics and market state
✅ **Color Customization** - Full control over visual appearance
✅ **Performance Optimized** - Smooth operation on all devices
✅ **Mobile Friendly** - Works perfectly on TradingView mobile
✅ **Clean UI Design** - Professional, uncluttered charts
---
## 🎯 PERFECT FOR
• **Day Traders** - Precise intraday entry and exit points
• **Swing Traders** - Major structure levels and trends
• **Scalpers** - Quick liquidity sweep opportunities
• **Position Traders** - Long-term market structure analysis
• **Prop Firm Traders** - Professional-grade tools for funded accounts
---
## 📱 WORKS ON ALL MARKETS
✅ **Forex** - Major, minor, and exotic pairs
✅ **Crypto** - Bitcoin, Ethereum, altcoins
✅ **Stocks** - Individual stocks and ETFs
✅ **Indices** - S&P 500, NASDAQ, DOW, etc.
✅ **Commodities** - Gold, Silver, Oil, etc.
✅ **Futures** - All futures contracts
---
## ⚙️ QUICK START GUIDE
### 1️⃣ **Add to Chart**
Click "Add to Favorites" and apply to any chart
### 2️⃣ **Configure Settings**
- Adjust pivot length for your timeframe (5 for intraday, 10-20 for higher TF)
- Set Order Block lookback based on your trading style
- Configure FVG minimum size (0.1% works well for most markets)
- Adjust liquidity sensitivity for your instrument
### 3️⃣ **Interpret Signals**
- **Green Background** = Bullish market structure
- **Red Background** = Bearish market structure
- **Blue Boxes** = Demand zones (bullish order blocks)
- **Red Boxes** = Supply zones (bearish order blocks)
- **Purple Lines** = Liquidity levels
- **⚡ Symbol** = Liquidity sweep occurred
### 4️⃣ **Set Alerts**
Right-click the indicator name → "Add Alert" → Configure your preferences
---
## 📚 TRADING STRATEGIES
### **Strategy 1: BOS Continuation**
1. Wait for BOS in trending market
2. Enter on retest of nearest Order Block
3. Stop loss below/above the Order Block
4. Target next liquidity level or structure
### **Strategy 2: Liquidity Sweep Reversal**
1. Identify liquidity levels (equal highs/lows)
2. Wait for sweep (wick above/below with close back inside)
3. Enter in direction of sweep rejection
4. Stop loss beyond sweep point
### **Strategy 3: FVG Fill Trading**
1. Identify large FVGs in trending market
2. Enter when price returns to fill gap
3. Stop loss beyond the FVG
4. Target in direction of original trend
---
## 🛠️ ADVANCED SETTINGS EXPLAINED
### **Market Structure Settings**
- **Pivot Lookback**: Lower = more sensitive, Higher = major swings only
- **Show Structure Lines**: Connects swing points for visual clarity
### **Order Block Settings**
- **OB Lookback**: How many bars to scan for order blocks
- **Max Display**: Prevents chart clutter (5-10 recommended)
- **Show Volume**: Displays volume data on blocks
### **FVG Settings**
- **Min Size %**: Filters out small gaps (0.1-0.5% recommended)
- **Hide Mitigated**: Removes filled FVGs from chart
### **Liquidity Settings**
- **Sensitivity %**: How close highs/lows must be (0.1% for precision)
- **Min Touches**: Validation requirement (2-3 recommended)
---
## 🌟 WHY CHOOSE ADVANCED SMC SUITE PRO?
### **🤖 AI-Enhanced Detection**
Our proprietary algorithms use pattern recognition to identify only the highest probability setups, reducing false signals and improving accuracy.
### **📊 All-in-One Solution**
Stop juggling multiple indicators. Everything you need for SMC trading in one powerful, integrated suite.
### **⚡ Real-Time Performance**
Optimized code ensures smooth operation even on lower-end devices with zero lag or delays.
### **🎨 Professional Design**
Clean, modern interface that looks great on streams, screenshots, and presentations.
### **📈 Proven Results**
Tested on thousands of charts across all markets with consistent, reliable performance.
### **🔄 Regular Updates**
Continuous improvements and new features based on community feedback.
---
## 💡 PRO TIPS
1. **Combine with Volume** - Order blocks with high volume are strongest
2. **Multi-Timeframe Analysis** - Check higher timeframe structure first
3. **Confluence is Key** - Best setups have multiple SMC factors aligning
4. **Patience Pays** - Wait for price to come to your levels
5. **Risk Management** - Always use stop losses based on structure
---
## 🎯 INDICATOR SETTINGS RECOMMENDATIONS
### **For Scalping (1-5min charts)**
- Pivot Length: 3-5
- OB Lookback: 10-15
- FVG Min Size: 0.05%
- Liquidity Sensitivity: 0.05%
### **For Day Trading (15min-1H)**
- Pivot Length: 5-7
- OB Lookback: 20-30
- FVG Min Size: 0.1%
- Liquidity Sensitivity: 0.1%
### **For Swing Trading (4H-Daily)**
- Pivot Length: 10-15
- OB Lookback: 30-50
- FVG Min Size: 0.2%
- Liquidity Sensitivity: 0.2%
---
## 📞 SUPPORT & COMMUNITY
- 💬 **Comments Section** - Ask questions directly on the indicator page
- 📧 **Email Support** -
--
## ⚠️ RISK DISCLAIMER
Trading involves substantial risk of loss and is not suitable for every investor. Past performance is not indicative of future results. This indicator is for educational purposes and should not be considered financial advice. Always do your own research and use proper risk management.
---
## 🔄 VERSION HISTORY
**v1.0** (Current)
- Initial release with full SMC suite
- Market structure analysis
- Order block detection
- Fair value gap identification
- Liquidity level mapping
- Comprehensive alert system
---
## 🙏 CREDITS
Developed with passion by
Special thanks to the Pine Script community for inspiration and feedback.
---
**🏷️ TAGS**
#SMC #SmartMoneyConcepts #OrderBlocks #FairValueGap #Liquidity #MarketStructure #BOS #CHoCH #AI #Trading #Forex #Crypto #Stocks #DayTrading #SwingTrading #Scalping #TechnicalAnalysis #PriceAction #InstitutionalTrading #SupplyDemand #ProfessionalTrading
---
### ⭐ If you find this indicator helpful, please leave a like and comment! Your support helps us create more quality tools for the community.
### 🚀 Click "Add to Favorites" to start using Advanced SMC Suite Pro today!
Goldmatrix Order BlocksGoldmatrix is a precision tool designed for Gold (XAU/USD) on the 5-minute timeframe. It automatically detects bullish and bearish order blocks based on price structure and volume.
🔑 Key Features:
Auto-detection of order blocks
Support for Breaker Zones
Smart filtering of broken zones
Volume-based logic (High/Low Volume)
Panel display with up to 5 active zones
🎯 Optimized for:
XAU/USD
5-minute timeframe
Scalping and fast intraday strategies
Simple. Fast. Powerful.
Follow the real zones. Trade with confidence.
Mingo Confluence Strategy🔧 Core Purpose
This script detects and displays multiple high-probability technical confluences (zones) for trading decisions. It draws structures, zones, labels, and alerts based on:
Market Structure (HH, LL)
Session Highs/Lows (Asian, London, US)
Supply & Demand Zones
Fibonacci Levels (0.764, 0.618, 0.5)
Liquidity Zones (Equal Highs/Lows)
Imbalance Zones (FVG)
Ranging Zones
Confluence Zones (combo of the above)
Alerts when price enters a confluence zone
🟢 Market Structure
Labels:
"HH" = Higher High (label above bar in green)
"LL" = Lower Low (label below bar in red)
These are drawn based on comparing the current high/low with previous highs/lows.
🕒 Session Highs/Lows (Asian, London, US)
Draws horizontal lines for each session’s high and low. When enabled:
Labels:
"Asian High / Low" – green/red lines for Asian session
"London High / Low" – green/red lines for London session
"US High / Low" – green/red lines for US session
📦 Supply & Demand Zones
Demand Zones = Created when a pivot low is detected → green box
Supply Zones = Created when a pivot high is detected → red box
Labels:
"Demand Zone @xxx" = price level
"Supply Zone @xxx" = price level
Older zones are deleted when more than 4 exist.
💧 Liquidity Zones (Equal Highs/Lows)
Detects areas where price made equal highs/lows → potential liquidity traps.
Labels:
"Equal Highs @xxx" – magenta dashed line
"Equal Lows @xxx" – cyan dashed line
🔲 Ranging Zones
If price is moving sideways (range below threshold), it draws a gray box:
Calculated using 15 bars (rangeLength)
Label: "Range"
Only 3 range boxes max are kept to keep the chart clean.
⚖️ Imbalance Zones (Fair Value Gaps)
Detects bullish FVGs:
Box between candle high and current low
Orange box drawn if valid
Label:
"Imbalance @xxx" – center of the gap
📐 Fibonacci Levels
Drawn from swing high to swing low over 50 bars.
Levels:
0.764 (purple dashed)
0.618 (orange dashed)
0.5 (blue dashed)
Labels:
"0.764", "0.618 @xxx", "0.5" shown on each fib line
🧠 Confluence Zones
When FVG overlaps with Supply/Demand and is near a Fib level, a confluence zone is created.
Boxes:
Buy Confluence: Green box if demand
Sell Confluence: Red box if supply
Labels:
"Buy Zone @xxx" or "Sell Zone @xxx"
Only the most recent zone per type (Buy/Sell) is kept. Others are deleted to avoid clutter.
🚨 Alerts + Visual Markers
Trigger:
When price touches a confluence zone
Labels:
🟢 "Buy Zone Hit" = price touched Buy confluence zone
🔴 "Sell Zone Hit" = price touched Sell confluence zone
Alerts:
"Price entered BUY confluence zone!"
"Price entered SELL confluence zone!"
Only triggers once every 10 bars per zone.
✅ Summary of All Labels
Label Text Meaning
HH Higher High (bullish market structure)
LL Lower Low (bearish market structure)
Asian High/Low High or Low of the Asian session
London High/Low High or Low of the London session
US High/Low High or Low of the US session
Demand Zone @xxx Supply/Demand detection
Supply Zone @xxx Supply/Demand detection
Equal Highs/Lows Liquidity zones
Range Price is ranging (low volatility)
Imbalance @xxx Fair Value Gap zone
Buy Zone @xxx Confluence zone (buy opportunity)
Sell Zone @xxx Confluence zone (sell opportunity)
🟢 Buy Zone Hit Price entered Buy confluence zone
🔴 Sell Zone Hit Price entered Sell confluence zone