EMA Confluence Detector — Execution Coach HUDEMA Confluence Detector using 5 confluences volume, candle, candles, Ema and delta
Volume
SerenitySerenity: Find Serenity in Market Chaos
Every trader starts somewhere, often diving headfirst into the markets with charts cluttered by layers of lines, oscillators, and signals. It's easy to get caught up testing one approach after another—adding more tools, tweaking strategies, chasing the latest idea that promises clarity. The cycle repeats: overload the setup, second-guess every move, switch things up when results don't click right away. Over time, it becomes clear that jumping between setups rarely builds the consistency needed to navigate the ups and downs.
That's where the idea for Serenity came from—a way to step back from the noise and focus on a structured approach that encourages sticking to a plan and building consistency.
Built on the philosophy that no single perspective captures the full picture, Serenity offers two complementary views—Skye and Shade—to provide a more rounded interpretation of the market. Serenity’s logic builds on core market concepts—trend, momentum, and volume—combining them through carefully structured conditions that work across multiple timeframes. By focusing on where these elements align, it highlights key moments in the market while filtering out noise, providing clear and meaningful visual cues for analysis.
Skye focuses on faster-moving trends and momentum shifts, highlighting potential opportunities with a riskier, more agile approach. Shade takes a more conservative stance, emphasizing broader confirmations through volume and market structure. By integrating multiple timeframes and carefully crafted conditions, Serenity identifies key moments where price action, momentum, and market strength converge. Whether you're a scalper chasing quick moves, a day trader riding intraday waves, or a swing trader eyeing longer trends, Serenity adapts to any trading style, offering a flexible lens for both risk-tolerant and cautious approaches. Used together, Skye and Shade create a balanced view, filtering out distractions without overcomplicating the chart.
Even with its structure, Serenity remains a framework for interpretation—built on trend, momentum, and volume concepts that distill complex market movement into clear, visual markers like color shifts or highlighted zones. It’s a tool to see through the chaos, not a definitive answer.
Understanding Serenity’s Two Perspectives
Serenity is built around two complementary perspectives—Skye and Shade—each designed to interpret market behavior through a distinct lens. While they share the same foundation of trend, momentum, and volume analysis, they differ in speed, sensitivity, and purpose.
Skye
Skye focuses on the faster side of market behavior. It reacts quickly to changes in trend and momentum, making it well-suited for traders who prefer agility and earlier entries. Skye thrives in environments where price moves sharply and timing matters.
Its logic leans on short-term structure shifts, refined momentum cues, and cross-timeframe alignment to highlight areas where strength is building or fading. The perspective is intentionally more responsive—capturing movement before it’s fully confirmed, at the cost of increased sensitivity.
Shade
Shade takes a steadier, more measured approach. Where Skye seeks opportunity in early momentum, Shade looks for confirmation—aligning trend, volume, and structure to reinforce conviction.
It filters out minor fluctuations to focus on broader conditions, offering a cleaner perspective on established direction and underlying market strength. This makes it particularly suited for traders who value confirmation over speed—day traders looking for solid follow-through or swing traders aiming for consistency across larger moves.
Serenity’s Reversal Signals
In addition to its dual perspectives, Serenity provides two signal markers designed to highlight potential reversal areas:
Twilight Reversal
Twilight draws attention to areas where upward momentum might begin to build. It serves as a visual cue for zones where buying interest could be forming, helping you focus on potential opportunities for a positive shift in market behavior.
Eclipse Reversal
Eclipse highlights areas where downward pressure may be emerging. It marks zones where sellers could be gaining influence, guiding your attention to potential points where market strength may start to wane.
Together, these signals act as complementary tools to Skye and Shade, helping you interpret the market by showing areas where momentum could be shifting, all while keeping the chart clean and structured.
Volume Bubble Map [Herman]Volume Bubble Map visualizes relative volume strength directly on the price chart.
Each candle gets a bubble at its average price (hlc3).
Bubble size and intensity reflect how unusual that bar’s volume is compared to recent history, helping you spot activity clusters, spikes, droughts, and tempo shifts at a glance.
What it shows:
σ -scaled bubbles: The script normalizes volume with a 200-bar standard deviation and classifies each bar into five bands:
-Tiny < 1σ
-Small 1–2σ
-Normal 2–3σ
-Large 3–4σ
Huge ≥ 4σ
Bullish bars use the “Up Color,” bearish bars the “Down Color.” A gradient is applied so higher n_vol appears more intense.
On-chart stats table:
-Selected LookBack window
-Average and Maximum volume (+ price at max)
-Count and percentage of bars in each σ bucket (Tiny → Huge)
-Light/Dark theme and position controls for readability
Optional labels for extremes: If a bar is ≥ 4σ, the indicator can print its exact volume value above the bubble (color of the text is configurable).
Inputs & UI
-LookBack (default 250): number of most recent bars considered in stats and display.
-Display Volume Bubbles: global toggle to show/hide all bubbles.
-Volume Bubbles Size Control: enable/disable each σ band (Tiny/Small/Normal/Large/Huge).
-Up/Down Color: base colors for bullish/bearish bubbles.
-Bubble Label Text Color: text color for ≥4σ volume labels.
-Show Stats Table / Table Position / Table Theme: control the on-chart table’s visibility, corner placement, and theme (Dark/Light).
How it works (method)
-Computes stdev(volume, 200) and creates a normalized volume metric:
n_vol = volume / stdev(volume, 200).
-Restricts drawing to the LookBack window for clarity and performance.
-Draws one bubble per bar at hlc3 with size determined by the σ band and color by bar direction.
Updates the stats table on candle close (non-repainting): averages, maxima, and σ-bucket counts/percentages are recalculated for the current LookBack window.
Typical use cases
-Spot high-activity nodes: quickly see where the market concentrated participation within your session.
-Confirm momentum bursts: clusters of Large/Huge bubbles often mark acceleration phases.
-Context for reversals/sweeps: unusual volume near key levels can add confluence to price action reads.
-Session studies: combine with your session overlays.
Notes & limitations
Works on any symbol/timeframe that provides OHLCV.
Uses only bar volume available in TradingView ; it does not access Level-2, DOM, or tick-by-tick executions.
Non-repainting: statistics update on confirmed bars.
Summary: This indicator provides a statistical visualization of bar volume, not live order-book data. Use it to contextualize activity and spot volume anomalies within TradingView’s dataset; use specialized orderflow tools if you need actual order executions and depth.
🐼 Panda EMA-OBV Dual SignalPanda EMA-OBV Dual Signal
Description:
The Panda EMA-OBV Dual Signal combines exponential moving averages (EMAs) with On-Balance Volume (OBV) to identify both trend direction and momentum strength.
This script is designed for professional traders who want clear visual confirmations for reversals and trend continuations.
Main Features:
• Multi-layer EMA system (14 / 20 / 50 / 100 periods) for trend alignment
• OBV divergence detection (Bullish / Bearish)
• RSI confirmation filter for extra accuracy
• Auto signal arrows for buy/sell opportunities
• Works on all timeframes (H1 / H4 / D / W / MN)
How to use:
1️⃣ Look for Buy signal when OBV shows Bullish divergence and price closes above EMA 20.
2️⃣ Look for Sell signal when OBV shows Bearish divergence and price closes below EMA 20.
3️⃣ Use EMA crossovers as confirmation for trend continuation.
Tip:
The script is optimized for XAUUSD and BTCUSD but can also be applied to other assets for swing or intraday analysis.
Created by Millionbears | For educational and analytical purposes only.
Trend Profit Tracking——JackFinanceTrend Profit Tracking Indicator Usage Guide1. Chart Interpretation and UsageSignals: Green "Buy" (below bar) for long entry; red "Sell" (above bar) for short entry or close long. Based on ATR stop reversal.
Trend Line: Green = bullish (support); red = bearish (resistance); gray = neutral.
Background: Light green/red = trend environment.
Filter Band: Green fill confirms bullish; red confirms bearish. Signals more accurate when price is inside the band.
Volume: Yellow bars = unusual volume spike; combine with signals for reversal hints.
Table (top-right): Bullish; Bearish; Neutral.
2. Trading ApplicationEntry: Signal + matching filter band color (green for long, red for short).
Exit: Reverse signal or price hits trend line/band edge.
Stop-Loss: Use built-in trailing stop; ATR multiplier for position sizing.
Best For: Daily/4H trend charts; avoid choppy markets.
Backtest: Verify in strategy tester (~55-65% win rate with defaults).
3. TipsCombine with RSI for filters.
Trading involves risk; decide at your own discretion.
Trader Jumblo Apex Pro Signal — Confirmed The Trader Jumblo Apex Signal Pro indicator is a precision-based market reversal tool designed to identify potential turning points in price with a strong confirmation logic.
Unlike standard momentum or crossover systems, this tool focuses on confirmed reaction zones, allowing traders to anticipate high-probability shifts in market direction.
Built with adaptive multi-filter logic and confirmation weighting, it minimizes false signals and only triggers entries under specific structural conditions.
The indicator integrates dynamic volatility levels for automatic stop-loss and take-profit projection using a fixed risk-reward calibration (2:4), maintaining consistency and discipline in trade management.
Key Features:
• Smart confirmation logic for precision entries
• Adaptive 2:4 risk-reward framework
• Automatic SL/TP projection
• Candle-confirmation filtering for stronger setups
• Fully compatible with alerts (BUY, SELL, TP, SL)
Best used on: 1-5 minute or 15-minute charts for short-term confirmation trading.
⚠️ Note: This tool is optimized for traders who prioritize precision entries over frequent signals. Each signal represents a confirmed market reaction — not a predictive guess.
A precision reversal confirmation system designed to catch high-probability turning points with strict entry logic and fixed 2:4 risk-reward control.
Volume Profile - Previous Day Levels The green lines and area represent previous day Value Area. The values are not completely identical to Trading View default levels because of difference in calculation.
The white lines represent the min-max prices during the initial balance (9:30 to 10:30 EST). The diagnoal lines cannot be removed unfortunately.
You can also see same day evolving Valuea area and POC for momentum analysis.
Triple Impulsive Candle Detector (with Midpoint Lines)Triple Impulsive Candle Detector (with Midpoint Lines)
This script expands upon the original Triple Impulsive Candle Detector by adding anchored midpoint lines that visually project potential reaction levels following impulsive candles. Impulsive candles are detected systematically using three configurable detectors based on candle range, volume, and body-to-wick ratio.
Each detected impulsive candle anchors a horizontal midpoint line (either body midpoint or full candle midpoint) that can extend for a fixed number of bars or dynamically until price revisits it, with user-defined controls for both behavior and visual styling.
Credit: Original impulse candle logic by GreatestUsername and published by ProfMichaelG.
(Impulsive-Candle-Detector-Prof-Michael-G)
AI Money FlowAI Money Flow is a revolutionary trading indicator that combines cutting-edge artificial intelligence technologies with traditional Smart Money concepts. This indicator provides comprehensive market analysis with emphasis on signal accuracy and reliability.
Key Features:
Volume Profile with Smart Money Analysis - Displays real money flow instead of just volume, identifying key support and resistance levels based on actual trader activity.
Volatility-Based Support & Resistance - Intelligent support and resistance levels that dynamically adapt to market volatility in real-time for maximum accuracy.
Order Flow Analysis - Advanced detection of buying and selling pressure that reveals the true intentions of large market players.
Machine Learning Optimization - Futuristic AI technology that automatically learns and optimizes settings for each specific asset and timeframe.
Risk Management - Advanced volatility and price spike detection for better risk management and capital protection.
Real-time Dashboard - Modern dashboard with color-coded signals provides instant overview of market conditions and trends.
Accuracy: 88-93%
VolCandle_Start_End BarsThe “VolCandle_Start_End Bars” Pine Script is a custom TradingView indicator designed to calculate and display volume-based candle statistics between two user-defined time points. It visually summarizes trading activity across a specific date range by comparing up-candle and down-candle volumes.
Functionality
The script allows users to select a start and end bar (dates) using the input fields “Select starting Bar” and “Select ending Bar.” It then examines all candles within this range to calculate:
Total volume for up candles (candles where the close is higher than the previous candle).
Total volume for down candles (candles where the close is lower than the previous candle).
Difference and ratio between up and down volumes.
Count of up and down candles within the period.
Calculation Logic
A loop checks each bar's closing price and compares it with the previous one.
For every matching bar within the chosen time range:
If the close increases → its volume is added to up volume.
If the close decreases → its volume is added to down volume.
The process continues for up to 1000 historical bars, counting each bar type and accumulating total volumes.
Display and Labeling
The script calculates an appropriate label position using recent highs and lows, then dynamically creates a label on the chart showing:
Up_Candles volume
Down_Candles volume
Volume difference and ratio
Total bar count with up/down candle counts
The text is displayed in a soft pink tone using the label.new() function for visual clarity.
Utility
This indicator helps traders easily analyze buying vs. selling volume pressure across custom time intervals. It is particularly useful for comparing sentiment in specific trading phases (for example, before and after a consolidation or breakout).
All computations are done locally on the chart — the indicator does not place trades or alter candles.
In short, this script provides a compact visual and statistical summary of market volume distribution between rising and falling candles in a chosen date window, offering insight into the dominant market force during that time range.
IA FreeInitiative Analysis (IA) is a concept of visual market analysis based on the idea that every price move is formed by the interaction of two forces — buyers and sellers.
The method structures price movements into a clear system of initiatives and reactions, helping you act with logic.
IA helps you see who is taking initiative, where the key levels and interest zones of both sides are, and where the balance of power may shift.
💡 How the method works
IA focuses on known price ranges — the areas where buyer or seller activity has previously appeared.
These ranges show the balance of power: this is where moves started, reactions happened, and initiative shifted.
Within these ranges, the method makes a forecast — identifying which side is now taking control (buyers or sellers) and calculating the target area for the potential move.
The goal of the method is to simplify analysis while keeping the full context, so traders and investors can see the logic behind market movement.
The method works for both short-term trading and long-term investing.
________________________________________
IA Free — Visualization of the Initiative Analysis Method
IA Free forecasts initiative on the market: which side — buyers or sellers — will take control, and calculates the target price for the potential move.
Each initiative has a beginning and an end — both in time and in price.
The indicator defines the upper and lower boundaries of the initiative, which serve as key contextual reference points for further analysis.
Forecasted initiatives are displayed on the chart and remain visible even if the move does not play out.
This allows you to:
• see when conditions for an initiative shift appeared;
• define possible correction levels.
________________________________________
Main Visualization Elements
• Buyer and seller initiative zones — show who is in control and define the upper and lower boundaries of each initiative on the chart.
• Target levels — projected direction of movement.
• Key candles (KC, IC) — candles with the highest volume inside an initiative.
KC — candle with the highest volume inside a trending initiative. Determined only after the initiative is formed and remains unchanged thereafter.
IC — candle with the highest volume inside a sideways initiative. It may change within the initiative: each new candle with higher volume inside the same initiative becomes the new IC.
• Internal range levels — the inner structure of an initiative (five adjustable user-defined levels).
You can customize the elements:
• show or hide initiative zones and targets;
• change line thickness and background transparency;
• select colors for dark or light chart themes.
________________________________________
Highlighted Settings (focus points)
• Include sideways markets in the analysis — includes ranges in initiative analysis (enabled by default).
• Sideways market activation point — the number of points after which the market is recognized as sideways (default: 4; values 6–7 filter out minor consolidations).
• Color parameters — allow you to adjust visuals for your style and chart theme.
________________________________________
Market Structure in IA
IA helps visualize three key phases of the market:
• Trend — one side dominates. On the chart, consecutive initiatives of the same color represent a continuation of the same side’s control.
• Range — balance of power; on the chart, initiatives alternate within a limited price range that may gradually expand.
• Transitional — shift of initiative and the start of a new move. On the chart within one time interval, there are two initiatives: the buyer’s initiative appears above, and the seller’s initiative appears below.
________________________________________
5 Steps for Working with IA Free
1. Identify the initiative — buyers or sellers: who controls the market and where the move is heading.
2. Check the higher timeframe context — make sure the higher timeframe doesn’t contradict the initiative on the lower one.
3. Confirm initiative strength — look for wide candles with volume, absorptions, and protection of initiative edges.
4. Define your entry trigger — retest, false breakout, KC/IC reaction, candle pattern, or your own system signal.
5. Manage risks — When trading with leverage, a stop-loss is mandatory! Define stop-loss placement according to your system (for example, beyond the initiative’s border), take profits near the target, and manage the trade following market structure.
________________________________________
Practice and Testing
Test your ideas on historical data: observe how initiatives and targets played out, how initiative edges were defended (candle patterns), and how price reacted when returning to KC/IC candles.
This helps you develop a clear understanding of market logic and confidence in decision-making.
________________________________________
Limitations
• Displays initiatives and targets only on the selected chart timeframe.
• Some IA method elements — such as internal buyer/seller zones or false breakout pattern recognition — are not implemented.
• Platform functions for alerts and data output (for custom algo strategies) are not supported.
Volume Bubbles Delta Coloring Pro V1.0OVERVIEW
Bubbles Volume — Delta Pro extends the Classic concept with directional volume coloring and practical filters. It visualizes where volume concentrates inside each candle and which side (buyers or sellers) dominated. Ideal for intraday traders who want to see both intensity and direction of market activity.
HOW IT WORKS
Each bubble represents the candle’s volume normalized by volatility. Bubble size reflects relative volume; color reflects directional bias:
• Green = Buyer dominance (close > open)
• Red = Seller dominance (close < open)
• Yellow = Neutral (balanced candle)
A built-in delta proxy ((close – open) / range × volume) estimates directional strength — not true bid/ask delta, but a reliable approximation for chart volume.
FEATURES
• Delta coloring with adjustable Buy/Sell/Neutral colors
• Volume and delta thresholds to filter weak signals
• Session filter (e.g., 09:30–16:00) and lookback limit for speed
• Bubble position modes: HL2, Close, Body Mid, or High/Low by Delta
• Optional labels/lines for extreme volume
• Alerts for high-volume or strong delta spikes
USE CASES
Identify areas where aggressive buyers or sellers appeared, confirm breakouts with volume direction, or filter noise during low-activity periods. Combine with structure or VWAP for context.
NOTES
• Uses candle-based approximation, not orderflow.
• Visualization tool only; not a standalone signal.
• Original concept by BigBeluga, enhanced with delta logic and performance filters.
Licensed under CC BY-NC-SA 4.0.
Volume Bubbles Delta Coloring Classic V1.0OVERVIEW
Bubbles Volume — Classic plots volume bubbles directly on the price chart. Bubble size scales with normalized volume, helping to visualize where trading activity concentrates. Optional heatmap coloring and significant-volume levels are included.
HOW IT WORKS
• Normalizes volume by its standard deviation to highlight unusually high participation.
• Draws circles ("bubbles") whose size corresponds to the normalized volume.
• Optional heatmap gradient emphasizes different volume regimes.
• Optional significant levels display labels or horizontal lines at the highest-volume bars.
INPUTS
• Bubbles / Threshold — Enable bubbles and set volume sensitivity.
• HeatMap — Enable gradient coloring by volume intensity.
• Significant Levels — Display labels or lines for the strongest volume bars.
• Levels Qty — Limit the number of labels or lines to display.
USE CASES
• Identify bars with unusually high trading activity.
• Spot reaction zones where large participants may have acted.
• Complement to price structure and trend analysis.
NOTES
• Uses chart volume only — not bid/ask orderflow.
• Visualization and educational tool, not a signal generator.
• Reduce visible bars if performance slows down.
CREDITS
Original concept by BigBeluga. Published under CC BY-NC-SA 4.0 license.
This is the unmodified, reference version.
TRADER JUMBLO SIGNAL — Dip & Rally System“Buy from the roots, sell from the peaks.”
A precision-built smart trading system that detects market dips and rallies — allowing you to catch reversals right from the turning points, not halfway through the move.
🧠 How It Works (Concept Overview — no code)
The TRADER JUMBLO SIGNAL system combines trend-following and reversal-detection logic into one tool.
It analyses the last few bars (adjustable Lookback Period) to identify local extremes — the “roots” and “peaks” — and confirms entries using price structure and moving averages.
When conditions align:
-🟢 BUY Signal: Detected near the local lowest low within the lookback period during an uptrend.
-🔴 SELL Signal: Detected near the highest high during a downtrend.
-Each trade automatically sets a dynamic Stop Loss and Take Profit using the ATR (volatility-based).
-Intrabar or close-confirmed entries can be toggled for aggressive or conservative trading styles.
This system ensures you don’t chase candles — instead, it times entries at the core reversal points of the market structure.
⚙️ Key Features
-Dip & Rally Detection: Finds local highs/lows (roots and peaks) within an adjustable lookback window.
-Trend Filter: Only trades in the direction of the dominant moving-average trend.
-Intrabar Mode: Option to allow real-time entries before the candle closes.
-RSI Filter (optional): Filters out weak or overbought/oversold setups.
- ATR-based SL & TP: Automatic volatility-adjusted Stop Loss and Take Profit.
- Smart Table Display: Real-time info panel showing Entry, SL, TP, Lowest, Highest, Tolerance %, and Lookback bars.
-Customizable UI: Enable/disable labels, markers, and SL/TP lines.
Built-in Alerts:
✅ Buy (Dip) Trigger
❌ Sell (Rally) Trigger
🎯 TP Hit
🛑 SL Hit
📊 What Makes It Unique
Unlike basic crossover or RSI systems, this indicator focuses on price reaction around extremes — meaning you enter where reversals start, not after they’ve already moved.
It helps prevent:
Late entries after momentum is gone
Buying tops / selling bottoms
Random entries without market structure context
Instead, you’ll see:
Clean entries from the “roots” (local dips)
Exits or reversals from the “peaks” (local rallies)
Visual feedback for SL/TP hits — so you learn from each setup instantly.
📈 Visuals
🟢 Green markers = BUY entries near local lows.
🔴 Red markers = SELL entries near local highs.
✅ “TP Hit” or ❌ “SL Hit” labels appear on price touch.
🟦 Floating table on chart shows live trade info and state (LONG / SHORT / FLAT).
Project Pegasus SideMap • VRP Heatmap • Volume Node DetectionDescription CME_MINI:NQ1!
Project Pegasus – Volume SideMap V 1.0 builds a right-anchored horizontal volume heatmap silhouette, visualizing buy/sell participation per price level over any chosen lookback or visible range. It automatically detects Low-Volume Nodes (LVN), Medium-Volume Nodes (MVN), and High-Volume Nodes (HVN), while also marking Top Volume Peaks, POI Lines (Most-Touched Levels), and complete Value Area Levels (POC / VAH / VAL) including optional session highs/lows.
What’s Unique
Right-Fixed Rendering – All profile rows are anchored to the chart’s right edge, creating a consistent visual reference during live trading.
Gap-Free Silhouette – Each price row blends seamlessly with its neighbors, producing a clean and continuous volume shape.
Triple-Tier Node Detection (LVN / MVN / HVN) – Automatically highlights zones of rejection, transition, and acceptance based on relative volume strength.
Dynamic Binning System – Adapts to price range and lookback while preserving proportional per-row volume distribution.
POI Finder (Most Touches) – Highlights price rows that have been touched most frequently by bars (traffic clusters).
Top-N Peaks – Sorts and draws the strongest single-price clusters by total volume while respecting minimum spacing.
Integrated Value Area Metrics – Calculates and plots POC, VAH, and VAL with optional session High/Low markers.
Color Modes – Choose between heatmap intensity (volume-based) or buy/sell ratio blending for directional context.
Performance Optimized – Rebuilds only when structure changes, ensuring smooth operation even with large histories.
Technical Overview
1. Binning & Aggregation
The full price range is divided into a user-defined number of rows (bins) of equal height.
For each bar, traded volume is distributed across all intersecting bins proportionally to price overlap.
A buy/sell proxy is estimated based on candle close position, producing per-row Buy, Sell, and Total Volume arrays.
2. Silhouette Rendering
Each row’s strength = total volume ÷ maximum volume.
Two color modes:
• Volume Mode → intensity scales by relative volume (heatmap).
• Ratio Mode → blend between sell and buy base colors based on dominance (close position).
Weak or neutral rows can be faded or forced to minimum width via strength and ratio-deviation filters.
3. Node Detection (LVN / MVN / HVN)
Relative bands are defined by lower/upper % thresholds.
Consecutive rows meeting criteria are grouped into “bands.”
Optional gap-merge unifies nearby bands separated by small gaps (in ticks).
Quality filters:
• Min. Average in Band (%) → enforces minimum average participation.
• Min. Prominence vs. Neighbors (%) → compares contrast against adjacent volume peaks.
Enforces minimum center distance (in ticks) to prevent overlap.
Each valid band draws a Top/Bottom line pair and optional mid-label (LVN/MVN/HVN).
4. Volume Peaks
Ranks all rows by total volume (descending) and selects top N peaks with spacing filters.
Drawn as horizontal lines or labeled markers (P1, P2, etc.).
5. POI Lines (Most Touches)
During aggregation, each row counts how many bars overlap it.
The top X rows with highest touch counts are drawn as POI lines—often strong participation or mean-retest zones.
6. Value Area (POC / VAH / VAL)
POC = row with highest total volume.
Expands outward symmetrically until the configured Value Area % of total volume is covered.
VAH and VAL mark the acceptance range; optional High/Low lines outline total range boundaries.
7. Right-Fix Layout
All components are rendered relative to the chart’s rightmost bar.
Width dynamically scales with visible bars × % width setting, ensuring proportional scaling across zoom levels.
How to Use
Read market structure:
HVNs = high acceptance or balance areas → likely mean-reversion zones.
LVNs = thin participation → breakout or rejection points (“air pockets”).
MVNs = transition areas between acceptance and rejection.
Trade around POC / VAH / VAL:
These levels represent fair-value boundaries and rotational pivots.
POI & Peaks:
Use them as strong reference lines for responsive trading decisions.
Ratio-Color Mode:
Exposes directional imbalance and potential absorption zones visually.
Best practice:
Live trading → right-fix active, moderate row count.
Post-session analysis → higher granularity, LVN/HVN/MVN and peaks enabled with labels.
Key Settings
Core
Lookback length or visible-range mode
Row count (granularity)
Profile width (% of visible bars)
Right offset, minimum box width, transparency
Date Filter
Aggregate only bars from a defined start date onward.
Coloring
Buy/Sell ratio mode toggle
Base colors for buy and sell volume
Filters
Minimum ratio deviation (±) → ignore nearly balanced rows
Minimum volume strength (%) → fade weak rows
LVN / MVN / HVN Detection
Independent enable toggles
Lower/upper % thresholds
Minimum band height (rows)
Merge small gaps (ticks)
Minimum average in band (%)
Minimum prominence vs. neighbors (%)
Minimum distance between bands (ticks)
Line color, width, style, and label options
Peaks
Number of peaks (0–20)
Minimum distance between peaks (ticks)
Color, width, style, label placement
POI Lines
Enable toggle
POI count (1–5)
Minimum gap between POIs (rows)
Color, width, style, label offset
Value Levels (POC / VAH / VAL)
Show/hide Value Area Levels
Value Area % coverage
POC / VAH / VAL line styles, widths, colors
Optional Session High/Low lines
Notes & Limitations
Optimized for intraday and swing data; accuracy depends on chart volume granularity.
Large lookbacks with high row counts and all detection layers enabled may impact performance—adjust parameters for balance.
Buy/Sell ratio is a visual approximation based on candle structure, not actual order-book delta.
Designed as a contextual visualization tool, not a trade signal generator.
Disclaimer
For educational and informational purposes only.
Not financial advice.
Vector Candles - By BlockheadWhat this script does:
Vector Candles highlights moments of intense market participation by coloring “climax” candles — bars where trading activity surges beyond normal conditions. These colored candles make it easy to visualize bursts of liquidity, directional momentum, or exhaustion zones across any market.
⸻
How this script works:
The indicator scans each bar for abnormal behavior in volume and range expansion.
If volume exceeds 2× the 10-bar average or if volume × range reaches a short-term extreme, that candle is marked as a “climax” — lime for bullish momentum or red for bearish pressure.
This provides a clean, real-time visual of where institutional volume or aggressive participation enters the market.
⸻
How to use this script:
Apply Vector Candles to any chart to spot areas of heavy buying or selling interest.
Optionally, enable the “Override Chart Symbol” setting to pull data from a reference market (e.g., QQQ for tech stocks, DXY for gold, BTC index for altcoins).
This allows you to identify when a symbol’s move is part of a sector rotation, broader flow, or inverse correlation, rather than isolated price action.
⸻
What makes this script original:
Unlike traditional vector candle indicators, this version introduces a cross-symbol volume engine — letting you visualize climax activity from one market directly on another.
This unlocks a powerful new layer of contextual analysis, ideal for spotting rotations, correlation breaks, and macro-driven liquidity shifts in real time.
It’s not just about where momentum appears — it’s about where it originates.
QuantFlow ProQuantFlow Pro
QuantFlow Pro is an advanced institutional indicator designed to detect bias shifts, liquidity imbalances, and real-time flow transitions.
Built on an adaptive architecture, it combines institutional flow analysis, multi-timeframe liquidity levels, and structural reference points to provide a clear and precise view of market dynamics.
Unlike conventional indicators that repaint or produce noisy signals, QuantFlow Pro relies on robust calculations based on volume, delta imbalance, and the detection of structural dislocations.
⚙️ Optimized for Futures markets, QuantFlow Pro helps traders identify market turning points with institutional precision and consistent reliability over time.
Volume Pressure Oscillator (VPO)🔹 Core Logic
VPO Calculation:
The indicator measures price momentum weighted by volume, smoothed by EMA, and normalized within a dynamic range to highlight relative pressure extremes.
Signal Line:
A secondary EMA of VPO acts as a signal baseline for crossovers and trend confirmation.
Entry Triggers:
Zero-line Crossovers: Momentum shifts from bearish to bullish (or vice versa).
Signal Crossovers: Confirmation of sustained directional momentum.
Filters:
Volume Filter: Only trades when volume is above the moving average.
VWAP Slope Filter: Ensures trades align with intraday institutional flow.
Higher Timeframe VWAP: Confirms multi-timeframe directional bias.
RSI Filter: Avoids overextended entries.
Optional Divergence Confirmation: Adds precision in reversal environments.
Dollar Volume Ownership Gauge Dollar Volume Ownership Gauge (DVOG)
By: Mando4_27
Version: 1.0 — Pine Script® v6
Overview
The Dollar Volume Ownership Gauge (DVOG) is designed to measure the intensity of real money participation behind each price bar.
Instead of tracking raw share volume, this tool converts every bar’s trading activity into dollar volume (price × volume) and highlights the transition points where institutional capital begins to take control of a move.
DVOG’s mission is simple:
Show when the crowd is trading vs. when the institutions are buying control.
Core Concept
Most retail traders focus on share count (volume) — but institutions think in dollar exposure.
A small-cap printing a 1-million-share candle at $1 is very different from a 1-million-share candle at $10.
DVOG normalizes this by displaying total traded dollar value per bar, then color-codes and alerts when the volume of money crosses key thresholds.
This exposes the exact moments when ownership is shifting — often before major breakouts, reclaims, or exhaustion reversals.
How It Works
Dollar Volume Calculation
Each candle’s dollar volume is computed as close × volume.
Data is aggregated from the 5-minute timeframe regardless of your current chart, allowing consistent institutional-flow detection on any resolution.
Threshold Logic
Two customizable levels define interest zones:
$500K Threshold → Early or moderate institutional attention.
$1M Threshold → High-conviction or aggressive accumulation.
Both levels can be edited to fit different market caps or trading styles.
Bar Coloring Scheme
Red = Dollar Volume ≥ $1,000,000 → Significant institutional activity / control bar.
Green = Dollar Volume ≥ $500,000 and < $1,000,000 → Emerging accumulation / transition bar.
Black = Below $500,000 → Retail or low-interest zone.
(Colors are intentionally inverted from standard expectation: when volume intensity spikes, the bar turns hotter in tone.)
Plot Display
Histogram style plot displays 5-minute aggregated dollar volume per bar.
Dotted reference lines mark $500K and $1M levels, with live right-hand labels for quick reading.
Optional debug label shows current bar’s dollar value, closing price, and raw volume for transparency.
Alerts & Conditions
DVOG includes three alert triggers for hands-off monitoring:
Alert Name Trigger Message Purpose
Green Bar Alert – Dollar Volume ≥ $500K When dollar volume first crosses $500K “Institutional interest starting on ” Signals early money entering.
Dollar Volume ≥ $500K Same as above, configurable “Early institutional interest detected…” Broad alert option.
Dollar Volume ≥ $1M When dollar volume first crosses $1M “Significant money flow detected…” Indicates heavy institutional presence or ignition bar.
You can enable or disable alerts via checkbox inputs, allowing you to monitor just the levels that fit your style.
Interpretation & Use Cases
Identify Institutional “Ignition” Points:
Watch for sudden green or red DVOG bars after long low-volume consolidation — these often precede explosive continuation moves.
Confirm Breakouts & Reclaims:
If price reclaims a key level (HOD, neckline, or coil top) and DVOG flashes green/red, odds strongly favor follow-through.
Spot Trap Exhaustion:
After a flush or low-volume fade, the first strong green/red DVOG bar can mark the institutional reclaim — the moment retail control ends.
Filter Noise:
Ignore standard volume spikes. DVOG only reacts when dollar ownership materially changes hands, not when small traders churn shares.
Customization
Setting Default Description
$500K Threshold 500,000 Lower limit for “Green” institutional attention.
$1M Threshold 1,000,000 Upper limit for “Red” heavy institutional control.
Show Alerts ✅ Enable or disable global alerts.
Alert on Green Bars ✅ Toggle only the $500K crossover alerts.
Adjust thresholds to match the liquidity of your preferred tickers — for example, micro-caps may use $100K/$300K, while large-caps might use $5M/$20M.
Reading the Output
Black baseline = Noise / retail chop.
First Green bar = Smart money starts building position.
Red bar(s) = Ownership shift confirmed — institutions active.
Flat-to-rising pattern in DVOG = Sustained accumulation; often aligns with strong trend continuation.
Summary
DVOG transforms raw volume into actionable context — showing you when capital, not hype, is moving.
It’s particularly effective for:
Momentum and breakout traders
Liquidity trap reclaims (Kuiper-style setups)
Identifying early ignition bars before halts
Confirming frontside strength in micro-caps
Use DVOG as your ownership radar — the visual cue for when the market stops being retail and starts being real.
Live Volume TickerGives current real-time volume of tick movements denoted in the timeframe of the current candle.
Full Currency Strength Table Dashboard (8 Currencies)
# Full Currency Strength Table Dashboard (8 Currencies) 📊
This indicator provides a **simplified, visual representation of the current relative strengths of 8 major global currencies** (EUR, USD, GBP, JPY, AUD, NZD, CAD, CHF). It's designed as a minimalist dashboard that appears discreetly on your chart, giving traders a quick and clear picture of forex pair movements.
The indicator calculates the relative strength of each currency based on its movement against the other 7 currencies in the panel, providing insight into which currencies are currently the strongest and which are the weakest.
## Key Features 🌟
* **Simplified Visualization:** Instead of showing currency strength as a line on the chart, which can often be distracting, the indicator uses a **data table (dashboard)** positioned on the chart. This ensures **maximum chart visibility** and cleanliness.
* **8 Major Currencies:** All major currencies are included ($A$ - EUR, $B$ - USD, $C$ - GBP, $D$ - JPY, $E$ - AUD, $F$ - NZD, $G$ - CAD, $H$ - CHF), allowing strength calculation based on **28 base currency pairs**.
* **Strength Calculation:** Strength is calculated based on the average percentage change $\left(\frac{\text{Close} - \text{Open}}{\text{Open}} \times 100\right)$ of the currency relative to all 7 other currencies.
* **Timeframe Setting:** Users can select a **higher timeframe (TF)** (e.g., Daily - 'D') for the strength calculation. This allows analysis of longer-term currency strength momentum, independent of the chart's current timeframe.
* **Customizable Design:** You can adjust the table's position, text size, the colour of each currency, and the resolution (length) of the strength meter.
## How to Use the Indicator (Interpretation) 💡
1. **Select a Timeframe (TF):** It's recommended to use a higher TF (e.g., Daily - 'D' or 4h - '240') to get more stable currency strength signals.
2. **The Dashboard Table:** The table displays:
* The currency name (bottom, with its corresponding colour).
* The numerical strength value (top, expressed in points or average change).
* The **Strength Meter (bar)** visually represents the currency's relative strength compared to the other currencies on the panel (calculated based on the Min/Max values across all 8 currencies).
3. **Making Decisions:**
* **Buy:** Look for a currency pair where the **Base Currency** is significantly **strong** (high positive value, long meter) and the **Quote Currency** is significantly **weak** (high negative value, short meter).
* **Sell:** Look for a currency pair where the **Base Currency** is significantly **weak** and the **Quote Currency** is significantly **strong**.
* **Avoid Trading:** Avoid pairs where both currencies have roughly the same strength or are close to zero.
## Note on Calculation and Code 🛠️
* **Base Pairs:** The script calculates 28 base currency pairs (e.g., EURUSD, EURGBP... CADCHF) using the `request.security` function to retrieve data from the selected timeframe (`freq`).
* **Data Correction:** A correction was implemented in the code by adding ` ` after `request.security` to always use the **CLOSED bar values** from the higher TF. This **eliminates NaN (Not a Number) data** that would appear when using the current bar.
* **Accumulation:** Accumulation (`sumA, sumB...`) only occurs when the selected higher TF changes (`timeframe.change(freq)`), effectively tracking the currency's relative strength during the formation of **one closed bar** on that higher TF.
### License
This work is licensed under the **Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)** license.
The original concept and code are based on the work of the **LuxAlgo** team and finalized to fix syntax errors and handle NaN data for stable use with 8 currencies.
---
**Questions or suggestions?** I'd love to hear your feedback in the comments! Happy trading! 📈
CVD with Divergences and Alerts (Subwindow)This indicator calculates the Cumulative Volume Delta (CVD) to visualize buying and selling pressure, and automatically detects regular and hidden divergences between price and volume flow. It also includes optional alerts for real-time trade signal generation.
Core Logic:
• Cumulative Volume Delta (CVD):
Tracks the cumulative difference between buy and sell volume. Buy volume is defined as volume on bars where the close ≥ open; sell volume when close < open.
This reveals whether real participation supports price direction or not.
• Regular Divergences:
• Bullish Divergence: Price makes a lower low while CVD forms a higher low → potential upward reversal.
• Bearish Divergence: Price makes a higher high while CVD forms a lower high → potential downward reversal.
• Hidden Divergences:
• Hidden Bullish Divergence: Price pulls back to a lower low, but CVD shows strength with a higher high → possible continuation of an uptrend.
• Hidden Bearish Divergence: Price makes a higher high, but CVD weakens → possible continuation of a downtrend.
Features:
• Adjustable lookback period (default: 500 bars).
• Graphical visualization:
• Plots the CVD as a blue line in a separate panel.
• Marks divergences with green (bullish) and red (bearish) triangle shapes on the chart.
• Draws divergence lines between price and CVD for easy visual identification.
• Alerts:
• Configurable alert types (“Buy Only”, “Sell Only”, “Buy and Sell”).
• Sends alerts for all four divergence types (regular + hidden).
Usage:
Ideal for traders who want to detect shifts in volume momentum that precede price reversals or continuations. Works on all timeframes and instruments that provide volume data.