Market Structure Trend [Datapro]
Market Structure Trend Matrix
Overview
The **Market Structure Trend Matrix** is a technical analysis overlay designed to identify trend direction and potential reversal points based on Market Structure concepts (specifically **Break of Structure** and **Change of Character - ChoCh**).
This script updates the original logic by implementing robust Pine Script v6 architecture, solving historical calculation inconsistencies (CW10002), and adding an institutional-grade dashboard for real-time data monitoring. It is designed for traders who need clear visual cues for entry, stop-loss management, and target projection.
How It Works
The core logic relies on **Pivot Highs** and **Pivot Lows** to define market structure.
1. **Trend Detection:**
* A **Bullish Trend** is initiated when price closes above a confirmed Pivot High (ChoCh ↑).
* A **Bearish Trend** is initiated when price closes below a confirmed Pivot Low (ChoCh ↓).
2. **ATR Trailing Stop:**
* Once a trend is established, the script plots a dynamic trailing stop using the **Average True Range (ATR)**. This stop trails the price to help protect open profits during the trend lifecycle.
3. **Target System:**
* The script automatically projects sequential targets based on a user-defined ATR multiplier step. This helps traders scale out of positions systematically.
Key Features
* **Structure-Based Signals:** Identifies "ChoCh" (Change of Character) points which often signify the start of a new trend or a deep pullback.
* **Dynamic ATR Stop:** A volatility-based trailing stop that adapts to market conditions, providing breathing room during volatile swings.
* **Auto-Scaling Targets:** Visualizes potential take-profit levels calculated from the structural entry point.
* **Institutional Dashboard:** A compact table displaying the current Structure Bias, Entry Price, Next Target, Trailing Stop value, and Cycle PnL.
* **HFT Data Export:** Hidden plots are included for strategy integration, allowing external systems or webhooks to fetch entry, target, and stop values without visual clutter.
* **Performance Optimized:** Code is audited to prevent memory leaks (FIFO object management) and ensure consistent calculation on every bar.
How to Use
1. **Trend Confirmation:** Look for the **ChoCh** label and the colored structure line. This indicates a potential shift in market sentiment.
2. **Entry:** Traders often enter on the close of the bar that triggers the ChoCh signal or on a retest of the broken structure level.
3. **Stop Loss:** Use the **ATR Trailing Stop** line (dashed) as a guide for placing initial stops and trailing them as the trend progresses.
4. **Exit:** Take profit at the projected "Target" lines or exit entirely if price crosses the Trailing Stop, signaling a trend invalidation.
Settings
* **Market Structure Length:** Defines the sensitivity of the pivot detection (left/right lookback). Higher values filter out minor swings; lower values detect short-term structure.
* **ATR Multiplier:** Controls the distance of the trailing stop from the price. Higher values result in wider stops (fewer false exits).
* **Target Step:** Defines the vertical distance between consecutive target levels.
---
Credits & License
* **Original Concept:** BigBeluga
* **Refactor & Optimization:** datapro
* **License:** CC BY-NC-SA 4.0
---
**DISCLAIMER**
Licensed under MPL 2.0. Attribution required.
**NO FINANCIAL ADVICE.** The information provided by this script is for educational and informational purposes only. It is not intended as financial advice. Trading involves significant risk of loss and is not suitable for every investor. Past performance is not indicative of future results. Use at your own risk. Provided "AS IS". Indicator

Indicator

8.05.2026First of all,
huge thanks and respect to all the traders, coders, Pine Script developers, Smart Money Concepts researchers, and PulseWire community members whose ideas, concepts, and open discussions inspired this indicator.
This project is not about inventing something entirely new — it is a compilation, refinement, and integration of many powerful trading concepts developed and shared by others over the years.
I simply combined these ideas into one workflow and adapted them into a unified visual trading environment.
Special appreciation goes to everyone who contributed concepts related to Fair Value Gaps (FVG), Supply & Demand, BOS structures, MACD divergences, multi-timeframe moving averages, session ranges, opening ranges, and trend visualization systems.
Without the collective creativity of the trading community, this indicator would not exist.
AS Multi-Concept Trading Framework
This indicator is a comprehensive multi-layer market structure and trend analysis framework built for PulseWire using Pine Script v6.
It combines trend-following tools, Smart Money Concepts (SMC), liquidity analysis, momentum confirmation, session mapping, and market structure visualization into a single integrated system.
The goal of the indicator is not to predict the market, but to visually organize important information in a clean and actionable way.
Main Features
1. Multi-Layer Trend Engine
The script combines several moving average systems:
SMA 9 (stepline visualization)
SMA 20
SMA 200
EMA 200
Additional configurable multi-timeframe MAs
The indicator dynamically colors:
candles,
moving average zones,
trend regions,
EMA/SMA relationships,
allowing traders to instantly recognize trend direction and momentum conditions.
2. Fair Value Gap (FVG) Detection
Integrated Smart Money Concepts Fair Value Gap engine:
Features:
Bullish and bearish FVG detection
Dynamic or static FVG zones
Mitigation tracking
Unmitigated level display
Multi-timeframe FVG analysis
Statistical dashboard
Extendable imbalance zones
The system visually tracks liquidity inefficiencies and highlights areas where price may revisit in the future.
3. Supply & Demand Zones
Advanced Supply & Demand engine with:
Swing high / swing low detection
Automatic zone creation
BOS (Break of Structure) conversion
POI (Point of Interest) labeling
ATR-based zone sizing
Overlap filtering
Dynamic zone extension
This module helps identify institutional accumulation and distribution areas.
4. Market Structure Visualization
The indicator includes market structure tools such as:
HH / HL / LH / LL labeling
ZigZag structure mapping
BOS visualization
Swing analysis
This helps traders understand whether the market is trending, ranging, accumulating, or distributing.
5. MACD-AS Momentum & Divergences
Custom MACD-AS implementation including:
Momentum histogram
Smoothed signal line
Bullish divergences
Bearish divergences
Pivot-based divergence detection
The divergence engine helps identify potential reversals and momentum exhaustion.
6. Multi-Timeframe Moving Average System
The script supports configurable moving averages across different timeframes:
SMA
EMA
RMA / SMMA
WMA
VWMA
Each MA can independently use its own timeframe and smoothing type, allowing advanced higher-timeframe market alignment.
7. Session & Opening Range Visualization
Integrated global market session tracking:
Asia
Japan
Europe (London)
US
New York
Custom Poland session (end of the day)
Each session can generate:
Opening Range boxes
Dynamic session highs/lows
Liquidity range visualization
This helps traders identify volatility transitions and session-based liquidity behavior.
8. 15-Minute Liquidity Ranges
The indicator continuously calculates:
Live liquidity ranges
Non-repainting range highs/lows
Higher timeframe support/resistance zones
Useful for intraday liquidity targeting and range expansion analysis.
9. Alert System
Built-in alerts include:
Bullish FVG
Bearish FVG
SMA9 bullish crossover
SMA9 bearish crossover
The alert engine is designed to provide lightweight but meaningful market notifications.
Design Philosophy:
This indicator is designed as a visual decision-support framework rather than a mechanical signal generator.
The focus is on:
context,
liquidity,
structure,
momentum,
higher timeframe alignment,
institutional behavior visualization.
It is intended for discretionary traders who combine multiple concepts into a unified market reading process.
Important Notes:
Some modules may repaint depending on selected settings and timeframe requests.
Multi-timeframe calculations can behave differently in real-time and historical bars.
The indicator is highly visual and intended to be customized according to individual trading styles.
This tool should not be considered financial advice.
Final Thanks
Once again, sincere thanks to the PulseWire community, open-source Pine Script authors, SMC educators, quantitative traders, and all developers whose work inspired parts of this framework.
This script is a tribute to collaborative learning in trading and technical analysis. Indicator

