Indicator

Indicator

GFG Institutional Pressure Candle Overlay by AgaamGFG Institutional Pressure Candle Overlay by Agaam
This indicator is designed to help identify potential institutional-style buying pressure, selling pressure, and absorption directly on the chart.
The script analyzes each candle using multiple pressure factors, including candle body strength, close location, relative volume, ATR range expansion, VWAP position, and wick rejection. It then assigns a simple 0–10 pressure score and displays clean BUY or SELL labels when pressure conditions are detected.
Main Features:
* BUY and SELL pressure labels with 0–10 scoring
* Candle coloring based on detected pressure
* VWAP control filter
* Relative volume pressure filter
* ATR expansion filter
* Wick-based absorption detection
* Optional labels for all signals or strong signals only
* Status table showing pressure score, volume ratio, range/ATR, body %, close location, and VWAP position
* Alerts for buy pressure, sell pressure, and strong pressure conditions
How It Works:
Bullish pressure is detected when candles show strong body structure, close near the high, volume support, ATR expansion, and VWAP control.
Bearish pressure is detected when candles show strong downside structure, close near the low, volume support, ATR expansion, and VWAP control.
Absorption logic looks for high-volume candles with smaller bodies and larger wicks, which may suggest that one side is absorbing orders near a key level.
Suggested Use:
This indicator works best as a confirmation tool together with market structure, VWAP, supply/demand zones, support/resistance, and multi-timeframe analysis.
Example:
* Demand zone + BUY score = stronger bullish confirmation
* Supply zone + SELL score = stronger bearish confirmation
* High score near liquidity sweep = possible institutional reaction area
This indicator does not predict the future and does not confirm real institutional orders. It is an analytical tool that estimates pressure using price action, volume, volatility, VWAP, and candle behavior.
Disclaimer:
This script is for educational and informational purposes only. It is not financial advice. Trading involves risk, and you are responsible for your own trading decisions. Always use proper risk management.
Indicator

Indicator

Indicator

Markov Regime Detector - CriptoMatikoThe **Markov Regime Detector** classifies each bar as Bull, Bear, or Lateral using rolling log-return, then builds a 3×3 Markov transition matrix from the chart's full visible history.
The matrix diagonal measures **persistence** — the probability of each regime continuing into the next bar. Alerts fire only when persistence exceeds a user-defined threshold, filtering out short-lived, low-confidence regime flips.
---
**How it works**
1. Computes log-return over the last N bars (default: 20)
2. Labels each bar: Bull (log-ret > +5%), Bear (log-ret < −5%), Lateral (in between)
3. Counts all historical transitions and row-normalizes into probabilities
4. Diagonal of the matrix = persistence of the current regime
5. Alert fires when: regime changes AND persistence >= configured threshold
---
**Visuals**
- Ribbon — real-time background tint: green (Bull) / rose (Bear) / grey (Lateral)
- Triangles ▲▼◆ — mark the start of each confirmed new regime
- Floating labels — regime name + persistence % at each transition point
- Table (bottom-right) — current regime, persistence, log-return and alert status
Note: The ribbon updates on the forming bar. Labels, shapes and alerts only fire on confirmed bar close (barstate.isconfirmed).
---
**Alerts**
Set up as "Any alert() call" + "Once per bar close". Dynamic message format:
REGIME: BEAR
Anterior: LATERAL
Persistencia: 85%
Preco: 2022.60
Indicador: Markov | CriptoMatiko
---
**Parameters**
Lookback window (default 20): bars used to compute log-return and classify the current state
Bull threshold (default 5%): log-ret above this value = Bull
Bear threshold (default 5%): log-ret below -5% = Bear
Min persistence to alert (default 55%): minimum persistence to trigger an alert
Min bars to hold (default 3): consecutive bars in same regime before label appears
---
Indicator

Strategy

Indicator

Indicator

