Indicator
Vwaps
VWAP Intraday, Weekly, MonthlyA clean, professional implementation of three anchored VWAPs — Intraday, Weekly and Monthly — with standard deviation bands, cloud fills and candle coloring. Built for futures, stocks and forex traders who use VWAP as a core part of their analysis.
━━━━━━━━━━━━━━━━━━━━━━━━
WHAT IS VWAP?
━━━━━━━━━━━━━━━━━━━━━━━━
Volume Weighted Average Price is the most widely referenced intraday benchmark used by institutional traders, market makers and algorithms. It represents the average price at which all volume has transacted over a given period. Price above VWAP is generally considered bullish, price below is bearish. The standard deviation bands show statistical distance from fair value — the further price extends from VWAP, the more extended and mean-reversion prone the move becomes.
━━━━━━━━━━━━━━━━━━━━━━━━
FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━
▶ Intraday VWAP — resets each session. Band 1 and Band 2 with optional cloud fill.
▶ Weekly VWAP — resets each week. Band 1 and Band 2 with optional cloud fill.
▶ Monthly VWAP — resets each month, correctly anchored to the first session of the calendar month. Band 1 and Band 2 with optional cloud fill.
▶ Candle Coloring — green when price closes above Intraday Band 1, red when below. Neutral inside the bands.
▶ Multiple Anchors — Globex (18:00 ET, best for NQ/ES futures), Midnight (stocks and forex), Market Open (9:30 ET RTH), London session (03:00 ET) and Asia session.
▶ Source Selection — HLC3 (typical price, institutional standard), Close, HL2 or OHLC4.
━━━━━━━━━━━━━━━━━━━━━━━━
HOW TO USE
━━━━━━━━━━━━━━━━━━━━━━━━
Futures traders (NQ, ES, MNQ): use Globex anchor. This anchors VWAP to the 18:00 ET session open, matching institutional platforms like Sierra Chart and Bookmap.
Stock traders: use Midnight or Market Open anchor depending on your preference.
Forex traders: use Midnight anchor for a standard daily reset.
Band 1 (1.0 std dev) is the primary level. Price rejecting from Band 1 and reversing toward VWAP is one of the most reliable setups in VWAP trading. Price closing outside Band 1 signals a strong directional move. Band 2 (2.0 std dev) marks extended moves where mean reversion is statistically more likely.
Weekly and Monthly VWAPs act as macro support and resistance levels. Price above both is a bullish macro structure. Price between them shows a transitional zone. Price below both is bearish.
━━━━━━━━━━━━━━━━━━━━━━━━
SETTINGS
━━━━━━━━━━━━━━━━━━━━━━━━
All colors, opacity and line thickness are adjustable by clicking each color swatch — the popup includes color, opacity, thickness and line style in one place.
Each band's standard deviation multiplier is adjustable. The default 1.0 and 2.0 are the most commonly used values but some traders prefer 1.5 / 2.5 depending on their instrument and style.
━━━━━━━━━━━━━━━━━━━━━━━━
NOTES
━━━━━━━━━━━━━━━━━━━━━━━━
- Works on any timeframe and any instrument with volume data.
- For accurate Globex VWAP on NQ/ES, ensure your chart data includes the overnight session.
- Monthly VWAP is anchored to the first Globex session of each calendar month, not midnight of the 1st — this matches the institutional convention for futures.
Indicator
Trend Master Bundle (5x EMA, DEMA & VWAP) | MouryaThe Trend Master Bundle is a comprehensive, trend-following utility designed to visualize perfect moving average alignment and volume-weighted momentum. By integrating multiple exponential moving averages, a double exponential moving average, and standard deviation VWAP bands, this tool provides a clear, quantitative view of both macro trend direction and intraday mean-reversion zones.
The "Perfect Alignment" Strategy
The core algorithmic logic of this indicator detects strict momentum states where the moving averages fan out in a specific sequence:
Extremely Bullish: Identified when the current price sits above the moving averages, and the MAs are stacked in strict ascending order: 5 EMA > 10 EMA > 20 EMA > 50 EMA > 100 DEMA > 200 EMA. This structural alignment indicates a dominant uptrend.
Extremely Bearish: Identified when the price remains below the moving averages, and they are stacked in descending order: 5 EMA < 10 EMA < 20 EMA < 50 EMA < 100 DEMA < 200 EMA.
Core Indicator Components
5x Exponential Moving Averages: Standard institutional lengths (5, 10, 20, 50, 200) serve as dynamic support and resistance layers.
100-Period DEMA: The Double Exponential Moving Average is utilized to reduce the lag inherent in standard EMAs. It reacts faster to price changes, serving as a highly responsive lead indicator for mid-to-long-term trend transitions.
VWAP with Standard Deviation Bands: The anchored Volume Weighted Average Price calculates the asset's true fair value based on volume and price. The surrounding standard deviation bands help measure market volatility and extension.
Upgraded Visual Features
End-of-Line Tracking Labels: Dynamic text labels automatically track the most recent candle, floating the name of each specific moving average (e.g., "EMA 50", "VWAP") directly at the end of its respective line for instant visual identification.
Dynamic Premium Dashboard: A sleek, non-intrusive dark-mode widget provides a real-time readout of the current trend state (Extremely Bullish, Extremely Bearish, or Neutral) and lists the exact current price values for all active moving averages.
Full Customisation: Every MA length, colour, VWAP anchor, and UI element can be toggled or adjusted via the indicator settings menu to suit individual charting preferences.
Practical Application
Trend Confirmation: Traders can use the dashboard to ensure they are trading in the direction of the dominant momentum.
Pullback Entries: During a confirmed "Extremely Bullish" or "Extremely Bearish" state, the 20 EMA and VWAP baseline often act as areas of interest for trend-continuation setups.
Mean Reversion: Price interaction with the outer VWAP standard deviation bands (Bands #2 and #3) can signal statistically overextended market conditions, helping identify potential exhaustion points or mean-reversion opportunities.
Indicator
Anchored VWAP Pro#Anchored VWAP Pro
by: MasterTonyTA
## What it does
VERY SIMPLE MARK TOPS MARK BOTTOMS- SUPPORT AND RESISTANCE SHOWN
ANCHORED VWAP SHOWS YOU IMPORTANT LEVELS TO KEEP AN EYE TO FLIP, REJECT, OR HOLD
Two anchored VWAPs (top and bottom) with **color memory** — each line stays colored while holding as S/R, turns gray when broken — plus **real-time triangles** marking every wick rejection at the top and bounce at the bottom. Anchors can be set manually via the date/time input in settings, or dragged directly on the chart for fast experimentation.
---
## How it's calculated
**VWAP** (close-based, cumulative from anchor):
```
VWAP = Σ(close × volume) / Σ(volume)
```
Starts at the user-selected anchor bar and accumulates forward.
**Color logic:**
- **Top VWAP** — red while `close < VWAP` (resistance holding), gray when `close > VWAP` (broken)
- **Bottom VWAP** — green while `close > VWAP` (support holding), gray when `close < VWAP` (broken)
**Triangles** (wick-based, fires same bar):
- **🔻 Top Rejection** — `high ≥ Top VWAP` and `close < Top VWAP`
- **🔺 Bottom Bounce** — `low ≤ Bottom VWAP` and `close > Bottom VWAP`
---
## How to trade with it
1. **Anchor the top** to a major swing high — the red line is dynamic resistance from that pivot.
2. **Anchor the bottom** to a major swing low — the green line is dynamic support from that pivot.
3. **Read the state:**
- Red top + green bottom = price inside a dynamic channel, fade the edges
- Top turns gray = resistance broken, look for retest as new support
- Bottom turns gray = support broken, look for retest as new resistance
4. **Trade the triangles:**
- 🔻 = short the rejection, stop above the wick
- 🔺 = long the bounce, stop below the wick
Best anchors are pivots that already matter — major highs, major lows, capitulation candles. Drag the anchor to test different points; the right one is where price clearly respects the line.
---
Indicator
Adaptive Swing Matrix | MouryaThis indicator provides a Multi-Timeframe (MTF) table matrix designed to display the real-time states of several standard momentum and trend indicators across 11 user-defined timeframes simultaneously.
The primary purpose of this script is to consolidate chart real estate. By organizing MTF data into a single table, it allows users to monitor higher-timeframe trends and oscillator states without needing to continuously switch chart intervals or clutter their screen with multiple lower panes.
Indicator Logic & Components:
This matrix tracks the following standard indicators across the user's chosen timeframes:
Trend (EMA Crossover): Evaluates a fast EMA crossing a medium or slow EMA, filtered by a macro 200-period baseline EMA.
RSI (Relative Strength Index): Displays the current RSI value, color-coded based on user-defined breakout/breakdown thresholds.
MFI (Money Flow Index): Displays volume-weighted momentum.
ADX (Average Directional Index): Evaluates trend strength to filter out sideways consolidation periods.
MACD (Moving Average Convergence Divergence): Evaluates the relationship between the MACD line and the Signal line relative to the zero-line. The matrix uses the following acronyms to display the exact MACD state:
AZPCO: Above Zero, Positive Crossover (MACD is > 0 and MACD > Signal)
AZNCO: Above Zero, Negative Crossover (MACD is > 0 and MACD < Signal)
BZPCO: Below Zero, Positive Crossover (MACD is < 0 and MACD > Signal)
BZNCO: Below Zero, Negative Crossover (MACD is < 0 and MACD < Signal)
VWAP (Volume Weighted Average Price): Displays the current VWAP value and highlights if the closing price is currently holding above or below the baseline.
NASDAQ:INTC Matrix Features:
Customizable Timeframes: Users are not restricted to default intervals. You can input custom minute, hour, day, week, or month intervals for all 11 rows via the settings menu.
Overall Consensus Score: The bottom row of the table evaluates a 7-timeframe core grouping. If a strict majority of these selected timeframes share the same trend direction, it outputs a unified directional signal.
Visual Chart Overlays: Users can optionally enable the EMA lines and VWAP bands on their main chart. These visual elements have been strictly segregated in the indicator's Style tab for easy toggling.
All backend settings—including lengths, source data, and trigger thresholds for the RSI, MFI, and ADX—are fully unlocked in the inputs menu for personal customisation.
Indicator
Smooths VWAP SuiteTitle: Smooth's VWAP Suite: Advanced Futures Context & Filtered Signals
Description:
Overview & Purpose
Smooth's VWAP Suite is a comprehensive volume-weighted average price toolkit engineered specifically for futures traders (e.g., NQ, ES).
The primary justification for combining these specific elements—Daily VWAP, Standard Deviation Bands, Session AVWAPs (Overnight, RTH, Weekly), and dynamic signals—into a single script is to solve the problem of "context fragmentation." Futures markets respect multiple volume anchors simultaneously. Rather than cluttering a chart with five individual, unlinked indicators, this suite unites micro (intraday) and macro (weekly) volume levels into one cohesive map. Furthermore, it introduces a custom "Current Day Only" filter mathematically anchored to the 18:00 EST futures open, fixing the common issue where standard indicators rely on the midnight calendar-day rollover.
How It Works: Underlying Concepts & Logic
This script calculates the Volume-Weighted Average Price by maintaining a cumulative running total of Price × Volume, divided by Total Volume.
Session AVWAPs & Previous Day: The script calculates distinct VWAPs based on specific time anchors. It automatically tracks the Weekly open, the Regular Trading Hours (RTH) open, and the Overnight (OVN) session. It also statically plots the Previous Day's closing VWAP value, acting as a critical pivot for the current session.
Standard Deviation Variance: The bands surrounding the Daily VWAP are calculated using the mathematical square root of volume-weighted variance. This provides dynamic, mathematically sound support and resistance zones based on current market volatility, plotted at user-defined multipliers (defaulting to 1.0, 2.0, and 3.0 SD).
Signal Engine & EMA Filter: The built-in signals are not basic crossovers. To prevent false signals in chopping ranging markets, the script requires an EMA (Exponential Moving Average) directional filter to confirm the trend.
Reversal/Cross Signals: Trigger when price straddles the VWAP, closes on the opposite side, is aligned with the EMA slope, and is positioned correctly relative to the Weekly VWAP.
Continuation Signals: Trigger when price pushes into a Standard Deviation band (e.g., SD 1 or SD 2) and actively rejects it, closing back toward the trend direction while maintaining the EMA slope.
How Traders Can Use It
This suite is designed for trend identification, mean-reversion targeting, and precise entry confirmation.
Macro Context Alignment: Use the Weekly and Previous Day VWAP lines to determine the broader bias. If the current Daily VWAP is trading above both, the macro trend is bullish.
Mean Reversion: When price extends into the SD 2 or SD 3 bands, the asset is statistically overextended based on current volume. Traders can look for price action weakness at these extremes to target a reversion back to the Daily VWAP (the mean).
Signal Execution: Utilize the script's visual markers (Arrows/Triangles) for entry confirmations. A bullish signal firing after a bounce off the lower SD 1 band, while the Daily VWAP remains above the Weekly VWAP, offers a high-probability continuation setup.
Chart Decluttering: For active day traders, toggle the "Current Day Only" setting. This utilizes custom logic to sever all historical visual data prior to the exact 18:00 EST futures anchor, keeping your screen entirely focused on the current session's price action.
Customization
Every element is modular. Traders can toggle specific bands, adjust standard deviation multipliers, change the EMA filter length for signals, and customize the visual offsets of the price labels to fit their specific screen layout.
Indicator
VWAP DELTA🇬🇧 ENGLISH
VWAP DELTA is a Volume Weighted Average Price that uses delta volume magnitude as its weighting factor instead of total volume. Unlike a standard VWAP — where every bar contributes proportionally to its raw volume — VWAP DELTA gives more weight to bars where buyers or sellers clearly dominated, and less weight to bars where volume was balanced between both sides. The result is a price level that better reflects where the market agreed during high-conviction moves.
HOW IT WORKS:
Delta volume is estimated from each candle's shape by splitting volume between buyers and sellers using the high-low range. Bars that close near the high have high buy delta; bars that close near the low have high sell delta. The VWAP is then computed weighting each price by the absolute value of its delta, so only directional pressure counts.
COMPONENTS:
1. Delta Volume — Estimated as: Buy Vol = Volume × (Close − Low) / (High − Low), Sell Vol = Volume × (High − Close) / (High − Low). Delta = Buy Vol − Sell Vol.
2. VWAP Delta — Formula: Sum(HLC3 × |Delta|) / Sum(|Delta|), anchored and reset at each new period (Session, Week, Month, Quarter or Year).
3. Standard Deviation Bands — Delta-weighted variance bands above and below the VWAP Delta, showing price extension during high-conviction moves. Useful as dynamic support and resistance zones.
4. Dynamic Color — The line turns teal when cumulative session delta is positive (buyers dominating the strong moves) and red when negative (sellers dominating). At a glance you know which side has been more active in the meaningful bars of the session.
USE CASES:
• Confirm the direction of "active money" — price above VWAP Delta means high-conviction moves were bullish.
• Filter false signals — balanced-volume candles barely move the indicator, reducing noise.
• Spot divergences — price rising but VWAP Delta lagging or falling signals a rally with weak buying conviction.
• Intraday bias — color tells you who dominated the strong bars of the session without reading order flow tools.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🇪🇸 ESPAÑOL
VWAP DELTA es un Precio Medio Ponderado por Volumen que usa la magnitud del volumen delta como factor de ponderación en lugar del volumen total. A diferencia del VWAP estándar — donde cada vela contribuye de forma proporcional a su volumen bruto — VWAP DELTA otorga más peso a las velas donde compradores o vendedores dominaron claramente, y menos peso a las velas donde el volumen estuvo equilibrado entre ambos lados. El resultado es un nivel de precio que refleja mejor dónde acordó el mercado durante los movimientos de alta convicción.
CÓMO FUNCIONA:
El volumen delta se estima a partir de la forma de cada vela dividiendo el volumen entre compradores y vendedores usando el rango high-low. Las velas que cierran cerca del máximo tienen alto delta comprador; las que cierran cerca del mínimo tienen alto delta vendedor. El VWAP se calcula ponderando cada precio por el valor absoluto de su delta, de modo que sólo cuenta la presión direccional.
COMPONENTES:
1. Volumen Delta — Estimado como: Vol Comprador = Volumen × (Close − Low) / (High − Low), Vol Vendedor = Volumen × (High − Close) / (High − Low). Delta = Vol Comprador − Vol Vendedor.
2. VWAP Delta — Fórmula: Sum(HLC3 × |Delta|) / Sum(|Delta|), anclado y reiniciado en cada nuevo período (Sesión, Semana, Mes, Trimestre o Año).
3. Bandas de Desviación Estándar — Bandas de varianza ponderada por delta por encima y por debajo del VWAP Delta, que muestran la extensión del precio durante movimientos de alta convicción. Útiles como zonas dinámicas de soporte y resistencia.
4. Color Dinámico — La línea se muestra en verde azulado cuando el delta neto de la sesión es positivo (compradores dominando los movimientos fuertes) y en rojo cuando es negativo (vendedores dominando). De un vistazo sabes qué lado ha sido más activo en las velas importantes de la sesión.
CASOS DE USO:
• Confirmar la dirección del "dinero activo" — precio por encima del VWAP Delta significa que los movimientos de alta convicción fueron alcistas.
• Filtrar señales falsas — las velas de volumen equilibrado apenas mueven el indicador, reduciendo el ruido.
• Detectar divergencias — precio subiendo pero VWAP Delta plano o bajando señala un rally sin convicción compradora real.
• Sesgo intradiario — el color indica quién dominó las velas importantes de la sesión sin necesidad de herramientas de order flow.
Indicator
Northsea Auction Map [JOAT]Northsea Auction Map
Introduction
Northsea Auction Map is an open-source auction-style overlay that builds a rolling or session-anchored profile directly on the chart. It estimates where business has been conducted, where value is concentrated, where activity is thin, and how price is positioned relative to that structure.
The problem this script solves is that directional tools alone do not explain where the market is accepting price and where it is rejecting price. Auction context is useful because trend and reversal behavior both depend on where price is trading relative to value. Northsea uses a configurable anchor, builds a profile histogram, derives value area and point of control, approximates delta bias, and summarizes that information in a clean on-chart framework.
Core Concepts
1. Session or Rolling Anchoring
The script can build its auction map from a live session anchor or from a fixed rolling window. That allows it to serve both intraday session analysis and broader window-based contextual analysis. Session anchoring can use exchange-aware timing or an explicit timezone selection so the profile starts from the intended session definition.
2. Profile Row Construction
The chosen anchor range is divided into configurable price rows. Each eligible bar contributes volume into those rows, producing a simplified volume-at-price map. The widest concentration becomes the point of control, while the surrounding rows are expanded outward until the configured percentage of activity defines the value area.
3. Point of Control and Value Area
Northsea calculates:
POC: the highest-activity row
VAH: the upper boundary of the selected value area
VAL: the lower boundary of the selected value area
These levels are drawn forward on the chart so users can quickly see whether price is trading inside accepted value or outside it.
4. Delta Bias and Node Logic
The script derives a directional participation proxy and combines it with profile concentration to estimate whether the current map leans more bid-dominant, offer-dominant, or balanced. It also classifies high-value nodes and low-value nodes using row-level z-score logic so pockets of acceptance and low-participation gaps stand out.
5. Anchored VWAP and Range Context
An anchored VWAP and session range lines are drawn alongside the profile. This gives the user both price-distribution context and mean-location context in the same overlay.
Features
Two anchoring modes: Session Anchor and Rolling Window
Flexible session timezone handling: Supports exchange-aware or explicit timezone session anchoring
Configurable profile density: Adjustable lookback, row count, width, and offset
POC and value area: Automatically derived and extended on the chart
HVN and LVN identification: Highlights acceptance nodes and thin areas
Anchored VWAP: Adds a fair-value style reference line
Session range guides: High, low, and midpoint lines
Delta bias proxy: Adds directional auction context
Dashboard summary: Anchor bars, range, POC/VWAP, value area, delta bias, location, and balance metrics
Input Parameters
Anchoring:
Anchor Mode
Session Window
Session Timezone
Profile Lookback
Profile Rows
Value Area Percentage
Layout:
Right Offset
Profile Width
Session Range toggle
Anchored VWAP toggle
Profile Labels toggle
Node Summary toggle
Node Logic:
High-Value Node Z
Low-Value Node Z
Node Transparency
POC Highlight toggle
Value Area Highlight toggle
How to Use This Indicator
Step 1: Locate Price Relative to Value
If price is trading inside the value area, the market is operating near accepted value. If price is outside value and not returning quickly, the market may be discovering a new area.
Step 2: Compare POC With VWAP
The relationship between POC and anchored VWAP can help show whether the bulk of business and the weighted mean price are clustered together or diverging.
Step 3: Watch HVNs and LVNs
High-value nodes often behave like acceptance shelves. Low-value nodes often behave like traversal zones where price moves more quickly. These are not guaranteed reactions, but they are useful structural references.
Step 4: Use the Delta Bias as Context, Not Certainty
The delta bias proxy helps describe whether the current map is leaning more bid-side or offer-side. It should be read as auction context rather than treated as direct order-book truth.
Indicator Limitations
The script approximates auction structure from bar data and does not reconstruct true exchange-level volume at every traded price
Profile interpretation depends on the selected anchor; different anchors can produce different maps
Thinly traded instruments may generate unstable row distributions
Node thresholds are model-based and may require tuning by instrument
Originality Statement
Northsea Auction Map is original in the way it combines anchored profiling, value-area construction, node classification, delta bias estimation, and anchored VWAP into one restrained overlay. The goal is not to duplicate a platform-native profile panel, but to provide a configurable auction context tool that can travel with the chart and integrate directly with other analytical layers.
Disclaimer
This script is provided for educational and informational purposes only. It is not financial advice. Profile levels and node classifications are derived from historical bar data and model assumptions, so they can differ from full exchange or footprint tools. Use independent judgment and risk management.
Indicator
P3 Power Price & Money Flow Extremes Don’t Trade the Move. Understand It.
P3 Power is a simple tool built to help you recognize when the market is in an extreme condition.
It combines two components:
• %R (blue) → measures how far price has stretched
• MFI (green) → shows whether money is actually behind the move
When both align, something important is happening. That doesn’t mean buy or sell — it means pay attention.
HOW I USE IT
This is not an entry indicator. It is a decision filter.
I use it to answer:
• Is price stretched?
• Is money confirming the move?
• Is this expansion or exhaustion?
When both are at extremes, the market is in a high-energy state. From there, I rely on structure and location.
USING WITH VWAP
This is where it becomes powerful.
• Extreme + far from VWAP → often reversion
• Extreme + holding VWAP bands → often continuation
• Extreme + VWAP rejection → strong reaction potential
P3 Power tells you when something matters. VWAP helps decide what to do.
MULTI-TIMEFRAME USE
You can run %R and MFI on different timeframes.
Examples to test:
• Same timeframe → precise timing
• Lower TF %R + higher TF MFI → early signal + confirmation
• Higher TF MFI → larger exhaustion zones
This is where the tool opens up — but it requires backtesting.
IMPORTANT
This indicator does NOT provide entry or exit signals.
If you trade every extreme, you will get run over.
Extremes can mean:
• reversal
• continuation
• or nothing
Use this with structure, VWAP, and your own rules.
This tool is built to help you understand conditions — not chase signals.
Indicator
Moon VWAPMoon VWAP (MAVWAP) overlays anchored VWAP (AVWAP) segments that reset on calendar-based anchors you choose—primarily every New Moon (and optionally Full Moon), plus optional anchors for Mercury retrograde start, Venus retrograde start, Total Lunar Eclipse (TLE), Total Solar Eclipse (TSE), and a regime-flip anchor derived from your scripted eclipse rules.
What you get
Lunar markers: New Moon and Full Moon events (UTC), with styling options including August New Moon emphasis and optional ±day background tint around New Moons.
Retrograde context: Mercury (and optional Venus) retrograde start/end markers, optional in-span shading, optional shadow shading, and optional “open at Rx start” reference.
Eclipse markers: Total (and optional partial) lunar/solar eclipse marks.
Optional regime backdrop: Background tinting for a lunar-cycle vs solar-cycle interpretation (user-configurable rules in the inputs).
AVWAP suite: Separate toggles/colors for VWAP segments anchored to the events above—useful for tracking how price behaves from each anchor forward.
How to use
Pick which anchors matter for your process (most users start with New Moon AVWAP).
Choose marker style (emoji-only vs vertical lines) for a cleaner chart.
If something looks off vs your reference almanac, confirm the underlying UTC tables against your preferred astronomical source—this tool is for visual context, not a guarantee of timing precision on every feed.
Disclaimer: For education and research only. Not financial advice. Past performance does not guarantee future results. Astronomical/astrological cycle overlays are discretionary; verify critical dates independently.
Indicator
CryptoEdge ProFree indicator — dynamic bands and BUY/SELL signals.
BUY when price bounces from lower band
SELL when price rejects from upper band
Works BTCUSD ETHUSD 4H OR 1H
Alerts included
By CryptoFX Edge
--- PriceFlow Pro coming soon ---
Indicator
Recent IPO VWAP (<= 4yrs)CREDITS TO VENU FOR THE IDEA
X: x.com
IPO Anchored VWAP with 4-Year Age Filter
Overview
This script automatically plots an Anchored VWAP (AVWAP) starting from the very first bar of data (IPO) for any given ticker. To maintain clean charts and focus on relevant high-growth names, the indicator features a built-in logic gate that only displays the line if the stock's trading history is 4 years or less.
Why use this?
For many trend traders (following methodologies like CAN SLIM or Mark Minervini’s Trend Template), the IPO VWAP represents the ultimate "institutional average cost basis." However, manually anchoring this on every new chart is tedious.
This script solves two problems:
Automation: It finds the IPO bar instantly without manual clicking.
Decluttering: It automatically hides itself on "legacy" stocks (like AAPL or MSFT) where the IPO anchor is no longer technically relevant for short-to-medium term trading.
Key Features
Auto-Anchor: Dynamically calculates bar_index == 0 to find the start of trading.
Age Filter: Uses a time-based calculation to ensure the line only plots on companies that IPO'd within the last 4 years (approx. 1,461 days).
Lightweight: Minimal Pine Script footprint for fast chart loading.
How to use
Simply add the script to your chart. When you flip through your watchlist:
Recent IPOs (under 4 years): You will see the red AVWAP line.
Established Stocks (over 4 years): The chart will remain clean and the line will be hidden.
Indicator
SFP Trend & VWAP Liquidity Pro [Zofesu]SFP Trend & VWAP Liquidity Pro is an overlay indicator that combines three concepts into a unified liquidity sweep detection system: Swing Failure Pattern detection, real-time swing high/low liquidity tracking, and dual independent trend filtering via VWAP or MA.
The three components are interdependent — SFP signals are only valid when the sweep direction aligns with both trend filters. Without the filters, SFP signals are too frequent and unreliable. Without the SFP engine, the filters alone are standard trend tools. The combination produces high-probability reversal entries at institutional liquidity levels.
─────────────────────────────────────
01 — What is STVL Pro?
─────────────────────────────────────
STVL Pro detects Swing Failure Patterns (SFP) — moments when price sweeps beyond a prior swing high or low, trapping breakout traders, then closes back inside the range. These are classic institutional liquidity grabs at known stop-loss clusters.
The indicator tracks the most recent swing high and low in real time, draws them as horizontal liquidity lines, and fires a BULL or BEAR SFP label only when:
— A liquidity sweep is detected AND
— Both trend filters confirm the reversal direction
─────────────────────────────────────
02 — Why This Combination?
─────────────────────────────────────
SFP patterns occur at all swing highs and lows — most are low quality. The dual VWAP/MA filter solves this by requiring the sweep to occur in a context where institutional bias supports the reversal.
Example: A bullish SFP (sweep below swing low, close back above) is only labeled if price is also above both Filter A and Filter B. This confirms the sweep happened in a bullish macro context — not against the institutional trend.
This filtering approach significantly reduces false signals compared to raw SFP detection.
─────────────────────────────────────
03 — SFP Engine
─────────────────────────────────────
The script tracks market structure using a configurable Swing Lookback Period (default 150 bars).
Bullish SFP conditions:
— Current low < last swing low
— Current close > last swing low
— Previous low > last swing low (first bar to breach)
Bearish SFP conditions:
— Current high > last swing high
— Current close < last swing high
— Previous high < last swing high (first bar to breach)
This three-condition check ensures only clean, confirmed sweeps trigger — not extended wicks or multi-bar breaches.
─────────────────────────────────────
04 — Dual Trend Filter (Filter A & B)
─────────────────────────────────────
Two independent filters run simultaneously. Each can be set to:
VWAP — Anchored to Session, Week, Month, or Year.
HMA — Hull Moving Average for smooth trend detection.
EMA — Exponential MA for faster trend response.
SMA — Simple MA for clean institutional levels.
Off — Disable filter for raw SFP tracking.
Default: Both filters set to VWAP (Session anchor).
Filter A length: 2000 | Filter B length: 5000
The two filters use different sensitivities intentionally — Filter A is faster, Filter B is slower. A signal requires both to agree, providing multi-scale trend confirmation.
─────────────────────────────────────
05 — Visuals
─────────────────────────────────────
BULL SFP label (green) — bullish sweep confirmed by both filters
BEAR SFP label (red) — bearish sweep confirmed by both filters
Upper Liquidity Line (red) — current swing high being monitored
Lower Liquidity Line (green) — current swing low being monitored
Filter A line — color changes based on price position relative to filter
Filter B line — color changes based on price position relative to filter
─────────────────────────────────────
06 — Settings
─────────────────────────────────────
Filter A / B Type — VWAP, HMA, EMA, SMA, or Off
Filter A / B Length — smoothing period when using MA types
VWAP Reset (Anchor) — Session, Week, Month, Year, None
Swing Lookback Period — default 150 bars
For scalping: reduce Lookback to 50–75, use Session VWAP.
For swing trading: keep 150+ lookback, use Month or Year VWAP anchor.
─────────────────────────────────────
07 — How To Use
─────────────────────────────────────
Step 1 — Monitor the red and green liquidity lines
These represent the current swing high and low being watched.
Step 2 — Watch for a sweep
Price moves beyond the line — this is the potential SFP forming.
Step 3 — Wait for the label
BULL or BEAR SFP label appears only on confirmed close back inside the range with both filters aligned. Do not anticipate — wait for the closed candle.
Step 4 — Enter on the next candle
The label appears on the sweep candle after close. Entry is on the opening of the next candle with SL beyond the sweep wick.
Works on all asset classes: Indices, Forex, Gold, Oil, Crypto.
Best timeframes: H1, H4, D1.
Indicator
Daily + Anchored VWAP**Daily VWAP + Anchored VWAP (RTH / Full Session Toggle)**
This script provides a clean and reliable implementation of Daily VWAP along with an Anchored VWAP, designed to behave consistently across different session types and chart settings.
The Daily VWAP automatically resets each day based on the selected mode. In RTH mode, it resets on the first regular-session bar and only includes regular trading hours. In Full Session mode, it resets on the first bar of the day and includes all available price data. The calculation uses a proper cumulative price × volume divided by volume approach, ensuring accuracy with no gaps or delayed starts on the opening candle.
The script includes a historical display control that allows switching between showing only the current trading day or displaying a configurable number of previous trading days. The “today only” mode is handled using chart-based date detection, which avoids the common issues seen in other VWAP scripts where the first bars of the session are incorrectly excluded.
An Anchored VWAP is also included, which starts from the first session bar of a user-defined number of trading days back and accumulates forward to the present. This anchored VWAP operates independently from the daily VWAP visibility settings and remains stable regardless of whether historical display is enabled or not.
A session toggle allows switching between RTH-only behavior and full-session behavior. This setting applies consistently to both the Daily VWAP and Anchored VWAP, making it easy to compare how price interacts with VWAP under different session definitions.
This script is designed to avoid common VWAP issues such as incorrect start points, broken “today only” filtering, and inconsistent handling of extended hours. The logic separates reset conditions, accumulation, and display filtering to ensure stable and predictable output.
This tool is useful for intraday trading, tracking institutional positioning, anchoring VWAP to recent sessions, and analyzing price behavior across different session types.
Anchored VWAP requires sufficient historical data on the chart to include the selected anchor start point. Behavior may vary slightly depending on the symbol’s session definition and chart settings.
Built for precision and reliability, with a focus on correct behavior in real trading conditions.
Indicator
Alien The Bayesian Follower [by Oberlunar] Alien The Bayesian Follower 👁⭐
— Bayesian Gating Filter by Oberlunar
Alien The Bayesian Follower by Oberlunar is a permission layer for execution engines. At its core sits a conjugate Bayesian update that continuously revises the expected edge of each trading cell as live evidence accumulates, and automatically disables cells whose edge has decayed. Empirically, for most of the time, when a long/short gate is active, the price goes in the opposite direction or straight in the trend. Use it at 30 m, with lower TF at 15 m and trade on pullbacks.
The state space is built by crossing three fixed methodologies: a 5-class daily Regime Classifier built on Kaufman Efficiency Ratio, lag-1 autocorrelation of returns, and ATR ratio; a Dragon momentum composite aggregating EMA, RSI, MACD, and TRIX into 5 buckets; and a Pulsar flow composite aggregating OBV, CVD, and price-vs-flow divergences into 5 buckets. The full 5×5 Dragon × Pulsar grid is evaluated only inside the MIXED regime, where four specific bucket combinations carry a statistically significant edge after Bonferroni correction across all 25 cells.
The four surviving cells correspond to two long setups and two short setups. The strongest long edge sits at the intersection of strong bullish momentum and still-neutral flow — the pre-alignment phase where price has turned but order flow hasn't fully confirmed. Full alignment between momentum and flow tends to mark exhaustion. The same asymmetry holds in reverse for the short cells.
Each surviving cell carries a Normal prior representing its expected edge and the uncertainty around it. The Bayesian engine is the heart of the indicator: as the script runs, every walk-forward observation matching a cell updates that cell's prior through a conjugate Normal-Normal step, producing a posterior that shrinks prior and live evidence together via precision weighting. When live samples are few, the posterior stays close to the prior, and the cell relies on its original estimate. When live samples accumulate, the posterior tracks reality and the original prior fades.
Each cell is then assigned a status based on its posterior credible interval. **BORN** means not enough live data yet. **OK** means the credible interval excludes zero with the expected sign and the magnitude remains close to the prior. **DRIFT** means the sign is still correct, but the edge has weakened substantially. **DEAD** means the credible interval includes zero, or the sign has inverted — the cell has lost its edge and is automatically blocked from firing. This is the core defensive feature: strategies decay, and when one of the four cells decays, the Bayesian engine stops trusting it without any manual intervention.
Alerts in strict mode restrict firing to primary cells only (±2).
Permissive mode allows secondary cells (±1) as well.
The dashboard shows the live state of all four cells side by side: prior, posterior with credible interval, sample count, and status. Everything else — the cyberpunk palette, the segmented trend wedges in stay-out zones, the optional alien mascot rotating to follow the local trend — is visual feedback layered on top of the same Bayesian rule.
Enjoy,
By Oberlunar 👁⭐
Indicator
Tactical Deviation MiniTactical Deviation Mini is an overlay indicator that shows up to three independent higher-timeframe VWAPs on one chart—1-hour, 4-hour, and 8-hour—each with 1σ, 2σ, and 3σ standard-deviation bands. By default, only the 4-hour VWAP and its bands are enabled; 1H and 8H are optional toggles. This keeps the chart readable while still letting you stack contexts when you want them.
Why it is useful
Many traders watch where price sits relative to VWAP and to volatility-sized bands across intraday structure. This script puts those references on the same pane as your execution timeframe, so you can compare alignment across 1H / 4H / 8H without switching charts. Optional band fills separate the 1σ–2σ and 2σ–3σ zones. An optional table summarizes sigma distance from VWAP (per enabled timeframe) and RSI(14) on the current bar for quick context.
How it works (concepts)
For each enabled timeframe, the script maintains a running volume-weighted mean of hlc3 and a running volume-weighted second moment so it can derive population-style variance and standard deviation on the fly. When a new bar opens on that higher timeframe, the cumulative sums reset, so each VWAP is anchored to that higher timeframe’s bar sequence (not to the chart’s session template unless your symbol’s bars happen to match that). Band width is standard deviation × your chosen multipliers (defaults 1, 2, 3).
Optional “dynamic” mode
When enabled, the script scales the deviation multipliers using recent volatility (ATR relative to price) so bands can widen in more volatile conditions and narrow in calmer ones. This is a heuristic adjustment, not a guarantee of any particular risk or outcome.
How to use it
Enable the timeframe(s) you want under Timeframe Selection.
Adjust σ multipliers if you want tighter or wider bands.
Toggle Show Deviation Clouds and opacity if you want filled zones.
Use Colors to separate 1H / 4H / 8H visually.
Read the table (if visible) for σ from VWAP and RSI; treat these as context, not instructions.
What this script does not do
It does not plot buy/sell markers, strategy orders, or alerts. It does not rank setups, predict direction, or estimate profitability. Past or hypothetical behavior of VWAP or bands does not imply future results.
Limitations and honesty
VWAP and σ bands depend on volume and bar data available on your symbol and timeframe. On some instruments or sessions, volume or bar construction may differ from what you expect, which affects VWAP and bands. RSI in the table is a standard momentum oscillator shown for reference only.
Disclaimer
This tool is for informational and educational purposes only and is not investment, tax, or trading advice. You are responsible for how you use any charting tool. No warranty is made as to accuracy, fitness, or results.
Indicator
Key Level SuiteKey Level Suite is a comprehensive label indicator that displays the most important price levels directly on your chart — always anchored to the right edge so they stay out of your price action and are easy to read at a glance.
Instead of drawing horizontal lines across the entire chart, Key Levels renders clean, minimal text labels at each price level. When multiple levels converge within a configurable threshold, they are automatically merged into a single label showing all contributing names (e.g. wVWAP | mH | pdVAH), making confluences immediately visible without any manual work.
📌 Levels Included
🔹 VWAP & Value Area (VAH / VAL)
Session VWAP with one standard-deviation bands for Daily, Weekly, Monthly, Quarterly, and Yearly periods.
🔹 Previous VWAP & Value Area
The final VWAP, VAH, and VAL from the completed prior session — Daily through Yearly.
🔹 Rolling VWAP & Value Area
Volume-weighted average price over rolling windows of 1, 7, 30, 90, and 365 days, each with its own VAH/VAL band.
🔹 Highs & Lows
Current and previous session high/low for all five periods.
🔹 Opens
Session open price for Daily, Weekly, Monthly, Quarterly, and Yearly.
🔹 EMA (10 slots)
Up to 10 exponential moving averages with independently configurable length and timeframe per slot. Leave the timeframe blank to use the chart timeframe.
⚙️ Settings
Style
Choose label text size: Tiny, Small, Normal, or Large.
Colors
Individual color pickers for each timeframe group — Daily, Weekly, Monthly, Quarterly, Yearly — plus separate colors for High/Low, Open, and EMA labels. All current, previous, and rolling levels of the same timeframe share one color, making it immediately clear which timeframe a level belongs to.
Merge
Enable or disable automatic label merging and set the proximity threshold as a percentage. Levels within this distance of each other are combined into a single label listing all contributing names — no more overlapping text at confluence zones.
VWAP / Previous VWAP / Rolling VWAP / Statics / EMA
Every individual level and group can be toggled on or off independently, so you only see what is relevant to your trading style.
Indicator
VWAP DominionVWAP Dominion is a complete VWAP framework designed to show not just where price is, but how price is behaving around value.
Instead of a single VWAP line, this script builds a full decision-making system around it:
multiple anchor modes (session, HTF, rolling, and auto swing-based)
adaptive bands using volatility or dispersion
automatic high/low response VWAPs
delta-informed signals (with safe fallback when data is limited)
confluence-based bias and stretch detection
The goal is simple:
help traders understand acceptance, rejection, and extension around value, in real time.
How it helps
Trend clarity: Identify when price is holding above/below VWAP vs reverting
Better entries: Spot reclaim and rejection points with context
Avoid chasing: Stretch logic highlights when moves are extended
Structure awareness: Swing-based VWAPs show hidden support/resistance
Key features
Multi-mode VWAP (Session, Weekly, Monthly, Rolling, Auto Swing)
Dynamic bands (standard deviation or ATR-based)
Auto-detected swing anchors for reaction tracking
Optional intrabar delta approximation for participation context
Smart signals: reclaim, rejection, and fade conditions
Clean state panel showing bias, stretch, and confluence
Fully customizable visuals with optimized default settings
How to use
Use VWAP as your value reference
Watch how price behaves around it, not just crosses it
Combine state + bands + signals to judge trade quality
Focus on acceptance (continuation) vs failure (reversal)
Works best on liquid instruments.
Notes
This script is designed for decision support, not prediction.
All signals depend on price behavior and may vary across markets and conditions.
Indicator
Golden Pocket Syndicate Mini (GPSM)This indicator is an overlay toolkit that combines multi-timeframe Golden Pocket-style zones (Fibonacci-derived ranges between user-defined high/low ratios), optional GP-anchored VWAPs that reset when price interacts with the matching zone, and a confluence framework with optional visuals (signals, divergences, order-block-style markers, sweeps, trails). It is intended to help traders see where higher-timeframe ranges and optional filters overlap on the chart—not to automate trading or promise outcomes.
What it does
Pulls prior completed higher-timeframe highs/lows via request.security() and derives upper/lower pocket levels from your fib inputs.
Plots pocket bands (and fills where used) for the timeframes you enable.
Optionally plots volume-weighted averages anchored to touches of the corresponding pocket.
Combines user-toggled filters into a confluence score and optional bull/bear markers; all signal logic can be turned off in settings.
How to use
Open settings, enable only the pocket timeframes and visuals you need. Adjust fib inputs, touch tolerance, and filter groups to match your process. If you use alerts, treat them as notifications only—confirm every trade in your own plan.
Important limitations
This is not financial, investment, or tax advice. Markets involve risk; past or hypothetical chart behavior does not guarantee future results.
Higher-timeframe data and request.security() behavior depend on symbol, session, and chart timeframe. Validate outputs on your instruments before relying on them.
Scripts cannot execute orders; you are responsible for compliance, sizing, and risk.
Companion
For separate 1H / 4H / 8H pocket bands (to reduce plot limits when combined with heavy scripts), use the author’s “Golden Pocket Syndicate mini” (GPSM) publication if offered.
Golden Pocket Syndicate mini (GPSM) — public description
Use this in the publication description field (English first).
GPSM is a lightweight companion overlay focused on 1-hour, 4-hour, and 8-hour Golden Pocket-style zones: two fib ratios applied to the prior completed bar’s range on each timeframe, with optional filled bands and optional GP-anchored VWAPs (off by default) that reset when price touches the matching pocket. The 1-hour band can optionally switch color using a simple prior closed 1H close vs EMA rule so you can see a regime-style split at a glance.
What it does
Uses request.security() on "60", "240", and "480" minute timeframes with the same prior-bar anchoring idea as the author’s main GPS Pro script.
Keeps the script small so it can run alongside heavier indicators without hitting Pine’s plot limits as quickly.
How to use
Add it to your chart, toggle 1H/4H/8H zones and fills, then optionally enable individual VWAPs. Match fib settings to your main workflow if you use GPS Pro on the same chart.
Important limitations
Not financial advice. No performance or profitability claims. Past chart behavior does not predict future prices.
HTF behavior varies by symbol and session (especially 8H). Confirm levels on your market.
You are solely responsible for trading decisions and risk.
Relationship to GPS Pro
GPSM does not duplicate the full confluence, SMC filters, or alerts stack from GPS Pro; it is meant as a focused HTF pocket + optional VWAP add-on.
Indicator
Master Indicator Templatemultiple indicators in 1 spot
9, 21, 34, 50 EMA
200 and 400 SMA
open price
ORB 15m
vwap
Indicator
OpenFrame Range MapOpenFrame Range Map is an intraday opening-range framework built for traders who want more than a basic session box.
Instead of only plotting the first range of the session, this script turns that range into a structured map for the rest of the day. It measures the opening range, plots its internal levels, builds expansion targets from the completed range, tracks session VWAP, and then monitors how price behaves after the range is finished.
The default setup is based on an Asian-session workflow in UTC :
Opening Range Window: 0000-0100
Trading Session Window: 0000-0900
Both can be changed from the settings, so the script can also be adapted to London, New York, or any custom intraday session.
Why use this indicator
Many opening-range tools stop at plotting a high and a low. That is useful, but often incomplete.
This script is designed for traders who want to answer questions like:
Is today’s opening range relatively small or already stretched?
Is price accepting above the range, rejecting it, or staying trapped inside it?
Where are the next objective expansion levels once the range is complete?
Is post-range movement happening with clean session structure or not?
How is price behaving relative to the session VWAP after the opening range is established?
The goal is not to predict the future. The goal is to give intraday traders a cleaner structure for context, bias, and target mapping once the first range of the session is known.
What makes this script different
This script is not just an opening-range box.
It combines several components into one workflow:
Opening Range Structure
Range high
Range low
Midpoint
25% and 75% internal levels
Optional opening-range box
Expansion Target Ladder
0.5x
1.0x
1.5x
2.0x
optional custom multiplier
Session VWAP
A custom session VWAP that resets at the start of the selected trading session, instead of relying only on a generic daily reset
Range Quality Classification
The completed opening range is compared against confirmed daily ATR context
This helps classify the day as Compressed, Balanced, or Expanded
Post-Range Behavior Tracking
Bullish acceptance above the completed range
Bearish acceptance below the completed range
Optional first retest markers after acceptance
So the script is not only about drawing levels. It is also about helping traders read what happens after the range is built.
How it works:
During the selected Opening Range Window, the script builds the range high and range low.
While the range is forming, the dashboard shows Building.
When the window ends, the range is locked.
The script then calculates:
midpoint
quartiles
expansion targets
range size relative to confirmed daily ATR
During the selected Trading Session Window, the script monitors whether price accepts above or below the completed range.
If enabled, it also marks the first clean retest of the broken range boundary.
How to use it
A common workflow is:
Wait for the opening range to complete
Observe the range size and quality classification
Watch whether price remains inside the range or accepts outside it
Use the target ladder as objective reference levels
Use session VWAP as an extra intraday context layer
Use acceptance and retest markers as structure events, not as guaranteed outcomes
Default session logic:
The script defaults to an Asian-session intraday structure in UTC, but the sessions are fully editable.
This script works best on intraday charts.
Higher timeframes can still display the levels, but the intended use is intraday session analysis.
Important limitations
This is not a prediction engine
It does not guarantee profitable outcomes
Acceptance and retest markers are structure events, not certainty signals
Session choice matters and can significantly change behavior
Opening-range logic is most useful on intraday charts
Summary
OpenFrame Range Map is built for traders who want to turn the first part of a session into a usable framework for the rest of the day.
It helps answer:
how large the session range is
whether the day started compressed or expanded
whether price is accepting outside the range
where objective expansion levels sit
how price behaves around the session VWAP after the range is complete
That makes it more than a simple session box and more useful as a daily intraday structure map.
Indicator
VWAP Mean Reversion Strategy Range Bound Forex RSI Volume### 🔷 Overview
VWAP Mean Reversion Strategy v6 is a systematic intraday trading model designed specifically for **range-bound forex markets**, where price oscillates around a fair value rather than trending.
The strategy leverages a **custom rolling VWAP (volume-weighted mean)** combined with deviation bands to identify statistically stretched price conditions and execute mean-reversion trades.
---
### ⚙️ Core Logic
This strategy operates on three key principles:
**1. VWAP-Based Mean Reversion**
* Uses a rolling VWAP (not session VWAP) as dynamic equilibrium
* Constructs deviation bands using volume-weighted absolute deviation
* Trades occur when price deviates significantly from fair value
**2. RSI Confirmation Filter**
* Long trades: RSI below oversold threshold
* Short trades: RSI above overbought threshold
* Helps avoid premature entries
**3. Volume Exhaustion Filter**
* Avoids trades during abnormal volume spikes
* Filters out potential breakout conditions (non-mean-reverting environments)
---
### 📊 Entry Conditions
**🔽 Long Setup**
* Price crosses below Lower Band (2σ deviation)
* RSI confirms oversold condition
* No extreme volume spike
**🔼 Short Setup**
* Price crosses above Upper Band (2σ deviation)
* RSI confirms overbought condition
* No extreme volume spike
---
### 🎯 Exit Logic
* **Take Profit:** Return to VWAP (mean reversion target)
* **Stop Loss:** Fixed % risk from entry price
* Designed for **high-probability, small-edge trades**
---
### 💱 Best Use Case (Forex Focus)
This strategy performs best in:
* **Range-bound currency pairs** (e.g., EUR/USD, GBP/USD, USD/JPY)
* **Low to moderate volatility sessions**
* **Non-trending market phases**
Avoid during:
* High-impact news events
* Strong directional trends
* Breakout environments
---
### ⚠️ Strategy Profile
* Type: Mean Reversion
* Market Condition: Sideways / Consolidation
* Frequency: Moderate to High
* Risk: Tight stops, frequent trades
---
### 🧠 Notes
* VWAP length controls sensitivity (shorter = faster signals)
* RSI thresholds can be tightened for higher precision
* Volume filter is critical to avoid false reversals
---
### 📌 Disclaimer
This strategy is for educational and research purposes only.
Not financial advice. Always validate with forward testing and proper risk management.
---
### 🔖 Credits
Concept based on VWAP mean reversion principles and statistical deviation modeling.
Customized into a systematic trading framework for forex markets.
Strategy
QuantFlow: Precision Fibonacci VWAPQuantFlow: Precision Fibonacci VWAP is a professional-grade institutional trading suite designed for traders who demand quantitative precision. By merging MIDAS (Multidaily Institutional Digital Analysis Support) volume-weighting with Gaussian statistical probability and Fibonacci expansion theory, this indicator provides a comprehensive map of market structure, volatility, and high-probability reversal zones.
█ The Quantitative Core
At the heart of QuantFlow Precison is a sophisticated calculation engine that goes beyond standard moving averages.
MIDAS Engine: Instead of a simple VWAP, QuantFlow Precision utilizes the MIDAS approach, calculating cumulative volume-weighted price from a specific "Anchor Point." This reveals the true average price where institutional orders are concentrated.
Adaptive Anchoring: The "Auto" mode intelligently detects your chart's timeframe to provide the most relevant anchor:
Scalping (1m–15m): Resets Daily to capture intraday liquidity flows.
Intraday (15m–1h): Resets Weekly to identify the current week's "Fair Value."
Swing (Daily+): Resets Monthly or Yearly for long-term trend benchmarks.
█ Strategic Volatility Bands
QuantFlow Precision generates 6 levels of Fibonacci-weighted bands based on volume-weighted standard deviation. These bands act as dynamic support and resistance that expand and contract with market volatility.
Inner Bands (Levels 1-2): Define the "Equilibrium Zone." Price remaining here indicates a ranging market or consolidation.
Expansion Bands (Levels 3-4): Represent confirmed trend momentum.
Extreme Bands (Levels 5-6): These are the 1.0 and 1.618 Fibonacci extensions. When price reaches these levels, it is entering a "statistical extreme," often preceding a sharp mean-reversion.
█ Gaussian Probability Dashboard
The real-time information table provides a professional "heads-up display" (HUD) of current market statistics:
Z-Score Analysis: Measures how many standard deviations the price has moved away from the mean. A Z-Score > 2.0 indicates a move that occurs less than 5% of the time, signaling a potential reversal.
Reversion Probability: Uses the 68-95-99.7 rule to estimate the statistical likelihood of price returning to the VWAP. When the probability hits 99%, the market is at a historical breaking point.
Distance %: Displays the exact percentage gap between current price and "Fair Value."
█ Visual Intelligence System
QuantFlow Precision is designed for high-speed decision-making with a high-contrast UI:
Fluor Green Candles: Confirmed bullish momentum (Price > Upper Fib 1).
Fluor Red Candles: Confirmed bearish momentum (Price < Lower Fib 1).
Grey Candles: Market is in "No-Man's Land" (Ranging within Fib 1/2).
Crossover Stars (★): Tiny star markers appear the moment price reclaims or loses the VWAP line, signaling an immediate shift in institutional control.
Extreme Sparkle Markers (✦): These high-contrast markers trigger when the price pierces the Level 6 (1.618) Fibonacci band. They represent statistical "exhaustion" points where the market has moved into the most extreme 1% of volatility, signaling a high-probability reversal zone.
Target Labels: Every Fibonacci level is labeled on the right side of the chart with its specific level and current price.
█ Trading Applications
The Scalper: Uses the Daily Auto Anchor to trade mean-reversions at the Level 6 sparkle (✦) markers during high-volatility sessions.
The Trend Trader: Enters on a Fluor Green/Red candle change and uses the MIDAS VWAP as a dynamic trailing stop.
The Swing Trader: Sets a Manual Anchor Date on a major news event (e.g., FOMC or Earnings) to track the long-term institutional volume profile.
This indicator is intended for educational and informational purposes only and should not be considered financial advice. Trading involves significant risk, and you should consult with a financial advisor before making any trading decisions. The performance of this indicator is not guaranteed, and past results do not predict future performance. Use at your own risk.
Indicator