Strategy

Indicator

Shift Share - Full Diagnostics & R2📄 Shift Share: Full Diagnostics & R²
Indicator Purpose:
To perform a "Multivariate Regression" on a stock's returns to see what is driving the price.
█ THE FOUR PERFORMANCE COMPONENTS
The indicator breaks down every price movement into four distinct buckets:
* Market (Beta): Returns driven by the broad market (e.g., SPY).
* Sector (Beta): Returns driven by your specific industry (e.g., XLF for Banks).
* Interaction: Returns caused by the market and sector moving in tandem (synergy).
* Unique (Idiosyncratic): Returns purely specific to the company (news, earnings, management).
█ CORE LOGIC & MATH
The script uses Log Returns and a Rolling Window (default 60 days) to calculate:
* Rolling Beta: It calculates how sensitive the stock is to the Market, Sector, and Interaction over time. This isn't a static number; it adapts as the stock's relationship with the market changes.
* T-Stats: This is a statistical "truth detector." It checks if the relationship is mathematically significant or just "noise."
* R-Squared ($R^2$): A measure of "Model Confidence." An $R^2$ of 0.80 means 80% of the stock's movement is explained by the Market and Sector, while 20% is random or unique.
█ HOW TO INTERPRET THE OUTCOME
1. The Cumulative Lines (The Visual Chart)
* Total (White): The actual price performance of the stock.
* Unique (Red): This is the most important line for stock pickers. If the red line is trending up, the company is outperforming its peers regardless of the economy. If it's trending down, the company is "bleeding" value despite what the market is doing.
* Market/Sector (Blue/Orange): If these are the primary movers, the stock is a "Beta play"—it’s just a passenger on the macro boat.
2. The Diagnostics Table (The Data)
* Share %: Tells you what percentage of the total return was contributed by that specific source.
* vs : * : Statistically Significant. You can trust that this factor (e.g., the Sector) is actually driving the price.
* : Not Significant. The relationship is weak; the price moves are likely random noise.
* Model Confidence ($R^2$): If this is low (e.g., < 30%), the "Unique" component is high, meaning the stock is "decoupled" from the market and doing its own thing.
█ LIMITATIONS
* Lookback Bias: Because it uses a rolling window (60 bars), it may take time to "notice" a sudden change in a stock's behavior.
* ETF Choice: The accuracy depends entirely on choosing the correct Sector ETF in the settings. If you use a Tech ETF (XLK) for a Bank stock, the data will be meaningless. Indicator

Indicator