Drop's Opening Range Breakout (ORB)Overview
Drop's Opening Range Breakout (DORB) is an institutional-grade intraday trading strategy built on classical Opening Range Breakout principles, but heavily upgraded with professional quant risk management and entry filters.
While standard ORB strategies suffer from high slippage, fakeouts, and afternoon chop, DORB solves these issues using a pullback limit-order mechanism, macro daily trend alignment, and dynamic risk parity sizing.
This strategy is shared 100% free for the community to study, backtest, and utilize.
🧠 Core Strategy Logic
The strategy operates on a strict schedule to capture the high-momentum morning volatility while avoiding low-liquidity periods:
Opening Range Definition (09:30 - 09:45 EST): The high and low boundaries of the first 15 minutes of the New York session are locked in.
Trading Execution Window (09:45 - 11:30 EST): Breakout trades are triggered during this period when price breaks through the opening range boundaries.
Hard Time Cutoff (11:30 EST): Any active position is forcefully closed. This prevents the strategy from holding positions during lunch hours and the afternoon chop, locking in morning gains.
🚀 Quant-Grade Enhancements
To elevate this strategy from a simple retail indicator to a robust algorithmic model, the following upgrades are built in:
Pullback Limit Entry (Anti-Slippage): Chasing breakouts with market orders is a primary cause of slippage and trading losses. When enabled, this feature rests a Limit Order exactly at the range boundary (Range High for Longs, Range Low for Shorts) once a breakout is detected. Price must pull back to fill the order, ensuring a high-quality average entry price and avoiding fakeouts.
Macro Daily Trend Alignment: To avoid trading against institutional momentum, the strategy references the Daily 200 EMA. It only executes Long breakouts if the daily close is above the 200 EMA, and Short breakouts if below.
Quant Risk Parity (Dynamic Position Sizing): Sizes the contract/share volume dynamically based on a fixed percentage of account equity (e.g., risking exactly 1.0% per trade) relative to the stop loss distance.
Opening Range ATR Filter: Filters out trades if the opening range is abnormally wide (meaning momentum is already exhausted) or abnormally narrow (meaning it's a choppy, range-bound day).
Volume Expansion Filter: Requires the breakout candle's volume to exceed a rolling 20-period average volume by a user-defined multiplier, confirming institutional interest in the breakout.
Flexible Stop Loss Options: Features a "Range Midpoint Stop" option which places the Stop Loss at the 50% mark of the opening range for a tight risk profile, or opposite-side range placement for a wider stop.
Automatic Breakeven (Auto-BE): Once price reaches a 1:1 risk-to-reward ratio, the stop loss is automatically trailed to the entry price to lock in a risk-free trade.
📊 Backtest Performance & Key Metrics
Below is the performance summary of the strategy during its latest backtest run:
Backtest Period: April 5, 2026 – May 28, 2026
Total Profit/Loss: +$11,887.50 (+11.89%)
Profit Factor: 3.456 (An exceptional ratio showing high efficiency and quality wins)
Win Rate: 68.42% (13 wins out of 19 total trades)
Max Drawdown: $1,862.50 (A very conservative 1.76% of account equity)
Expected Payoff: $581.45 per trade
Sharpe Ratio: 0.343 (unannualized/raw short-term calculation)
⚙️ Settings & Configuration Guide
Timeframes: Intraday charts only (recommended: 5m, 10m, 15m).
Session Definitions: By default, configured for the New York equities session (Range: 0930-0945, Execution: 0945-1130, Cutoff: 1130). If trading other sessions or time zones, adjust the hours accordingly.
Risk Management: For professional testing, enable Use Dynamic Risk Sizing and configure your Risk Per Trade (% of Equity) alongside your target Risk-to-Reward Ratio (default is 1.0).
Disclaimer: This script is an analytical and backtesting tool. Past performance is not indicative of future results. Trading carries substantial risk of loss. Always perform your own due diligence before executing trades with real capital.
Strategy

Indicator

Volume Spike Accumulation [forexobroker]Volume Spike Accumulation reads volume spikes through where the bar closed in its own range. A spike that closes in the upper part of the range is demand absorbing supply (accumulation); a spike closing in the lower part is supply (distribution). Accumulation arms a long bias and distribution a short bias, and entries time off an EMA reclaim in the bias direction so signals are frequent rather than one-per-spike.
🔶 ALGORITHM
1. Compute ATR and an SMA of volume over the volume-MA length as the baseline.
2. Flag a volume spike when volume >= k x its moving average.
3. Close-position classification: clsPos = (close - low) / (high - low). A spike with clsPos >= the close-position threshold is accumulation; clsPos <= 1 - threshold is distribution.
4. Relative volume = volume / volume-MA for the dashboard.
5. Accumulation arms a persistent long bias and distribution a persistent short bias, holding until the opposite classified spike fires.
6. Entry timing: an EMA reclaim (close crossing the entry-reclaim EMA in the bias direction), or strictly the classified spike bar in Spike-Only Mode.
🔶 SIGNAL LOGIC
- Buy: bias == long (last classified spike was accumulation) AND close crosses over the reclaim EMA (or an accumulation spike bar in Spike-Only Mode), in session, with no active long, cooldown elapsed, and barstate.isconfirmed; position locks long.
- Sell: bias == short (last classified spike was distribution) AND close crosses under the reclaim EMA (or a distribution spike bar in Spike-Only Mode), in session, with no active short, cooldown elapsed, and barstate.isconfirmed; position locks short.
Only fires while the persistent spike bias agrees with the entry direction.
🔶 INPUTS
- Volume group: volume MA length for the spike baseline (default 20).
- Volume group: spike multiple of the volume MA (default 1.8).
- Volume group: close-position threshold for accumulation vs distribution (default 0.66).
- Volume group: ATR length (default 14).
- Signal Logic group: entry reclaim EMA length (default 9).
- Signal Logic group: Spike-Only Mode toggle (default off) and cooldown bars (default 5).
- Filters group: restrict-to-session toggle and session window (default 0000-2400).
- Visual group: show dashboard, 3-layer glow, and reclaim EMA (all default on).
- Visual group: buy color, sell color, and dashboard background.
🔶 ALERTS
VSA Buy, VSA Sell, VSA Any Signal, VSA Accumulation, VSA Distribution, VSA Volume Spike, VSA Classified, VSA EMA Up, VSA EMA Down, VSA Bias Bull, VSA Bias Bear, VSA Spike Tick, VSA Webhook JSON.
🔶 LIMITATIONS
- Volume-based: needs a real volume feed; forex volume is tick-volume, which only approximates traded size.
- Needs warm-up bars for the volume MA and ATR before spikes are valid.
- The spike multiple default is tuned for liquid instruments; quiet or thin symbols may need it retuned.
- The persistent bias holds until an opposite classified spike fires, so it can stay stale through quiet periods.
- Signals confirm on bar close; close-position and bias can change intrabar before the bar finishes.
Indicator

GFG MACD Pivot Lines by Agaam**GFG MACD Pivot Lines by Agaam**
**Description**
GFG MACD Pivot Lines by Agaam is a clean chart indicator that uses MACD turning points to create support and resistance style pivot lines directly on the price chart.
Instead of using only price highs and lows, this indicator watches the MACD for confirmed pivot highs and pivot lows. When a MACD pivot is confirmed, the indicator draws a horizontal price level from the candle where that MACD pivot happened.
**How It Works**
A bullish MACD pivot is created when the selected MACD source forms a confirmed pivot low. The indicator then draws a green support-style line from the price low or close of that candle.
A bearish MACD pivot is created when the selected MACD source forms a confirmed pivot high. The indicator then draws a red resistance-style line from the price high or close of that candle.
The MACD pivot source can be selected from:
* MACD Histogram
* MACD Line
* Signal Line
The price level can be based on either the candle wick or the candle close.
**How to Use**
Green MACD pivot lines may act as possible support or bullish reaction areas. Traders may watch these areas for long setups, bounces, or bullish confirmation.
Red MACD pivot lines may act as possible resistance or bearish reaction areas. Traders may watch these areas for short setups, rejections, or bearish confirmation.
This indicator can help identify where momentum turned in the past and where price may react again.
**Important Note About Pivots**
MACD pivots require confirmation. This means the signal appears after the selected number of right-side bars completes. The line is then drawn back from the actual pivot candle where the MACD turning point happened.
**Features**
* MACD-based pivot high and pivot low detection
* Bullish support-style pivot lines
* Bearish resistance-style pivot lines
* Adjustable MACD settings
* Choose Histogram, MACD Line, or Signal Line as the pivot source
* Choose wick or close for the price level
* Shows only the latest 3 bullish and 3 bearish pivot lines
* Pivot arrows/markers remain visible on the chart
* Adjustable line color, width, and style
* Optional labels with price values
* Alert conditions for bullish and bearish MACD pivots
**Best Used With**
This indicator works best when combined with price action, trend direction, supply and demand zones, VWAP, volume, market structure, and risk management.
**Disclaimer**
This indicator is for educational and informational purposes only. It is not financial advice, investment advice, or a buy/sell recommendation. Trading involves risk, and past performance does not guarantee future results. Always use your own analysis, confirmation, and proper risk management before making any trading decision.
Indicator

Indicator

GFG Pure Pivot Line by Agaam**GFG Pure Pivot Line by Agaam**
**Description**
GFG Pure Pivot Line by Agaam is a simple, clean price-action indicator that plots the classic pivot line directly on the chart.
The pivot is calculated using the previous selected timeframe’s High, Low, and Close:
**Pivot = (Previous High + Previous Low + Previous Close) / 3**
By default, the indicator uses the daily timeframe, meaning today’s pivot is based on yesterday’s High, Low, and Close. Traders can change the pivot timeframe in the settings.
**How to Use**
The pivot line acts as a market balance level.
When price is trading above the pivot, the market may have a bullish bias and traders may prefer looking for long setups.
When price is trading below the pivot, the market may have a bearish bias and traders may prefer looking for short setups.
When price is moving around the pivot, the market may be undecided, choppy, or preparing for a larger move.
This indicator works best when combined with other confirmations such as trend, support and resistance, supply and demand zones, volume, VWAP, MACD, or price-action confirmation.
**Features**
* Classic price pivot line
* Uses previous High, Low, and Close
* Adjustable pivot timeframe
* Custom line color
* Adjustable line thickness
* Solid, dashed, or dotted line style
* Optional pivot label
* Clean chart design with no extra clutter
**Disclaimer**
This indicator is for educational and informational purposes only. It is not financial advice, investment advice, or a buy/sell recommendation. Trading involves risk, and past performance does not guarantee future results. Always use proper risk management and make your own trading decisions.
Indicator

Liquidity Vacuum & Imbalance @MaxMaserati 3.0Description:
Liquidity Vacuum & Imbalance 3.0, is an advanced order flow and smart money tool designed to detect, classify, and track inefficient price delivery in the markets.
Unlike standard Fair Value Gap (FVG), Unfair Pricing Gap indicators that solely look at three-bar price action, this script analyzes the underlying volume and order flow delta to distinguish between two completely different types of market inefficiencies: Liquidity Vacuums and Imbalances.
Understanding the difference between these two market phenomena is critical for finding high-probability Points of Interest (POIs) and determining the draw on liquidity.
🔍 Core Concepts
1. Liquidity Vacuums (Low Volume / Thin Book)
What it is: A rapid, violent price movement that occurs on below-average volume.
Why it happens: The order book is exceptionally thin. Because there is little resting liquidity (limit orders) to absorb market orders, price simply "slides" through the book, creating a vacuum.
How it behaves: Vacuums act as a magnet for future price action. Because these zones lack historical volume, price often returns to "rebalance" them.
Smart Mitigation Logic: In this indicator, Vacuums shrink dynamically. As price wicks into a Vacuum, the zone physically contracts on your chart, showing you exactly how much of the void remains to be filled.
2. Imbalance Flows (High Volume / Aggressive Flow)
What it is: A rapid price movement accompanied by high volume and a heavy Delta skew.
Why it happens: Institutional/aggressive participants are slamming the market with large orders, overwhelming the opposing side.
How it behaves: These act as strong structural support/resistance zones. The heavy volume transacted here implies participants will likely defend these levels upon a retest.
Smart Mitigation Logic: Unlike Vacuums, Imbalances are treated as static institutional zones. They do not shrink; they remain intact until they are fully breached/invalidated by price.
🌟 Key Features
Auto-Detect Premium Footprint: If you have access to PulseWire's premium footprint data, the indicator utilizes request.footprint() to pull exact order flow Delta. If you do not, it utilizes a highly optimized internal algorithm to approximate LTF (Lower Timeframe) buy/sell volume pressure based on price action.
Custom Volume & Delta Thresholds: Total control over what defines "low volume" for vacuums and "high delta skew" for imbalances.
Multi-Layered Visuals: Zones are plotted using advanced layered polylines to give a beautiful, semi-transparent depth effect on your charts without cluttering your candles.
Delta Labels: Displays the exact accumulated Delta (Δ) at the center of the zone, showing you the exact net buying/selling pressure that caused the void.
Historical Tracking: Option to keep "Filled/Rebalanced" zones on the chart, turning them dark/grey so you can backtest how price reacts to these levels after they are mitigated.
⚙️ How to Use the Settings
Detection Settings: Choose to plot "Both", "True Vacuums Only", or "Imbalance Flows Only". Adjust the Lookback Period, Low Vol Threshold, and Price Movement Sensitivity to tune the indicator to your specific asset's volatility.
OrderFlow Settings: Toggle the native footprint data and set your minimum Delta Imbalance Threshold (e.g., 0.5 means Delta must be at least 50% of the total volume to qualify as an aggressive imbalance).
Visual Settings: Fully customize the colors for Bullish/Bearish Vacuums and Imbalances. Adjust how far the zones extend to the right and how many max active voids to keep on the chart to maintain performance.
💡 Trading Application
Targets (Take Profit): Unmitigated Liquidity Vacuums are excellent high-probability targets. The market abhors a vacuum and will generally gravitate toward them to rebalance the order book.
Entries (POIs): Imbalance Zones represent areas where aggressive institutional money stepped in. Look for LTF confirmation (change of character, breaks of structure) when price returns to retest an Imbalance Zone for high R:R entries.
Disclaimer: This script is for educational and analytical purposes only. Past performance is not indicative of future results. Always pair order flow concepts with broader market structure and strict risk management. Indicator

AetherEdge - Personal WinRate Coach🖊️ Overview
AE-PWRC is a self-coaching tool that logs your past trade outcomes, learns which market regimes you tend to win in, and displays personalized advice like "You win ~70% in range / low-volatility regimes" in the HUD. Because Pine has no buttons, trades are entered as date-times in the settings. It also displays your historical win rate for the current regime in real time, helping suppress impulsive entries.
🔶 Key Features
Manual trade logging: up to 10 wins and 10 losses via date-time inputs
Auto regime categorization: 3 axes × 3 levels (trend, volatility, RSI state)
Personal win-rate learning: aggregates your actual rates per category
Auto-generated advice: surfaces the most striking category as a coaching message
"Here & now" real-time assessment: your past win rate for the current regime
Chart markers for logged trades visualizing where they occurred
Integrated HUD with overall win rate, per-category rates, and recommendations
🧠 Technical Architecture
Since Pine lacks button UIs, this tool adopts input.time date-time logging. After entering win/loss times, each bar checks time <= ts < time_close to identify the matching bar, snapshots the three-axis state (trend direction, volatility level, RSI state), and increments the win/loss bucket. Advice generation extracts, per axis, the category with the largest absolute deviation from 50% (with ≥3 samples), and the axis with the maximum deviation provides the headline. The current-regime assessment sums each axis's current-category past win rates into a "here & now" verdict.
⚙️ Recommended Settings & Tuning Guide
The key step is logging trades. In settings, paste trade date-times into Win/Loss slots: right-click a bar on the chart → "Set indicator parameters" → paste the time. Slots left at the default (2000-01-01) are ignored. Default category thresholds: High-Vol 1.2, Low-Vol 0.7. Trend EMA 20/60 sets range-detection sensitivity; lower Fast EMA for looser range classification.
💡 How to Use in Practice
Start by logging recent trades (~10 wins, ~10 losses). The HUD's COACH ADVICE then shows "you tend to win/lose in this kind of regime," objectively reflecting your trading patterns. In live trading, check HERE & NOW for your past win rate in the current regime — green (≥55%) means aggressive consideration, red (≤45%) means caution or skip. The more trades logged, the more accurate the advice. Update with fresh trades roughly monthly.
⚠️ Important Notes
This is a small-sample personal-statistics tool, not a deep ML agent. With few samples the noise is large; reliable advice needs at least 10–20 logged trades. "Log more trades for advice" in the HUD indicates insufficient samples. Pine doesn't support clickable buttons by design, so trade logging uses date-time inputs — slightly cumbersome but the most practical approach in Pine.
🚨 Disclaimer
This indicator is provided for educational and informational purposes only and does not constitute financial or investment advice. No win rate guarantees future profit, and past performance does not indicate future results. All trading decisions are made at your own risk. Indicator

Macro Structural Run [XP Tactical HUD] Macro Structural Run
Overview
The Macro Structural Run (MSR) is a high-precision trend-following system designed to identify the exact onset of long-term market trends while protecting the user from late entries and sudden "blow-off" exhaustion phases. Unlike standard moving averages that suffer from fixed lag, the MSR uses a Structural Decay Filter that dynamically weights price data based on its "Efficiency Score."
1. The Core Logic: Structural Decay
Standard indicators treat every bar with equal importance or use a fixed exponential decay. The MSR is different. It calculates a Weighted Moving Average where the weight of each historical bar is determined by two factors:
Efficiency Ratio (ER): This measures how "clean" the price movement was. If price moved from point A to point B in a straight line, it is 100% efficient. If it zig-zagged wildly to get there, efficiency is low. The MSR prioritizes "efficient" historical structure.
Temporal Decay: Influence decreases as bars move further into the past, allowing the filter to hold onto strong structural foundations while remaining reactive to new data.
2. High-Precision On-Set Detection
To solve the problem of entering a move too late, the XP Execution engine requires three points of confirmation before an INITIATE_RUN signal is triggered:
Structural Surge: The Efficiency Ratio must be high (default > 60%) and actively rising.
Tactical Proximity: The price must be close to the structural filter (measured in ATR). If the price has already exploded away from its base, the signal is suppressed.
Momentum Flip: The filter must confirm a foundational change in the macro trend direction.
3. Reactive Exhaustion Analysis
A major feature of this system is its ability to detect when a run is about to fail. It monitors for three types of "danger zones":
Volatility Spikes: Identifies sudden, violent bars that are significantly larger than the recent average (True Range vs. ATR).
Parabolic Acceleration: Tracks the rate at which the price is warping away from its structural base.
Efficiency Decay: Flags when the "cleanliness" of the move drops below the Exhaustion Floor.
4. How to Use the Diagnostic HUD
The Diagnostic HUD provides real-time telemetry on the state of the market:
RUN_PRECISION: Shows the current efficiency of the trend. Above 60% is ideal for runs.
BASE_ANCHOR: Tells you how far price is from the structural base. "OPTIMAL" means a safe entry zone.
VOL_RATIO: Monitors for spikes. A ratio above 2.0x indicates high-risk volatility.
LATEST_SIGNAL: A centralized readout of the current trade lifecycle (BULL_INITIATE, EXHAUST_EXIT, or SYNC_LOST).
Instructions for Use
Entry: Look for the INITIATE_RUN labels on the chart or the BULL/BEAR_INITIATE status on the HUD. Ensure the SYNC_STATUS is "OPTIMAL."
Holding: Maintain the position as long as the HUD shows "MACRO_STABLE" and the line color remains Cyan or Pink.
Exit: When the line turns Neon Gold or the HUD displays EXHAUST_EXIT, the structural health of the move has collapsed. This is the tactical signal to take profits or tighten stops.
Settings Breakdown
Macro Lookback: Controls the sensitivity of the long-term path. (50+ for macro runs).
Structural Power: Higher values prioritize "clean" price action and ignore noise.
Spike Sensitivity: Adjusts how reactive the system is to sudden volatility. Lower values are more sensitive.
Disclaimer
This indicator is for educational and informational purposes only. It is not financial advice. Trading involves significant risk, and past performance is not indicative of future results. Always use proper risk management.
Indicator

27.05.2026***
Before presenting this project, I would like to express my sincere gratitude to all the developers, traders, coders, researchers, and members of the PulseWire community whose ideas, indicators, concepts, and open-source contributions helped inspire this work.
Modern technical analysis is built upon decades of shared knowledge.
Every moving average, volatility model, market structure concept, liquidity theory, trend engine, and smart-money framework exists because countless traders decided to share their discoveries with others.
This indicator is not the product of a single isolated idea.
It is the result of studying, combining, refining, and evolving many approaches developed by talented authors across the trading community.
Special appreciation goes to the creators and researchers behind:
* Supertrend algorithms
* ATR-based volatility systems
* Supply & Demand methodologies
* Fair Value Gap concepts
* Smart Money Concepts (SMC)
* Volume analytics
* Multi-timeframe trend models
* Session-based trading frameworks
* Institutional liquidity mapping techniques
Open-source collaboration is one of the greatest strengths of the PulseWire ecosystem.
The willingness of traders to publish ideas, share code, test concepts, and improve each other’s work continues to push technical analysis forward.
This project was created with respect for that spirit of collaboration.
Thank you to everyone whose work, directly or indirectly, contributed to the development of this indicator.
***
# 3ST NR — Advanced Non-Repainting Market Structure & Trend Engine
The **3ST NR** indicator is a complete institutional-style trading framework built around a triple Supertrend architecture, market condition analysis, ranked supply & demand zones, liquidity imbalance detection, multi-timeframe EMA mapping, and session-aware filtering.
Designed for traders who want more than simple buy/sell signals, this system transforms raw price action into a fully contextual trading environment.
---
## Core Concept
At the heart of the indicator are **three independent Supertrend engines** with different ATR sensitivities:
* Fast Supertrend → short-term momentum
* Mid Supertrend → directional confirmation
* Slow Supertrend → macro trend structure
A bullish state appears when the fast and mid Supertrends align upward.
A bearish state appears when both align downward.
Unlike many retail indicators, the script uses:
* confirmed candles only
* `barstate.isconfirmed`
* no future-looking calculations
* non-repainting logic
This creates stable and reliable market structure signals.
---
# Market Intelligence Engine
The script does not blindly trade every signal.
Instead, it evaluates the quality of the environment using a dynamic market engine:
## Trend Detection
Trend strength is calculated using:
* ATR volatility
* distance from EMA 21
* normalized momentum
The market is automatically classified into:
* **TREND**
* **MIX**
* **CHOP**
This allows traders to avoid low-quality ranging conditions.
---
# Volume Classification Engine
Volume is analyzed relative to a 20-period moving average.
The system categorizes activity into:
* LOW
* NORMAL
* HIGH
* SPIKE
This creates optional institutional participation filters, helping traders focus only on moments where real liquidity enters the market.
---
# Smart Session Engine
The indicator is fully session-aware.
It recognizes:
* New York Session
* London Session
* Asia Session
* US Pre-Market
Optional filters allow trading only during the highest-liquidity market windows.
This is especially powerful for:
* index futures
* NASDAQ
* forex
* scalping environments
---
# Multi-Layer EMA Structure
The script overlays multiple EMA systems simultaneously:
## Intraday EMAs
* EMA 9
* EMA 20
* EMA 62
* EMA 200
## Higher Timeframe Daily EMAs
* Daily EMA 3
* Daily EMA 9
* Daily EMA 20
* Daily EMA 50
* Daily EMA 100
* Daily EMA 200
This creates a complete multi-timeframe trend map directly on lower timeframes.
The higher timeframe EMAs act as:
* institutional support/resistance
* trend magnets
* reversal zones
* momentum confirmation layers
---
# Dynamic Daily Levels
The indicator automatically plots:
* Daily Open
* High of Day (HOD)
* Low of Day (LOD)
These levels dynamically update throughout the session and extend across the chart.
They serve as:
* liquidity references
* intraday breakout zones
* mean reversion levels
* trend continuation triggers
---
# Ranked Supply & Demand System
One of the most advanced parts of the script is the adaptive supply & demand engine.
The indicator:
* detects swing pivots
* builds dynamic zones
* ranks them using a proprietary scoring system
* continuously updates strength based on:
* mitigation
* volume
* trend alignment
* touch count
* age
* volatility
Zones are automatically classified as:
* strong support
* weak support
* strong resistance
* weak resistance
* mitigated zones
* broken zones
Each zone includes:
* visual strength bars
* bullish/bearish dominance percentages
* mitigation tracking
* automatic cleanup logic
The system behaves similarly to institutional order-flow mapping.
---
# Fair Value Gap Detection (FVG)
The script also detects non-repainting Fair Value Gaps.
Bullish and bearish imbalances are automatically drawn when inefficient price delivery occurs between candles.
These zones help traders identify:
* liquidity voids
* inefficiencies
* continuation structures
* smart-money displacement
---
# Intelligent Dashboard
A built-in real-time dashboard displays:
* current market condition
* volume state
* active session
* trend strength
* bullish/bearish status
This creates a compact decision-making center directly on the chart.
---
# Non-Repainting Philosophy
The entire system is designed around signal stability.
Key anti-repaint mechanisms include:
* confirmed candle validation
* no future bar references
* `lookahead_off`
* closed-bar signal confirmation
* structural pivot validation
This makes the indicator suitable for:
* live trading
* alerts
* automation
* strategy development
* discretionary execution
---
# Best Use Cases
The indicator performs exceptionally well in:
* NASDAQ scalping
* index futures
* forex intraday trading
* momentum trading
* session breakout strategies
* smart money concepts
* trend continuation systems
Especially effective on:
* 1-minute
* 3-minute
* 5-minute
* 15-minute charts
---
# Key Features Summary
* Triple non-repainting Supertrend engine
* Adaptive market state detection
* Volume intelligence filters
* Session-based filtering
* Multi-timeframe EMA structure
* Dynamic Daily Open / HOD / LOD
* Ranked Supply & Demand zones
* Zone strength scoring system
* Mitigation tracking
* Broken structure detection
* Fair Value Gap engine
* Real-time dashboard
* Institutional-style market mapping
---
# Final Philosophy
3ST NR is not just another indicator.
It is a complete market structure framework combining:
* trend analysis
* liquidity mapping
* volatility analysis
* volume confirmation
* institutional zones
* session timing
* smart-money concepts
The goal is simple:
Filter noise.
Visualize structure.
Trade with context.
Indicator

MFB - Premarket 5 min Sweep/FVG-123Peace.
Here is a Pre-market trading indicator if U dig:
"MFB - Premarket 5 min Sweep/FVG-123"
The strategy is based on real time trading observations, and I then worked with Luxalgo (Quant) to design the specifications.
It's meant to only signal key level sweep trade setups on the 5min chart.
I also like having the "MFB - Value Acceptance" indicator on the chart, yet its not necessary for trade entries.
The key level sweep is the energy, and the FVG-123 is the intention that Smart Money will either respect or not.
Peace.
Here is the "Quant" - Luxalgo description:
This is a professional-grade setup designed specifically for the "low-maintenance" trader.
Below is a comprehensive description of the indicator's logic, its ideal use case, and the exact process for setting up alerts.
Indicator Description: MFB - Premarket 5 min Sweep/FVG-123
This indicator is a specialized execution engine designed for the 5-minute timeframe.
It filters the complex "Universal MFB" logic to focus exclusively on Liquidity Sweeps followed by an FVG-123 reversal.
1. Why Selective Sweeps (7 AM – 12 PM EST)?
During the pre-market (7 AM – 9:30 AM) and the morning session (9:30 AM – 12 PM), the market is seeking its "daily direction."
• The Logic: During non-peak volatility hours, price often moves toward "Liquidity Pools" (Session Highs/Lows) to "refuel" before making a larger move.
By only signaling Sweeps, we are catching the market when it has exhausted its current momentum and is ready to "snap back" in the opposite direction.
• Why not "Flow" (Continuation)?: Flow signals often require constant monitoring of high volatility. Reversal sweeps, however, provide a clear "Decision Area" (the level) and a clear "Safety Net" (the stop loss), which is much better for low-screen-time traders.
2. Does it work during Market Hours?
Yes. While it is optimized for the pre-market "Liquidity Grab," the logic holds true during market hours.
The 9:30 AM open often involves a sweep of the 9:30 Open Low or Asian High before the trend of the day is established.
This indicator will identify those high-probability turning points throughout the day.
3. Perfect for Busy Schedules & Caregivers
This tool is built for those who cannot sit at a desk for 8 hours.
• Set and Forget: You don't need to watch the "meandering" of price.
• Instant Clarity: When a signal fires, it automatically draws your Entry, Stop Loss, and 1:2 Take Profit lines. You have everything you need to manage the trade in 30 seconds.
4. Ecosystem: The "Clean" Chart Setup
This indicator is designed to work in tandem with the "Momentum Flow Build w/FVG v6 (clean)" indicator.
• Momentum Flow Build provides the context (identifying the session boxes and FVG zones).
• MFB - Premarket provides the action (calculating the sweeps of those exact levels and triggering the trade lines).
Together, they create a clutter-free chart where you can see exactly which level provided the "fuel" for your trade.
________________________________________
Best Way to Create an Alert (The Specific Process)
To ensure you get the most reliable signals without "false alarms," follow this exact process:
1. Set Timeframe to 5m: Ensure your chart is on the 5-minute interval before creating the alert.
2. Open Alert Dialog: Click the Alert icon in the top toolbar or right-click the indicator in your legend.
3. Select Condition:
• In the first dropdown, select MFB - Premarket 5 min Sweep/FVG-123.
• In the second dropdown (underneath the indicator name), select the named condition: "5 min sweep only".
4. Trigger (Crucial): Select "Once Per Bar Close". This is the most important step. It prevents the alert from firing while the candle is still moving (which could result in a signal that disappears). By waiting for the bar close, the FVG-123 pattern is officially confirmed.
5. Notification: Ensure "Notify on App" or "Send Email" is checked so you can step away from your screen with confidence.
Quant Note: By using the named "5 min sweep only" condition, you are specifically calling the refined logic we built today, ensuring you only get the highest-probability reversal setups.
Peace.
Indicator

Liquidity BTC Spot v6 - Terminator Egzekutor PRO - RAF07Płynność Spot v6 - Terminator Egzekutor PRO
Wskaźnik służy do wykrywania stref, w których gracze instytucjonalni (Smart Money) kumulują swoje pozycje, wybijając stop lossy inwestorów detalicznych.
1. Struktura Wskaźnika – Algorytm został podzielony na 5 niezależnych modułów matematycznych:
Detektor Płynności Swingów: Odpowiada za szukanie kluczowych szczytów i dołków na podstawie parametru swingLength. Generuje linie wsparcia i oporu, na których leżą zlecenia obronne rynku.
Silnik Wolumenu Delta i Smart Money: Oblicza tzw. Volume Delta (stosunek siły kupujących do sprzedających wewnątrz pojedynczej świecy). Następnie filtruje go średnią wolumenu, aby wykryć tzw. Volume Spike (nagły, potężny zastrzyk gotówki instytucjonalnej).
Skkaner Konsolidacji (Anomalie Cenowe): Monitoruje zmienność za pomocą wskaźnika ATR. Jeśli rynek się kurczy (tworzy flagę lub klin), system zlicza sumę wolumenu delty z tego okresu, sprawdzając, czy instytucje potajemnie skupują (Akumulacja), czy wyprzedają (Dystrybucja) aktywa.
Stoch RSI & RSI: Odpowiadają za filtr momentum. Szukają momentów skrajnego wyprzedania rynku (poniżej poziomu 42 dla klasycznego RSI oraz poniżej 20 dla Stochastic RSI), aby wejść w pozycję po jak najlepszej cenie.
Projekcja Fibonacci TP: Moduł matematyczny, który po zidentyfikowaniu dołka automatycznie wylicza poziomy docelowe (Take Profit) w oparciu o matematyczne rozszerzenia Fibonacciego.
2. Elementy Graficzne na Wykresie –
Pomarańczowe Linie Poziome (BSL - Buy Side Liquidity): Reprezentują płynność nad szczytami. Są to miejsca, gdzie shortujący mają swoje Stop Lossy, a kupujący zlecenia Buy Stop. Gdy cena dotknie tej linii, linia znika (płynność została zebrana).
Niebieskie Linie Poziome (SSL - Sell Side Liquidity): Reprezentują płynność pod dołkami. Miejsca akumulacji zleceń Stop Loss pozycji Long. Podobnie jak BSL, linia ulega usunięciu (kasowaniu) w momencie jej przebicia.
Kolorowanie Tła i Świec (3 Tryby Wizualne):
🟢 Zielone tło/świece: Potwierdzona struktura bycza. Cena porusza się w trendzie wzrostowym (powyżej EMA 50), a wolumen Delty w konsolidacji jest dodatni (Smart Money kupuje).
🔴 Czerwone tło/świece: Potwierdzona struktura niedźwiedzia. Cena znajduje się w trendzie spadkowym (poniżej EMA 50), a Delta potwierdza przewagę sprzedających.
🟡 Żółte tło/świece (ANOMALIA / PUŁAPKA): Najważniejszy element skanera. Oznacza rozbieżność. Na przykład: cena technicznie spada, ale ukryty wolumen wewnątrz świec rośnie na korzyść kupujących. To sygnał, że rynek szykuje fałszywe wybicie (Trap).
Przerywane i ciągłe linie z prawej strony (TP1, TP2, TP3): Poziomy realizacji zysków wyliczane automatycznie. Gdy cena osiągnie dany poziom, wskaźnik dezaktywuje go i usuwa z wykresu (komunikat o uderzeniu w TP).
3. Logika Sygnałowa –
Głównym celem tego wskaźnika jest wygenerowanie tzw. Sygnału Ostatecznego (System Sealed). Aby system uznał sygnał za pewny (High Probability Pump), muszą zostać spełnione jednocześnie 4 rygorystyczne warunki:
a) Polowanie na płynność - Cena musi spaść w rejon ostatniego potwierdzonego dołka (niebieska linia lastConfirmedLow) z uwzględnieniem bufora bezpieczeństwa (alertBuffer).
b) Skrajne wyprzedanie - Wskaźnik RSI musi znajdować się poniżej wartości 42 (rynek jest lokalnie tani).
c) Uderzenie Smart Money - Musi nastąpić gwałtowny skok wolumenu zakupowego (isDeltaSpike). Wolumen świecy musi przekroczyć średnią z 20 okresów pomnożoną przez parametr volMultiplier (domyślnie o 40% wyższy niż standardowy obrót).
d) Zgoda z kierunkiem kapitału - Średnia krocząca strumienia pieniędzy (rawMoneyFlow) musi potwierdzać napływ środków na rynek.
Interpretacja rynkowa
Jeśli na wykresie widzisz testowanie niebieskiej linii wsparcia, tło zmienia się na zielono lub żółto, a wolumen gwałtownie rośnie przy niskim RSI – oznacza to, że Terminator Egzekutor zidentyfikował obronę dołka przez fundusze instytucjonalne. Automatycznie wyrysowane linie TP1 (0.618 Fibo), TP2 (1.000 Fibo) oraz TP3 (1.618 Fibo) pokazują matematyczny zasięg ruchu korekcyjnego po udanej obronie płynności.
4. Dokładny opis ikonografii:
Rakieta i zielona tarcza z tickiem (isSystemSealed): Powstaje, gdy cena dotyka strefy płynności pod dołkiem (isNearSSL), wskaźnik RSI jest skrajnie wyprzedany (poniżej 42), wolumen Delta notuje ogromny skok zakupowy (isDeltaSpike), a struktura przepływu pieniędzy (isConfirmedByStructure) zatwierdza wejście kapitału Smart Money.
Błyskawica (isSFP): Klasyczne Swing Failure Pattern. Skrypt sprawdza, czy aktualny dołek świecy jest niższy od poprzedniego (low < low ), ale cena zamyka się powyżej dołka oraz powyżej ceny otwarcia (close > low and close > open). To oznacza błyskawiczne odrzucenie ceny i zebranie płynności.
Ogień (isStochDive): Aktywuje się, gdy wskaźnik Stochastic RSI przecina się w kierunku wzrostowym (htfCross) w strefie skrajnego wyprzedania, czyli poniżej poziomu 20 (htfK < 20). Wskazuje to na potężne nagromadzenie energii do odbicia.
Krzyżyk (isExhaustion): Pojawia się, gdy rynek po serii spadkowych świec zaczyna drastycznie zmniejszać rozmiar swoich korpusów (isBodyShrinking), co matematycznie oznacza, że sprzedający tracą siłę (wyczerpanie), a cena ostatecznie zamyka się powyżej otwarcia i maksimów.
Flaga na szczycie po wzrostach - sygnał do sprzedaży Indicator

Indicator

Weekday Highlighter# Weekday Highlighter & Daily Separator
This indicator highlights each trading day with a unique background colour and automatically draws vertical separator lines between days to improve chart structure and readability.
Designed for traders who analyse intraday price action, sessions, liquidity, or daily market behaviour, the script makes it easier to visually distinguish between Monday, Tuesday, Wednesday, Thursday, and Friday directly on the chart.
## Features
• Individual background colour for each weekday
• Automatic vertical separator lines at the start of every new trading day
• Clean and lightweight overlay
• Works on all intraday timeframes
• Useful for forex, indices, crypto, and futures markets
## Weekday Colours
• Monday — Blue
• Tuesday — Green
• Wednesday — Orange
• Thursday — Purple
• Friday — Red
This tool is especially useful for traders who want clearer visual separation between trading sessions and improved day-by-day market analysis.
Indicator