QuantAbundancia - AI Bubble MapMethodology
━━━━━━━━━━━
This indicator overlays QuantAbundancia's bubble framework on any PulseWire chart. We classify ~80 AI-adjacent stocks into 12 thematic blocs and measure each bloc's 252-day residualized correlation — that is, the correlation of each constituent's returns AFTER stripping out AMEX:SPY beta. What's left is the idiosyncratic component: how much of the price action is real thematic flow vs market beta in costume.
What it shows
━━━━━━━━━━━━━
For the chart's symbol, the indicator displays:
• Which bubble it belongs to (Quantum, Memory, Compute, etc.)
• That bubble's 252-day residualized correlation + verdict
• Editorial Fib key level (if we've marked one)
Verdict legend
━━━━━━━━━━━━━━
🟢 strongest / tightest / validated → real bloc, idiosyncratic flow
🟡 validating / moderate / speculative → emerging, monitor
🔴 FAILED → market beta in costume, NOT a real bloc
Bubbles covered
━━━━━━━━━━━━━━━
Quantum (0.76 strongest) · Semi Equipment (0.82 tightest) · Memory / HBM (0.71 validated) · Cooling / DC Infra (0.70 validated) · Compute / GPUs (0.65 moderate) · Networking / Optical (0.60 validating) · Space / Sat Comms (0.60 validating) · Datacenter Power (0.55 validating) · Nuclear / SMR (0.70 speculative) · AI Software (0.10 FAILED) · Hyperscalers (0.05 FAILED) · Robotics (0.20 FAILED)
Editorial Fib key levels
━━━━━━━━━━━━━━━━━━━━━━━━
48 tickers have user-curated Fib levels marked (NVDA $71, MU $341, ASML $1205, ASTS $63, RKLB $69, OKLO $69, etc.) — drawn as horizontal dashed lines.
Data source
━━━━━━━━━━━
Data is embedded as constants in this script. The live truth lives at quantabundancia.com — methodology article: quantabundancia.com/articles/residualized-correlation. Daily refreshed digest at quantabundancia.com/today.
This is observational data only — not buy/sell signals. We map flows; you bring the conviction. Indicator

Indicator

Indicator

Indicator

Strategy

Indicator

Pymander's EZ Momentum MatrixPymander's EZ Momentum Matrix—your new go-to tool for catching the pulse of the market!
I built this indicator because I know how frustrating it is to feel like you're "chasing" a move or getting caught in choppy fakeouts. This tool is designed to act like your trading GPS, helping you cut through the noise and align yourself with the high-probability trend instantly.
How it works:
Under the hood, we’ve combined two powerful components into one seamless visual experience:
The Momentum Wave: An ultra-sensitive oscillator that reacts to price shifts almost instantly. It changes color based on its slope—green when rising and red when falling—so you know exactly when momentum is shifting, even before a zero-cross.
The Trend Matrix: This is the heatmap bar at the bottom. It uses low-lag DEMA (Double EMA) logic and a 50-period trend filter to act as your "gatekeeper." It ensures you only take long signals when the macro trend is actually in your favor.
What makes it unique?
Confluence Diamonds: When the fast momentum wave and the filtered Trend Matrix align perfectly, a diamond signal appears on the wave. These are your "stars aligned" moments for high-probability entries.
Extreme Turn Signals: Small circles appear when the oscillator curls back in overbought or oversold zones, giving scalpers an early warning for potential micro-reversals.
The Glow: We polished the visuals with a slight aura glow effect and smooth gradients. Not only does it help you see signals more clearly, but your charts will look amazing while you're trading!
Why you’ll love it:
It’s all about clarity. By using the EZ Momentum Matrix, you stop guessing and start following. It simplifies complex trend and momentum data into a color-coded system that makes trade decisions faster and much more disciplined.
We’d love to hear how this is working for your specific strategy, so please reach out with any feedback or suggestions!
Wishing you tons of luck out there, stay disciplined, and here’s to many green days ahead!
-Pymander
Indicator

Pymander's EZ VWAPPymander's EZ VWAP
Standard VWAP indicators are great, but let’s be honest—they can be a bit "static." They show you where the price is relative to an average, but they don't tell you the story of the price action. That’s why I built EZ VWAP.
This isn't just a line on your chart; it’s a complete decision-making system designed to help you distinguish between a healthy trend and a trap.
What makes EZ VWAP stand out?
Most VWAPs just give you ±1, ±2, and ±3 standard deviations and call it a day. EZ VWAP is smarter. It classifies the market into logical zones:
The Fair Value Zone (±0.5σ): This is the "Chop Zone." If price is hanging out here, there’s no clear edge. We stay patient.
The Extension Zone (±1σ to ±2σ): This is where the magic happens for mean reversion.
The Exhaustion Zone (Beyond ±3σ): The "Danger Zone" where trends either blow off or reverse violently.
🛠️ Key Features You Won't Find in a Basic VWAP:
Acceptance vs. Rejection Logic: The biggest VWAP trap is shorting a "stretch" only for the price to keep mooning. Our Sweep + Reclaim signals only trigger when the price fails to hold above a band. It asks: "Did price accept the new high, or did it reject it?"
Momentum Dashboard: A quick-glance table in the corner tells you if the VWAP slope is Accelerating (momentum is expanding) or Decelerating (trend is weakening).
Dynamic Slope Coloring: The VWAP line itself changes color based on its "speed." Bright colors for strong trends, and neutral colors for weakening moves—perfect for timing your entries.
Three Modes in One: Whether you want a standard Session reset, a specific Anchored point (like a news event), or a Rolling window for a more responsive feel, we’ve got you covered.
Tailored Entries: Choose between Aggressive, Balanced, or Conservative entry models to match your personal risk tolerance.
How it helps you:
EZ VWAP stops you from "catching falling knives" by waiting for price to actually reclaim a level before signaling an entry. It helps you stay out of the chop and focus on the high-probability "stretch" areas where the big moves happen.
I’d love to hear how it’s working for you! If you have ideas for new features or tweaks, drop some feedback in the comments.
Wishing you all tons of luck and many, many green days!
-Pymander Indicator

Pymander's EZ Key LevelsHey everyone! Pymander here. I’m excited to share EZ Key Levels, a tool I built to solve one of the biggest problems we face as intraday traders: chart clutter.
We all know that "levels are king," but when your screen is a spiderweb of Daily, Weekly, and Session lines, it’s easy to get lost in the noise. This indicator is designed to give you total clarity so you can focus on execution.
What is EZ Key Levels?
At its core, this is a hybrid indicator. It combines High Timeframe (HTF) logic with Machine Learning (K-Means Clustering) to map out the most important psychological and volume-based zones on your chart.
How It Works & Why It’s Different:
Solid Until Mitigated: This is the real game-changer. Every level starts as a solid line (meaning it's fresh and untested). The moment price "mitigates" it—either by a wick touch or a candle close—the line automatically turns dotted. You’ll never have to guess if a level is still "fresh" again.
Volume-Weighted Clustering: Instead of just looking at where price sat, our dynamic clusters use VWAP logic to find where the most volume actually traded. It identifies the true "Value Areas" of the last few days.
Premium Proximity & Focus Mode: Most indicators show you everything at once. EZ Key Levels identifies the 4 levels closest to price and highlights them in Rose (Above) and Emerald (Below). Turn on Focus Mode, and every other line disappears, leaving you with a clean, "pro-style" chart that only shows what matters right now.
All-In-One Session Logic: It automatically tracks Asia, London, and NY session highs/lows and projects them infinitely so you can see how those ranges act as support or resistance days later.
How This Helps You:
This tool is built for the 3-5 minute trader who needs to make split-second decisions. By identifying high-confluence zones (where a V-Cluster lines up with a PDH or Session Low) and highlighting them automatically, it removes the "analysis paralysis" that kills so many trades.
I’d love to hear your thoughts! If you have any feedback or ideas on how to make this even better for your workflow, please let me know.
Wishing you all the best of luck and many, many green days!
-Pymander
Indicator

Indicator

Devtrader Dynamic Trading WindowsDevtrader Dynamic Trading Windows
Devtrader Dynamic Trading Windows is an intraday session-mapping tool designed to help traders visually mark their preferred trading windows directly on the chart.
The indicator allows traders to configure multiple ticker-specific profiles and define custom time intervals for each symbol. When the chart symbol matches one of the configured profiles, the indicator automatically applies that ticker’s specific trading windows and draws vertical start/end markers on the chart.
This is useful for traders who focus on specific instruments at specific times of day, such as index killzones, equity opening windows, futures session windows, or personal backtested execution periods.
Main Features
• Multiple ticker profiles
Configure separate profiles for symbols such as GER40, NQ, UK100, INTC, or any custom ticker.
• Ticker-aware behavior
The indicator checks the active chart symbol and only displays the windows configured for the matching ticker profile.
• Multiple intervals per ticker
Each ticker profile can contain multiple editable time intervals, allowing traders to map different trading windows throughout the day.
• Custom vertical lines
Each interval draws vertical markers at the start and end of the configured window.
• Fully editable line style
Customize the color, width, and style of the vertical markers.
• Editable labels
Each interval can display custom labels such as “NQ Open”, “GER40 Main”, “London Window”, or any other preferred text.
• Timezone support
Each ticker profile has its own timezone setting, so the configured sessions can be interpreted correctly for the selected market.
• Intraday-focused design
The script is designed for intraday charts such as 1m, 5m, 15m, and similar timeframes.
• Status label
A small status label shows which ticker profile is currently active and which timezone is being used.
How It Works
1. Add the indicator to an intraday chart.
2. Open the indicator settings.
3. Enable the ticker profile you want to use.
4. Set the ticker match text, for example:
- GER40
- NQ
- UK100
- INTC
5. Define one or more session intervals.
6. Customize the marker text, color, line width, and line style.
7. When the chart symbol matches the profile, the indicator automatically draws the configured window markers.
Example Use Cases
• GER40 / DAX trading window:
Mark the main execution window between 11:20 and 14:00.
• NQ / Nasdaq futures trading window:
Mark the New York open window and afternoon execution window.
• UK100 trading window:
Map the preferred London-session trading period.
• Individual stocks:
Mark opening range, momentum window, or preferred intraday execution periods for stocks such as INTC.
Important Notes
This indicator does not generate buy or sell signals.
It does not predict price direction.
It is not a strategy and does not place trades.
Its purpose is to help traders stay disciplined by visually marking the exact periods when they prefer to focus, observe, or execute trades.
Recommended Usage
Use this indicator as part of a structured trading plan:
• Define your best-performing execution windows.
• Mark only the periods you have backtested or personally validated.
• Avoid overtrading outside your planned windows.
• Combine the window markers with your own market structure, liquidity, volume, price action, or strategy rules.
• Review your trades later to see whether your best results come from specific time intervals.
Why This Indicator Exists
Many intraday traders perform better during specific market periods. For example, some traders prefer the London session, New York open, futures opening range, index killzones, or specific volatility windows.
This tool was created to make those windows visible, consistent, and symbol-specific.
Instead of manually remembering different time windows for each market, traders can configure them once and let the indicator automatically display the correct windows based on the active chart symbol.
Best For
• Intraday traders
• Futures traders
• Index traders
• Stock traders
• Killzone-based traders
• Session-based traders
• Traders who use backtested time windows
• Traders who want more discipline around when they trade
Indicator

StructureX Market Structure & Liquidity Engine [CLEVER]🧠 StructureX – Deep Overview
StructureX – Market Structure & Liquidity Engine is a comprehensive price action framework designed to interpret and visualize the natural structure of the market. Its primary objective is to transform raw price movement into a clear and organized structure, where highs, lows, and their relationships are logically defined. Instead of relying on random candle behavior, the system helps users understand how price is actually moving within a structured environment.
At its core, StructureX is built on the idea that markets are not entirely random — they move in structured phases of expansion, retracement, and transition. The system tracks these phases using rule-based calculations derived from historical price data. This ensures that the output remains consistent and systematic, rather than subjective. The focus is not on predicting the future, but on providing a clearer understanding of the current market context, allowing users to make more informed decisions within a defined framework.
StructureX integrates multiple structural elements into a single unified model, offering a layered view of market behavior. Key turning points, structural breaks, and imbalance areas are all presented together on the chart, reducing the need for multiple separate tools. This integration enhances clarity and allows users to evaluate market conditions more efficiently, with all relevant structural information available in one place.
In terms of real-time behavior, the system operates using confirmation-based logic. Certain calculations—especially those related to swing detection—require additional candles to confirm, which can introduce a slight delay. During live candle formation, some elements may temporarily update or adjust, but the structure becomes more stable once the candle closes. This is a normal and expected characteristic of structure-based analytical systems, as confirmation helps reduce noise and improve reliability.
Overall, StructureX functions as a decision-support tool that simplifies complex market behavior into a structured and readable format. It does not provide financial advice or guarantee outcomes, but instead offers a disciplined, rule-based approach to analyzing price action. By focusing on structure and context, it enables users to approach the market with greater clarity and consistency.
🧠 Core Concept – StructureX
The core concept behind StructureX is built on a simple but powerful principle: price moves in a structured way, not randomly. Instead of treating the market as unpredictable noise, the system focuses on identifying how price forms highs, lows, and transitions between them, which together define the underlying structure of the market. This structure becomes the foundation for understanding trend direction, continuation, and potential shifts.
At the heart of this approach is the idea that every market phase is a result of interaction between buying and selling pressure, which is reflected through the formation and breaking of key levels. When price creates a series of higher highs and higher lows, it reflects bullish structure; when it forms lower highs and lower lows, it reflects bearish structure. StructureX tracks these formations in a rule-based way, ensuring that structure identification is consistent and not based on subjective interpretation.
Another key part of the concept is structural validation through break events. The system does not assume a trend change or continuation until price clearly interacts with previously established levels. This is where events like Break of Structure (BOS) and Change of Character (CHoCH) come into play. These are not predictions, but confirmations that the market has either maintained its direction or transitioned into a new phase. By waiting for these confirmations, the system prioritizes clarity over speed, reducing the impact of market noise.
StructureX also incorporates the idea that price does not move efficiently at all times. There are moments where imbalances and liquidity interactions occur, leading to areas where price may react or stabilize. Instead of treating these as guaranteed reversal zones, the system presents them as contextual areas of interest, which can be used alongside structure for more informed analysis. This keeps the framework realistic and avoids over-reliance on any single factor.
Importantly, the entire concept is rule-based and data-driven, meaning all outputs are derived from historical and current price action without any forward-looking assumptions. Some components require confirmation over multiple candles, which can introduce slight delays, but this trade-off helps improve stability and reduce false signals. Real-time updates during candle formation are normal, and the structure becomes more reliable once conditions are fully confirmed.
In essence, the core concept of StructureX is to provide a structured lens through which market behavior can be interpreted, combining clarity, consistency, and multiple layers of context. It does not aim to predict exact outcomes or guarantee results, but rather to offer a disciplined framework that helps users better understand how price evolves over time and make decisions based on observable structure rather than guesswork.
⚙️ Key Features – StructureX
StructureX is designed as a multi-layered market structure framework, where each feature plays a specific role in helping users interpret price action more clearly. Instead of relying on a single signal, the system combines several rule-based components to provide a more complete view of market behavior.
🔹 1. Swing-Based Market Structure Detection
The system automatically identifies swing highs and swing lows using a defined lookback range. These points act as the foundation of the entire framework, as they represent where price has naturally turned in the past. By mapping these levels, StructureX creates a clear structural outline of the market, allowing users to visually understand how price is evolving over time.
🔹 2. Break of Structure (BOS) Identification
StructureX highlights when price breaks a previously established structural level in the direction of the current trend. This is referred to as a Break of Structure (BOS), and it indicates that the market is continuing its existing directional movement. These events are based on confirmed price interaction with key levels, helping reduce ambiguity in trend continuation analysis.
🔹 3. Change of Character (CHoCH) Detection
The system also detects potential structural transitions through Change of Character (CHoCH) events. These occur when price moves against the current structure and breaks a key level, signaling that market conditions may be shifting. Rather than predicting reversals, this feature provides early structural context that the current trend may be weakening or transitioning.
🔹 4. Order Block Visualization
StructureX marks potential order block zones, which are derived from the last opposing candles before significant structural moves. These zones are presented as areas where price has previously shown strong reaction. They are not guaranteed reaction points, but serve as contextual zones of interest where users may observe how price behaves if revisited.
🔹 5. Fair Value Gap (FVG) Detection
The system identifies price imbalances, commonly referred to as Fair Value Gaps. These occur when price moves quickly, leaving areas where trading activity was relatively low. StructureX highlights these zones to show where price may revisit or stabilize, offering additional context for understanding inefficient market movement.
🔹 6. Liquidity Sweep Identification
StructureX includes logic to detect liquidity sweeps, where price temporarily moves beyond key highs or lows and then rejects. This reflects areas where stop orders may have been triggered. The system marks these events as observational signals, helping users recognize potential shifts in short-term market behavior without making predictive claims.
🔹 7. Internal Structure (Optional Layer)
An optional internal structure feature allows users to view minor structural movements within the main trend. This adds a deeper level of analysis for those who want to study short-term fluctuations while still maintaining the broader structural context.
🔹 8. Dynamic Visualization & Trend Background
The indicator provides visual clarity through structure lines, labels, and optional background coloring based on market bias. This helps users quickly interpret whether the market is currently aligned in a bullish, bearish, or neutral state, improving readability without adding unnecessary complexity.
🔹 9. Customizable Settings
StructureX offers a range of inputs that allow users to adjust sensitivity and visual preferences, such as swing length, detection ranges, and display options. This flexibility ensures the tool can be adapted to different trading styles and timeframes without altering its core logic.
🔹 10. Alert System for Key Events
The built-in alert functionality enables users to receive notifications when important structural events occur, such as BOS, CHoCH, or liquidity sweeps. This allows for more efficient monitoring without needing to constantly watch the chart.
🏁 Summary
👉
StructureX combines multiple rule-based features—structure detection, break events, imbalance zones, and liquidity behavior—into a single framework, providing a clear and structured view of market activity without relying on predictive assumptions.
⚙️ How It Works – StructureX
StructureX operates as a rule-based analytical engine that processes price data step by step to build a structured view of the market. Instead of generating signals from a single condition, it follows a logical sequence of detection → validation → visualization, where each layer depends on the previous one.
🔹 1. Price Data Processing & Swing Identification
The system begins by scanning historical and current price data to detect swing highs and swing lows within a defined lookback range. These swings represent natural turning points in the market and form the base structure. Since this process requires surrounding candles for confirmation, there is a built-in delay that helps filter out noise and avoid premature signals.
🔹 2. Structure Formation & Bias Tracking
Once swings are identified, the system uses them to construct a market structure framework. By comparing current swings with previous ones, it determines whether the market is forming:
Higher highs / higher lows → bullish structure
Lower highs / lower lows → bearish structure
This comparison allows the system to maintain a dynamic market bias, which updates only when specific structural conditions are met. The bias is not predicted—it is derived from confirmed price behavior.
🔹 3. Break Validation (BOS & CHoCH)
After establishing structure, the system monitors how price interacts with key levels:
If price breaks a level in the direction of the current bias, it is marked as a Break of Structure (BOS), indicating continuation.
If price breaks a level against the current bias, it is marked as a Change of Character (CHoCH), suggesting a potential transition.
These events are only recognized when price clearly crosses and confirms the level, which helps reduce false interpretations and ensures consistency.
🔹 4. Contextual Zone Detection (Order Blocks & FVG)
Once a structural event (BOS/CHoCH) occurs, the system identifies contextual zones around that movement:
Order Blocks are derived from the last opposing candles before a strong move, highlighting areas where price previously showed strong reaction.
Fair Value Gaps (FVGs) are detected when price moves quickly, leaving behind areas of imbalance.
These zones are not treated as guaranteed reaction points. Instead, they are presented as areas of interest, providing additional context for how price might behave if revisited.
🔹 5. Liquidity Interaction Monitoring
The system also evaluates liquidity behavior, specifically looking for scenarios where price moves beyond recent highs or lows and then rejects. These are marked as liquidity sweeps, which can indicate short-term shifts in order flow. This feature helps users observe how price interacts with commonly targeted levels, without assuming a fixed outcome.
🔹 6. Continuous Update & Object Management
StructureX continuously updates all elements in real time:
Active zones (OBs/FVGs) are extended forward until they are invalidated
Old or mitigated zones are removed to keep the chart clean
Structure levels are maintained and updated as new data forms
This ensures the chart reflects the current state of the market, not outdated conditions.
🔹 7. Visualization & User Interaction
All detected elements are displayed using lines, labels, boxes, and optional background coloring. The goal is to provide clear visual feedback without overwhelming the user. Additionally, customizable inputs allow users to adjust sensitivity and visibility based on their preferences, while alerts notify them of key structural events.
🔄 Real-Time Behavior Note
Because the system relies on confirmation-based logic, some elements (especially swings) require multiple candles to finalize. During live candle formation, temporary changes may occur, but the structure becomes more stable once conditions are confirmed. This behavior is normal and helps improve reliability by reducing noise.
🏁 Summary
👉
StructureX works by sequentially detecting swings, validating structure through break events, mapping contextual zones, and continuously updating the chart—providing a structured, rule-based interpretation of market behavior without relying on predictive assumptions.
📊 How It Is Used – StructureX
StructureX is used as a structured analysis tool, not as a standalone signal generator. Its purpose is to help users read market conditions step by step, so decisions are based on context and confirmation, rather than isolated signals or assumptions.
🔹 1. Start with Market Structure Context
The first step is to observe the overall market structure displayed by the system. By looking at how price is forming highs and lows, users can determine whether the market is:
Moving upward (bullish structure)
Moving downward (bearish structure)
Or transitioning between phases
This step provides a directional framework, helping users avoid taking decisions against the broader structure.
🔹 2. Wait for Structural Confirmation (BOS / CHoCH)
Instead of reacting immediately to price movement, StructureX is typically used by waiting for confirmed structural events:
BOS (Break of Structure): suggests continuation within the current direction
CHoCH (Change of Character): indicates a possible transition in structure
These events help users understand whether the market is maintaining its direction or potentially shifting. The key idea is confirmation before action, not anticipation.
🔹 3. Use Zones as Areas of Interest, Not Certainty
After a structural event, the system highlights zones such as:
Order Blocks
Fair Value Gaps (FVGs)
These are used as reference areas, where users observe how price reacts if it returns. They are not treated as guaranteed reversal or entry points. Instead, they provide contextual locations where additional confirmation may be considered.
🔹 4. Observe Liquidity Behavior
Liquidity sweeps are used to understand how price interacts with recent highs and lows. When price briefly moves beyond these levels and then rejects, it may indicate short-term shifts in behavior. Users typically combine this observation with structure and zones to build a more complete view, rather than relying on it alone.
🔹 5. Combine Multiple Factors (Confluence Approach)
StructureX is most effective when its components are used together:
Structure direction (trend context)
Break events (confirmation)
Zones (areas of interest)
Liquidity behavior (market reaction)
This confluence-based approach helps users avoid decisions based on a single factor and encourages a more balanced evaluation of market conditions.
🔹 6. Adapt Settings to Trading Style
The system includes adjustable inputs such as swing length, detection ranges, and visibility options. Users can modify these to suit different timeframes or preferences, making the tool flexible for various styles while maintaining the same underlying logic.
🔄 Real-Time Usage Note
Because the system uses confirmation-based logic:
Some elements require candle completion to finalize
Live candles may show temporary changes
More stable interpretation is typically achieved after confirmation
This is normal behavior and reflects the system’s focus on reducing noise rather than reacting instantly.
⚠️ Important Consideration
StructureX does not provide financial advice or guaranteed outcomes. It is designed to support analysis by offering a clear structural framework, while final decisions remain dependent on the user’s own judgment and risk management.
🏁 Summary
👉
StructureX is used by first identifying market structure, waiting for confirmed break events, and then observing how price reacts around key zones and liquidity areas—allowing decisions to be made within a structured, multi-factor framework rather than relying on isolated signals.
⚙️ Settings & Customization – StructureX
StructureX provides a high level of customization so users can adapt the indicator to different trading styles, timeframes, and sensitivity preferences. The goal of these settings is not to change the core logic, but to control how strictly or loosely the market structure is interpreted and displayed.
🔹 1. Structure Sensitivity (Swing Length Settings)
The most important setting is the swing lookback length, which controls how swing highs and lows are detected.
Lower values → more sensitive structure (more swings, faster reactions)
Higher values → smoother structure (fewer swings, stronger confirmation)
This setting directly affects how often the system identifies structural points. It allows users to balance between early detection and stability depending on their strategy.
🔹 2. Internal Structure Toggle
StructureX includes an optional internal structure layer.
When enabled → shows minor intraday structure inside the main trend
When disabled → only focuses on major market structure
This is useful for users who want either:
A clean, high-level view, or
A detailed micro-structure analysis
🔹 3. BOS & CHoCH Display Controls
Users can enable or disable:
Break of Structure (BOS) labels
Change of Character (CHoCH) labels
This helps in reducing chart clutter or focusing only on specific types of structural events. It allows traders to decide whether they want a full structural map or simplified trend view.
🔹 4. Order Block Customization
Order Blocks come with multiple configurable options:
Visibility toggle: show or hide OB zones
Mitigation type (Wick / Close): defines how price invalidates or interacts with zones
Maximum active OBs: controls how many zones remain on chart
Color customization: bullish and bearish zones can be visually differentiated
These settings help users manage chart clarity and zone relevance based on their trading approach.
🔹 5. Fair Value Gap (FVG) Settings
FVG module can also be customized:
Filter options (Bullish, Bearish, or All)
Maximum number of active FVG zones
Color and transparency control
This allows users to focus only on specific imbalance types or keep full visibility depending on their analysis style.
🔹 6. Liquidity Sweep Sensitivity
Liquidity detection includes a lookback range setting, which defines how far back the system searches for key highs and lows.
Smaller range → more reactive, short-term liquidity detection
Larger range → broader, higher-timeframe liquidity focus
This helps users align liquidity analysis with their preferred trading horizon.
🔹 7. Visual Customization
StructureX provides full visual control:
Bullish and bearish structure colors
Line thickness for structure markings
Swing point visibility (HH, HL, LH, LL labels)
Trend background opacity
These settings are designed to improve readability without changing logic, allowing users to create a clean or detailed chart environment.
🔹 8. Alert Configuration
Users can enable alerts for key structural events:
BOS alerts
CHoCH alerts
Liquidity sweep alerts
This allows passive monitoring of market structure without constantly watching the chart. Alerts are based on confirmed conditions, not premature signals.
🔄 Customization Philosophy
All settings in StructureX follow a single principle:
👉 Flexibility in visualization and sensitivity, without altering the core structural logic.
This ensures that no matter how settings are adjusted, the underlying market structure interpretation remains consistent and rule-based.
🏁 Summary
👉
StructureX customization allows users to control sensitivity, structure detail level, zone visibility, and visual presentation, enabling adaptation to different trading styles while keeping the core market structure logic unchanged and consistent.
🔗 Mashup (Combined System) – StructureX
The Mashup system in StructureX refers to the way multiple independent market concepts are combined into one unified framework. Instead of treating each element separately (like structure, liquidity, order blocks, and gaps), the system merges them into a single logic flow where every component supports the other.
The main idea is not to create extra signals, but to build a multi-layer confirmation environment where market context becomes clearer and more structured.
🧠 1. Core Idea of the Mashup System
At its core, the mashup system works on this principle:
👉 “One market event = multiple confirmations across different structures.”
Instead of reacting to a single condition, StructureX combines:
Market Structure (trend direction)
Break events (BOS / CHoCH)
Liquidity behavior (sweeps)
Inefficiency zones (FVGs)
Reaction zones (Order Blocks)
Each element contributes a different perspective of the same price movement.
🔄 2. How the Combination Works
When price moves, the system does not treat it as one isolated event. Instead:
A structural break may trigger detection
That same move is checked for liquidity interaction
Then the system maps order blocks or gaps created by that move
So a single price impulse becomes a multi-layer mapped structure, where every layer explains a different part of the same movement.
This creates a more complete interpretation of market behavior.
📊 3. Layered Confirmation Logic
The mashup system follows a layered validation approach:
🔹 Layer 1 – Structure Context
Defines whether market is bullish, bearish, or transitioning.
🔹 Layer 2 – Break Confirmation
Checks if structure has been continued or shifted (BOS / CHoCH).
🔹 Layer 3 – Liquidity Interaction
Observes whether price has swept key highs/lows.
🔹 Layer 4 – Zone Formation
Identifies where imbalances or institutional interest may exist (OB / FVG).
👉 Only when multiple layers align, the market context becomes stronger and more meaningful.
⚙️ 4. Why Mashup System Is Important
Without mashup logic, analysis becomes fragmented:
Structure alone = incomplete context
Zones alone = unconfirmed areas
Liquidity alone = short-term signal
But when combined:
👉 You get context + confirmation + reaction zones in one framework
This reduces randomness in interpretation and helps create a structured decision environment.
🔄 5. Dynamic Interaction Between Components
The important part of mashup design is that all modules are interconnected but independent:
Structure influences BOS/CHoCH logic
BOS/CHoCH triggers OB and FVG detection
Liquidity sweeps provide additional context to breaks
Zones remain active until mitigated or invalidated
So the system behaves like a continuous loop, where each new candle updates multiple layers at once.
⚠️ 6. Non-Predictive Nature
Even though multiple confirmations exist, the mashup system:
Does NOT guarantee direction
Does NOT predict exact reversals
Works only on current and historical structure interpretation
All outputs are based on confirmed price action, not assumptions.
🏁 Summary
👉
The Mashup system in StructureX combines market structure, break events, liquidity behavior, and imbalance zones into a single layered framework, where each component confirms and supports the others to create a more structured and contextual market view instead of isolated signals.
⚠️ Repainting / Real-Time Behavior –
StructureX uses a pivot-based swing detection and structure logic that depends on a lookback system. This means the system does not evaluate the current candle in isolation, but instead compares it with surrounding candles within a defined range.
🔶 Pivot-Based Swing Detection & Confirmation Delay
StructureX uses a pivot-based swing detection system, which means it does not identify market swings instantly from a single candle. Instead, it compares a candle with surrounding candles within a defined lookback range. Because of this design, a swing high or swing low is only confirmed after enough candles have formed on both sides. This introduces a natural delay in confirmation, but it helps ensure that only meaningful and structurally valid swing points are used in analysis.
🔶 Structure Break Confirmation (BOS / CHoCH Logic)
In addition to swing detection, structure breaks such as Break of Structure (BOS) and Change of Character (CHoCH) are confirmed based on candle close conditions. This means the system does not rely on intrabar price movement. During an active candle, price can move up and down, temporarily crossing levels and creating changing visual signals. However, these are not final confirmations. The actual signal is only considered valid once the candle closes and the condition is fully met.
🔶 Real-Time Candle Fluctuation Behavior
Because of this behavior, the indicator may show temporary fluctuations in real time while the candle is still forming. Swing levels, structure breaks, and related markings can adjust during this phase as new price data comes in. This is a normal part of live market processing and does not represent a final or confirmed signal.
🔶 Non-Repainting Clarification
It is important to understand that this system is not repainting in the classical sense. Once a candle is closed and a signal is confirmed, it does not change retroactively. The only adjustments occur during live candle formation, where the market is still developing and incomplete data is being processed.
🔶 Design Purpose & Final Behavior
Overall, this design prioritizes accuracy and structural stability over instant signals. The slight delay and live updates are intentional features that help reduce noise and improve the reliability of the final confirmed market structure interpretation.
🏁 Final Note – StructureX
StructureX is designed as a structured market analysis framework that focuses on reading price action through clear rules rather than assumptions or predictions. Its main purpose is to convert raw and often noisy market movement into a clean structural map, where trends, breaks, and key zones can be understood in a more organized way.
The system works entirely on rule-based logic, meaning every output is generated from predefined conditions such as swing detection, structural breaks, and price interaction with key levels. Because of this, the indicator does not rely on subjective interpretation or random signals, but instead follows a consistent mathematical and structural process based on historical and real-time price data.
It is also important to understand that StructureX is confirmation-driven rather than prediction-driven. Signals like BOS, CHoCH, order blocks, and liquidity sweeps are only considered valid when price action confirms them through specific conditions, especially candle close. This ensures that the information provided reflects actual market behavior rather than temporary fluctuations during candle formation.
Due to its pivot-based and confirmation-based design, the system may show slight delays or temporary changes while candles are still forming. However, once a candle closes and conditions are confirmed, the structure becomes stable and does not change retroactively. This behavior is intentional, as it helps reduce noise and improves the reliability of the final market structure interpretation.
Overall, StructureX should be understood as a decision-support tool, not a predictive system. It helps users analyze market context in a more disciplined and structured way, combining multiple layers of price action into one framework. The effectiveness of the system depends on how well the user understands structure, context, and confirmation, rather than expecting fixed outcomes or guaranteed results.
⚠️ Disclaimer – StructureX
StructureX – Market Structure & Liquidity Engine is developed strictly for educational and informational purposes only. It is designed to help users understand and analyze market structure, price behavior, and liquidity concepts in a more organized way. The indicator does not provide financial advice, investment recommendations, or trading signals that guarantee any specific outcome.
All information displayed by this tool is based on historical and real-time market data processing, including swing detection, structural breaks, and liquidity-related zones. While these elements can assist in understanding market context, they do not predict future price movements with certainty. Markets are inherently volatile and influenced by many unpredictable factors.
Trading and investing in financial markets involve significant risk of loss. Users should not rely solely on this tool for making trading decisions. It is strongly recommended to use proper risk management, independent analysis, and, if needed, consult with a qualified financial advisor before engaging in any trading activity.
Because StructureX uses pivot-based and confirmation-based logic, some signals may appear with slight delay or may adjust during live candle formation. This is a normal characteristic of structure-based analysis tools and should not be interpreted as guaranteed accuracy or real-time certainty.
By using this indicator, you acknowledge that all trading decisions are made at your own risk, and the developer is not responsible for any financial gains or losses resulting from its use. Indicator

Binance Futures All-in-One Info PanelTrading Binance Futures requires keeping an eye on multiple critical metrics simultaneously. The Ultimate Binance Futures Data Hub consolidates the most essential on-chain and exchange data—Open Interest, Funding Rates, Long/Short Ratios, and Rolling Volumes—into a single, sleek, and highly customizable dashboard directly on your chart. Stop switching tabs and get all the actionable insights you need at a glance.
🔥 Key Features:
📊 Lightning-Fast Open Interest (O.I.):
We bypassed the standard chart timeframe delays. The O.I. data updates every 1 minute regardless of the timeframe you are on. It displays the absolute value, the dynamic change (▲/▼) compared to the previous bar, and the total notional value in USDT.
💸 Funding Rates (F.R.):
Displays both the Current Rate (CR) and the Previous Rate (PR) to help you gauge market sentiment and premium index shifts instantly.
⏱️ Dynamic Countdown (C.D.):
A precise countdown timer to the next funding fee. Since Binance occasionally changes funding intervals for highly volatile coins, this indicator supports 1H, 4H, and standard 8H intervals (easily selectable in settings).
📈 Real-Time Volume (Vol.):
Tracks the volume of the current active candle, highlighting the difference from the previous candle alongside its USDT equivalent.
🌍 24h Rolling Volume (24h Vol.):
Automatically calculates the true rolling 24-hour volume and its USDT value based on your current chart's timeframe.
⚖️ Official Long/Short Ratio (L/S):
Instead of relying on volume estimations, this dashboard pulls the official Binance Accounts Long/Short Ratio (_LSR) data. It features a dynamic red-to-green color gradient for quick visual sentiment analysis.
🔍 5-Minute O.I. Micro-Trend:
A unique mini-histogram embedded in the table! It displays the Open Interest trend of the last five 5-minute bars. This allows you to spot micro O.I. trends instantly, even if you are viewing a 1-Hour or 4-Hour chart.
⚙️ Customization & Settings:
We know every trader's chart layout is unique. This indicator is built to adapt to your style:
Positioning: Move the panel to any corner or middle section of your screen (Top-Right, Bottom-Left, etc.).
Size: Choose between Small, Normal, or Large text sizes to fit your resolution.
Colors: Fully customizable background colors for the left-side labels to match your specific chart theme (Dark or Light mode).
💡 How to use the Funding Interval Setting:
By default, most Binance coins use an 8-Hour funding interval. However, for highly volatile assets, Binance may lower this to 4H or 1H. PulseWire cannot automatically detect this shift. If you are trading a coin with a modified schedule, simply go to the indicator settings and change the "Funding Interval" to 1H or 4H to keep the countdown perfectly synced.
If you find this tool helpful for your daily trading, please leave a 👍 boost and share your feedback in the comments!
#Binance #Futures #OpenInterest #FundingRate #Volume #Dashboard #LSRatio #Crypto
Indicator

Indicator

Indicator

Indicator
