Indicator

HARSI Suite [Market Breakers]█ OVERVIEW
HARSI Suite V1 merges three companion oscillator tools into a single pane built entirely on Heikin Ashi RSI (HARSI) candles:
1. HARSI candles with WaveTrend buy/sell signals and divergence detection
2. Higher-timeframe HARSI candle boxes drawn inside the oscillator, so you can read HTF momentum structure without leaving your execution chart
3. HH/LL market-structure pivot labels calculated on the HARSI values themselves
Everything shares one scale, one pane, and one drawing budget — no more stacking three indicators and manually syncing their settings.
█ CREDITS
This script stands on the shoulders of open-source work by others. Full credit to:
• @JayRogers — Heikin Ashi RSI Oscillator (the HARSI candle engine)
• @LordKaan — Overlay - HARSI + Divergences + TTF (WaveTrend + divergence logic)
• @krollo041 (Kevin Rollo) — HTF Candle Boxes for LTF Charts (adapted here to render HTF HARSI, not price, inside the oscillator pane)
All original licensing is preserved under MPL 2.0. This code is free to use, copy, and alter.
█ WHAT MAKES IT DIFFERENT
• Dual HARSI engines. The DISPLAY engine draws the candles and HTF boxes; the STRUCTURE engine independently powers the HH/LL pivots. Change how your candles look without moving a single structure label.
• Candle presets. One dropdown switches between "Raw (14/1)" for classic HARSI candles, "Smoothed (10/5)" for a noise-reduced look that pairs well with the HTF boxes, or "Custom" for your own length/smoothing.
• HTF HARSI candles. The higher-timeframe HARSI is aggregated live from your chart timeframe and drawn as candle boxes (body, wicks, optional outline, mid-line, and range label). The in-progress HTF candle grows in real time.
• Shared auto-pair table. One table maps your chart TF to its HTF (defaults: 1m→15m, 3m→30m, 5m→1H, 15m→4H, 1H→D), with a Manual override when you want to force a specific HTF.
• Dedicated signal gate. The WaveTrend buy/sell triangles are gated by their own RSI (source, length, smoothing, and ±level are all inputs), fully decoupled from the display RSI — restyling the pane never changes your signals.
• Full cosmetic control from the Inputs tab. Separate bullish/bearish candle borders, OB/OS line colors, and full-width zone fills that extend uniformly across the entire pane.
█ SIGNALS
▲ / ▼ triangles print beyond the OB/OS boundaries when a WaveTrend cross occurs in oversold/overbought territory AND the gate RSI was beyond its ±level on the prior bar. Bright triangles are divergence-confirmed; faded triangles are plain WT crosses.
HH / LL labels print when the structure engine confirms a higher-high or lower-low pivot on the HARSI values (zigzag-validated, so only genuine structure prints — no repainting labels after confirmation, which occurs "Right Bars" after the pivot).
█ HOW I USE IT
shifts, and the gated WT triangles flag exhaustion reversals at the extremes. Confluence between an HTF box rejection, a structure break, and a divergence-confirmed triangle is the A+ read.
I trade NQ/MNQ intraday on 1–15 minute charts. The HTF boxes give me the higher-timeframe HARSI context (momentum regime, where the HTF body sits relative to OB/OS), the HH/LL labels track momentum structure Indicator

Indicator

Indicator

RSI Liquidity Sweep Confluence Engine [PhenLabs]📊 RSI Liquidity Sweep Confluence Engine
Version: PineScript™ v6
📌 Description
The RSI Liquidity Sweep Confluence Engine rebuilds the RSI as dynamic, price-projected support and resistance levels — then waits for liquidity to be swept exactly at those levels before firing a signal. It solves the two biggest problems retail traders face with RSI and liquidity tools: RSI divergence readings that never map to price, and liquidity sweep alerts that fire on every wick with no filter.
By requiring full confluence — an RSI-derived level, a genuine liquidity sweep, and volume confirmation all aligning on the same bar — the engine suppresses noise and only marks the reversals where smart-money delivery actually shifts. Signals do not repaint on closed bars.
This is a fusion indicator. It takes the week’s most popular concept (RSI rebuilt as S/R), PhenLabs’ core specialty (liquidity sweep mapping), and the highest-traction publishing format (confluence-scored, fire-only-on-full-alignment engines) and combines them into one clean, dashboard-backed tool.
🚀 Points of Innovation
RSI pivots mapped directly onto price as live support/resistance levels, not oscillator readings
Liquidity sweep detection gated to fire only when the sweep occurs at an RSI-derived level
Triple-confluence gate: RSI S/R + liquidity sweep + volume confirmation must all align
Adaptive ATR-based tolerance so the confluence zone scales with current volatility
WMA-smoothed S/R lines with a single soft channel fill for a clean, uncluttered chart
No repaint on closed bars — signals confirm on bar close
🔧 Core Components
RSI Core Levels : Confirmed RSI pivots (left/right bars configurable) are recorded with their corresponding price high/low, building a rolling set of dynamic S/R zones projected onto the chart as smoothed lines
Liquidity Sweep Detector : Tracks swing high/low liquidity pools over a lookback window and flags genuine sweeps (wick beyond pool, optional close-back inside for reversal confirmation)
Confluence Gate : Measures the distance between the swept price and the nearest RSI S/R level using ATR-scaled tolerance, then confirms with a volume-vs-SMA check
🔥 Key Features
Triple Confluence Gating : Signals fire only when RSI level, liquidity sweep, and volume all agree — drastically reducing false reversals
RSI-as-Price S/R : Converts oscillator extremes into actionable price levels you can trade against directly
ATR-Adaptive Tolerance : Confluence zone widens in high volatility, tightens in ranges — works across timeframes and instruments without re-tuning
Close-Back Reversal Filter : Optional requirement that price closes back inside the swept pool, filtering stop-runs that continue
Clean Visual Layer : Two smoothed S/R lines, one soft channel fill, subtle state-tinted background and color-coded bars — premium look without chart clutter
Live State Dashboard : Compact on-chart table shows RSI, nearest S/R levels, volume confirm, ATR, and current state at a glance
Dual-Direction Alerts : Separate bullish and bearish alertconditions for automated notification
🎨 Visualization
Smoothed S/R lines : A red resistance line above price and a green support line below, WMA-smoothed so transitions ease instead of snapping
Soft channel fill : A single subtle purple band between support and resistance defining the active RSI value zone
State background tint : Chart background subtly greens on bullish confluence, reds on bearish confluence, gold-tints when a sweep is armed
Color-coded bars : Candle bodies shift green / red / gold based on the live confluence state
Sweep marker + label : A single dashed box marks the exact swept liquidity pool, with a compact BULL / BEAR label at the signal bar
Top-right dashboard : Compact state table with RSI, resistance, support, volume confirm, ATR, and Scanning / Armed / Confluence state
📖 Usage Guidelines
RSI Length — Default: 14 — Range: 2-50 — Controls RSI period used to derive S/R levels; lower = more reactive levels, higher = more structural
RSI Pivot Left / Right — Default: 5 / 5 — Range: 1-20 — Bars used to confirm RSI pivots; higher = fewer but more reliable levels
Active RSI Levels Kept — Default: 4 — Range: 1-10 — Number of most-recent RSI S/R levels kept active on chart
Level Smoothing (WMA) — Default: 3 — Range: 1-10 — WMA length applied to S/R lines for smoother transitions
Sweep Lookback — Default: 20 — Range: 5-100 — Bars defining the swing high/low liquidity pools
Require Close-Back — Default: true — Toggles whether price must close back inside the swept pool to validate a sweep
RSI Level Tolerance (ATR x) — Default: 0.30 — Range: 0.0-2.0 — Distance (in ATR multiples) within which a sweep counts as touching an RSI level; 0.0 disables RSI confluence
Volume Multiplier — Default: 1.20 — Range: 0.0-5.0 — Volume must exceed this multiple of its SMA to confirm; 0.0 disables volume confluence
ATR Length — Default: 14 — Range: 1-100 — ATR period used to scale the confluence tolerance
✅ Best Use Cases
Intraday and swing reversal trading on indices, FX majors, and high-liquidity crypto
Smart-money / ICT traders who want a filtered sweep signal instead of raw sweep noise
Traders who already use RSI but want it mapped to price as tradable S/R
Multi-timeframe confluence stacking — run on higher TF for bias, lower TF for entries
⚠️ Limitations
Like all pivot-based tools, signals are confirmed pivotRight bars after the pivot forms; expect a small structural lag on the S/R levels themselves
Confluence gating reduces signal frequency by design — fewer but higher-quality signals, not a continuous signal generator
Volume conformance requires sufficient volume data; on symbols with no volume feed, set Volume Multiplier to 0.0
Best on instruments with genuine liquidity pools and clean swings; choppy low-range sessions produce fewer qualified setups
💡 What Makes This Unique
RSI-as-S/R fused with liquidity sweeps : No top community script currently combines RSI-derived price levels with sweep detection — this fills that white space
Fire-only-on-full-confluence design : Uses the highest-viral-ratio publishing format (confluence-scored engines) applied to PhenLabs’ core liquidity specialty
🔬 How It Works
RSI S/R construction : The engine computes RSI, detects confirmed pivots via left/right lookbacks, and records the price high (resistance) or low (support) at each RSI pivot bar. The most recent levels are kept in a rolling buffer, WMA-smoothed, and projected as clean lines on the chart with a soft channel fill between them.
Liquidity pool tracking : Swing highs and lows over the configured lookback define resting liquidity pools. A sweep is registered when price wicks beyond a pool — and optionally closes back inside it, confirming a reversal rather than a continuation stop-run.
Triple confluence gating : The engine checks that the sweep occurred within an ATR-scaled tolerance of the nearest RSI S/R level, and that volume exceeded its moving average by the configured multiple. Only when all three gates align does a bullish or bearish signal marker fire, with a dashed box marking the exact swept pool and a BULL / BEAR label at the signal bar.
💡 Note:
Best results come from pairing the engine with your own market-structure read and using it as a high-probability entry filter rather than a standalone signal. Tune RSI Length and Tolerance to your timeframe — shorter for scalping, longer for swing. This tool is an analytical aid to support your own judgment and is not financial advice.
Indicator

Indicator

Strength - Filtro RupturaEste indicador colorea las velas en función de la confluencia entre el momentum del precio (Williams %R) y la fuerza de la tendencia (ADX), actuando como filtro de confirmación para rupturas del rango de apertura.
¿Cómo funciona?
Combina dos indicadores clásicos con una lógica específica:
Williams %R identifica la zona en la que se encuentra el precio (sobrevendido, neutro, sobrecomprado) y la dirección del momentum en ese momento
ADX confirma que la tendencia tiene fuerza real detrás — si el ADX no está creciendo, la vela queda gris sin importar el momentum
La regla base es simple: sin fuerza no hay señal. El color gris significa "no operar".
Paleta de colores — Confirmación ALCISTA (usar con ruptura del ORB High)
🟢 Verde brillante — Williams %R por debajo de -50 y girando al alza con ADX creciente. Reversión desde zona de sobreventa con fuerza confirmada. La señal más potente al alza.
🟢 Verde medio — Williams %R entre -50 y -27, subiendo con ADX creciente. Continuación alcista en zona neutral con momentum sostenido.
🟢 Verde oscuro — Williams %R por encima de -27, subiendo con ADX creciente. Precio en zona alta con momentum extremo sostenido. Señal de continuación, operar con precaución.
Paleta de colores — Confirmación BAJISTA (usar con ruptura del ORB Low)
🔴 Rojo brillante — Williams %R por encima de -50 y girando a la baja con ADX creciente. Giro bajista desde zona neutral o alta con fuerza confirmada. La señal más potente a la baja.
🩷 Rosa/Fucsia — Williams %R entre -50 y -72, bajando con ADX creciente. Continuación bajista con presión sostenida.
🟤 Marrón oscuro — Williams %R por debajo de -72, bajando con ADX creciente. Sobreventa extrema con caída sostenida. Señal de continuación, mercado en presión vendedora fuerte.
⬜ Gris — No operar
Cuando el ADX no está creciendo, la vela se colorea en gris. Sin fuerza direccional confirmada, cualquier ruptura puede ser falsa. Este filtro es el núcleo del indicador.
Uso recomendado con ORB V2
Este indicador está diseñado para trabajar en conjunto con ORB V2 (también disponible en mi perfil). El flujo es el siguiente:
ORB V2 define el rango de apertura y marca el High y Low del período inicial
Cuando el precio rompe ese rango, Strength - Filtro Ruptura confirma o descarta la ruptura según el color de la vela en ese momento
Solo las rupturas acompañadas de velas verdes (al alza) o rojas (a la baja) tienen confirmación de fuerza real
Las rupturas sobre velas grises se ignoran — son el tipo de fakeout que este filtro busca eliminar
Juntos forman un sistema simple y visual: el ORB marca el nivel, Strength confirma si vale la pena operarlo. Indicator

OB + 2G2R + EMA/BB/ST/VWAP + Doji + Day LevelsIt is a multi-signal chart indicator. It does not place trades automatically; it plots trend tools, levels, and buy/sell markers.
It shows:
BB Mid — the 20-period SMA, used as the crossover reference.
EMA 5, EMA 20, EMA 50, EMA 200 — trend direction filters.
SuperTrend — green when bullish and red when bearish.
Today’s High and Today’s Low — running intraday high/low levels, updated as new candles form.
EMA BUY — EMA 5 crosses above BB Mid, the candle is bullish, and price is above EMA 20/50/200.
EMA SELL — EMA 5 crosses below BB Mid, the candle is bearish, and price is below EMA 20/50/200.
ST BUY / ST SELL — SuperTrend direction changes and the current candle breaks the previous candle’s high or low.
2R2G BUY — two bearish candles followed by two bullish candles.
2G2R SELL — two bullish candles followed by two bearish candles.
Doji Buy / Sell setups — a bullish-to-bearish or bearish-to-bullish two-candle sequence followed by a small-body doji.
The signals are independent. For example, a 2R2G marker does not require an EMA crossover or SuperTrend confirmation. The strongest practical use is to treat EMA trend, SuperTrend direction, and the candle pattern as confirmation together rather than entering on every marker. Indicator

Auto Fibthe Fib level in yellow are not that visiblile i want to adjust the size of themAdding configurable inputs for line visibility adjustmentsAdding configurable inputs for line visibility adjustmentsLet me look at how the fib lines and labels are currently configured, and what inputs exist:Architected configurable inputs for Fibonacci line visibilityArchitected configurable inputs for Fibonacci line visibilityFound it. The fib lines are hardcoded to width=1 and style=line.style_dotted, and labels to size=size.small — that's why they're faint. I'll add user-adjustable inputs for line width, line style, and label size so you can tune visibility yourself. Let me view the input section first:View the fib input declarations to add new appearance inputsView the fib input declarations to add new appearance inputsNow let me add the appearance inputs and their mapping:Add line width, line style, and label size inputs for fib visibilityAdd line width, line style, and label size inputs for fib visibilityNow update the six line.new calls to use the new inputs:Apply fibStyle and fibWidth to all six fib linesApply fibStyle and fibWidth to all six fib linesNow update the six labels to use the adjustable size and a more visible background:Edited a file, read a fileEdited a file, read a fileDone. Three new controls in the Levels settings group:
Fib line width (1–5, default now 2) — the main visibility lever
Fib line style — Solid / Dashed / Dotted (default now Solid)
Fib label size — Tiny / Small / Normal / Large / Huge (default now Normal)
I also bumped the defaults toward more visible (solid, width 2, normal labels) and made the label backgrounds less transparent (60 instead of 80), so they'll stand out more right away. If solid width-2 is too heavy, drop width back to 1 or switch to dashed. Recompile in TradingView and tune from the settings panel.Mes fib countertouch v1PINE ok now we need to remove everything what has nothing to do with the Fiblevels, i do not need to send a signal i just want the fib levles.
Als the name needs to be "Auto Fib"Strategized script refactoring to isolate Fibonacci levels functionality exclusivelyStrategized script refactoring to isolate Fibonacci levels functionality exclusivelyLet me read the full script to see exactly what's fib-related and what's signal/trade logic to strip out:Distinguishing Fibonacci-only features from extraneous signal componentsDistinguishing Fibonacci-only features from extraneous signal componentsLet me see the truncated middle section to understand the full structure:Architected stripped-down indicator retaining only Fibonacci level functionalityArchitected stripped-down indicator retaining only Fibonacci level functionalityThis is a big strip-down — I'll remove all the signal state, entry/exit logic, force-flat, trade lines, plotshape markers, export plots, and the entire webhook block, keeping only the fib build/draw code (plus the session divider, since it marks the fib build window). Renaming to "Auto Fib" and saving as a clean new file so your strategy version stays intact.Created a file, read a fileCreated a file, read a fileDone. Auto_Fib.pine — clean display-only indicator, named "Auto Fib".
Kept (everything fib-related):
Build window inputs (15:00 start → 02:00 freeze, excluding the 02:00 candle)
The 6 fib levels in trend direction, frozen at 02:00, drawn to 14:00
All your visibility controls (color, line width, line style, label size, sessions to display)
Session divider at the build start (optional toggle)
Removed (~310 lines):
Entire signal state machine — entries, exits, TP/SL brackets, force-flat, max-trades, skip-list, used-levels
Trade lines + entry/exit plotshape markers
Invisible export plots (the Python-backtest columns)
The whole webhook/alert block + the Signals, Webhook, and trade-Display input groups
Went from 421 lines to ~135. Recompiles to a pure overlay that just paints the fib levels. Your MES_Fib_CounterTouch_v1.pine is untouched if you ever want the signal version back.Auto fibPINE What time does the fib level gets generated and what time is it using ?Analyzed script logic to pinpoint generation timing and timezoneAnalyzed script logic to pinpoint generation timing and timezoneTwo things, both pulled straight from the script:
Timezone: Everything runs on Pacific Time — America/Los_Angeles, hardcoded. It's DST-aware (auto-shifts PST↔PDT), and it's independent of whatever timezone your TradingView chart is set to display. So even if your chart shows exchange time or UTC, the fib build is using PT internally.
When it's generated: At the close of the 02:00 PT candle. That's the freezeNow trigger — the first confirmed bar where PT time crosses 02:00. At that moment it takes the accumulated session high/low, picks the trend direction (green if the 02:00 close is above the 15:00 open, red if below), computes the six levels, and draws them.
What data goes into it: the candles from 15:00 PT through 01:59:59 PT — the 02:00 candle itself is excluded (that's the fix from earlier; freeze runs before that bar gets accumulated). The lines are then drawn from 02:00 PT out to 14:00 PT the same day.
All three times are adjustable in the Fib Levels input group (build start, freeze/end, line end), but the defaults are 15:00 → 02:00 build, drawn to 14:00.i want to publish it can you give me a discriptionHere's a description for publishing:
Auto Fib
Auto Fib automatically plots six Fibonacci levels each day, built from the overnight session and projected across the following trading day.
How it works
At the close of the 02:00 PT candle, the indicator measures the range of the overnight session — from 15:00 PT the prior afternoon through 01:59:59 PT. It determines direction from that session's move (bullish if the session closed above its open, bearish if below), anchors the 0% point accordingly, and computes six levels: -1.236, -0.786, -0.236, 0.236, 0.786, and 1.236. The levels freeze at 02:00 and are drawn as clean horizontal segments across the day to 14:00 PT.
Because the levels are locked once the session closes, they don't repaint — what you see at 02:00 is what stays on the chart.
Settings
Build window — fully adjustable start, freeze, and line-end times (defaults: 15:00 build start → 02:00 freeze → 14:00 line end, all Pacific Time)
Appearance — line color, width, and style (solid / dashed / dotted); label size; and how many past sessions to keep on screen
Session divider — optional vertical marker at the build-window start
All times run on Pacific Time internally and are DST-aware, independent of your chart's display timezone.
Notes
This is a display-only indicator — it draws levels and does not generate buy/sell signals or send alerts. It works on any intraday timeframe; lower timeframes (1–15 min) give the most precise session range. Designed and tested on index futures (MES/ES), but it runs on any symbol. Indicator

ICT Killzones + Previous Highs/Lows & MTF BiasThis indicator combines Forex market sessions with institutional liquidity levels and an ICT bias filter.
It allows you to visualize the main market sessions on the chart, such as London, New York, Tokyo, and Sydney, highlighting their ranges, highs, lows, open, close, Opening Range, Fibonacci levels, and volatility statistics.
In addition, the indicator automatically marks important levels such as:
- PDH: Previous Day High
- PDL: Previous Day Low
- PWH: Previous Week High
- PWL: Previous Week Low
It also includes a multi-timeframe bias panel based on ICT logic, showing the directional bias for Weekly, Daily, 4H, 1H, and 15M.
The bias logic considers liquidity sweeps, closes inside or outside the previous range, and structural breaks using pivots.
Ideal for traders who use liquidity concepts, market sessions, daily/weekly ranges, and multi-timeframe alignment in their decision-making process. Indicator

Indicator

Indicator

Clean LevelsAllows you to manually enter GEX Levels, HVL, Globex VAH, VAL, POC, PW VAH, VAL, and POC, as well as Previous Previous Week (PWPW) VAH, VAL, POC and Current Week (CW) VAH, VAL, POC Indicator

Indicator

Indicator

Indicator

Indicator

FTFC SimpleFTFC Signal — Full Timeframe Continuity (60m · D · W · M)
Indicator twin of the backtested "FTFC Full Timeframe Continuity" strategy. Same engine — same presets, debounce, loss cooldown, ETF-shorts rule — but built as an indicator: no TradingView order arrows, alerts fire, and it exposes sortable Screener columns.
How it scores
Compares price to the open of four timeframes — 60-minute, Daily, Weekly, Monthly. Each aligned timeframe = +1 (close above open) or −1 (below). Sum = a continuity score from −4 (all four bearish) to +4 (all four bullish). Full continuity = all timeframes pointing the same way.
Signal engine (bar-close, identical to strategy)
- Long when score ≥ entry threshold, price-strength and open-spread filters pass
- Short when score ≤ threshold (optional Monthly-red gate)
- Debounce — score must hold N bars before a signal fires (kills chop)
- Loss cooldown — blocks re-entry N bars after a losing exit
- Simulated position state drives entry/exit/reverse; no repaint
Presets
- Auto — maps thresholds, debounce, cooldown from your chart timeframe
- Long-bias (best 1h)
- Majority stop-and-reverse (best 2022+)
- Long-only wide-hold (max profit factor / single stocks / ≥ 4h)
- Custom — every threshold exposed
On the chart
- Price-pane trade marks — teal ▲ long, coral ▼ short, red ▼ exit; brighter = more timeframes aligned at entry
- Optional FTFC status panel — per-timeframe direction, % from each open, live score meter, position P/L, active filters
- Optional tradable-tickers table — edge-screened names with strategy-minus-buy&hold margins Indicator

Indicator

Indicator

Indicator

Indicator

Xcelerate - Order Flow PRO - Delta and ImbalanceORDER FLOW PRO - Volume Delta & Institutional Levels
This indicator brings institutional Order Flow analysis to TradingView,
inspired by professional trading methodologies used by banks, hedge funds,
and institutional traders.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 WHAT IS ORDER FLOW?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Order Flow analysis reveals the real buying and selling pressure behind
price movements. Instead of reacting to price with lagging indicators
(RSI, MACD), you see WHO is in control of the market RIGHT NOW — before
the move happens.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔥 KEY FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 VOLUME DELTA HISTOGRAM
- Green bars = Aggressive buying pressure (bullish)
- Red bars = Aggressive selling pressure (bearish)
- Shows who is in control on every single bar
- Smoothed with a configurable Moving Average
📉 CUMULATIVE DELTA
- Running total of buying vs selling pressure
- Rising line = Bulls in control overall
- Falling line = Bears in control overall
- Divergence from price = powerful reversal warning
⚡ STACKED IMBALANCES DETECTION
- Automatically detects 3+ consecutive imbalance bars
- Green signal (▲) = Stacked Buy Imbalance → potential Support
- Red signal (▼) = Stacked Sell Imbalance → potential Resistance
- One of the highest-probability setups in Order Flow trading
⚠️ PRICE-DELTA DIVERGENCE
- Bearish: Price making higher high, Delta making lower high
- Bullish: Price making lower low, Delta making higher low
- Historically one of the most reliable reversal signals
- Automatically marked with warning symbols on chart
📊 LIVE DASHBOARD
- Real-time overview of all key metrics
- Current Delta value
- Cumulative Delta value
- Volume status (Normal / 🔥 HIGH)
- Market Pressure (Buying / Selling / Neutral)
- Imbalance status
- Overall SIGNAL (Bullish / Bearish / Neutral)
🔔 6 BUILT-IN ALERTS
- Stacked Buy Imbalance detected
- Stacked Sell Imbalance detected
- Bearish Divergence detected
- Bullish Divergence detected
- Extreme Buying Pressure
- Extreme Selling Pressure
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 HOW TO USE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. VOLUME DELTA — Monitor the histogram:
• Consistent green bars = bullish bias
• Consistent red bars = bearish bias
• Watch for sudden spikes = institutional activity
2. CUMULATIVE DELTA — Watch the line:
• Trending up while price trends up = strong trend
• Diverging from price = potential reversal
3. STACKED IMBALANCES — Best trade setups:
• Mark the zone when signal appears
• Wait for price to pull back to that zone
• Enter in the direction of the original imbalance
• Place SL just beyond the zone
4. DIVERGENCE — Reversal signals:
• Look for divergence warnings near S/R levels
• Strongest when combined with high volume
• Confirm with a price action candle
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙️ RECOMMENDED SETTINGS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- Timeframes: 5m, 15m, 30m (best for day trading)
- Delta MA Period: 20 (default) — increase for smoother signal
- Imbalance Threshold: 0.7 (default) — lower = more signals
- Combine with: Volume Profile, Support/Resistance, Price Action
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📌 BEST INSTRUMENTS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Forex pairs (EUR/USD, GBP/USD, etc.)
✅ Crypto (BTC/USD, ETH/USD, SOL/USD)
✅ Indices (SPX, NAS100, DAX)
✅ Commodities (Gold, Oil)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ IMPORTANT NOTES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- TradingView does not provide true Bid/Ask data for most instruments
- Volume Delta is estimated based on bar structure (close vs open)
- For true institutional Order Flow, use NinjaTrader 8 with Futures data
- This indicator works best as a CONFLUENCE tool — always combine
with proper price action analysis and risk management
- Past signals do not guarantee future results
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 PRO TIPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
→ Trade Stacked Imbalances at key S/R levels for highest probability
→ Use Cumulative Delta to confirm trend direction before entering
→ Pay attention to HIGH volume bars — institutions are active
→ Always wait for the FIRST touch of a level (don't re-trade same zone)
→ Use a minimum 2:1 Risk:Reward on every trade
→ Set alerts so you never miss a signal
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📚 METHODOLOGY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator is based on institutional Order Flow trading principles,
including concepts from professional futures and forex trading:
- Volume Delta analysis (Aggressive Buyers vs Sellers)
- Imbalance detection (one-sided market domination)
- Cumulative Delta divergence (weakening momentum)
- High Volume Node identification (institutional activity zones)
These concepts are used by professional traders on platforms like
NinjaTrader and Sierra Chart with real Bid/Ask Futures data. This
indicator adapts those principles for TradingView using estimated
volume data.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ RISK DISCLAIMER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator is for educational purposes only. Trading financial
markets involves substantial risk of loss. Never risk more than you
can afford to lose. Always use proper risk management. Past performance
is not indicative of future results.
If you find this indicator useful, please leave a comment or a ⭐ —
it helps others discover it and motivates further development!
Good luck and trade safe! 🚀
Feb 17
Release Notes
🚀 ORDER FLOW PRO - Volume Delta & Institutional Levels
This indicator brings institutional Order Flow analysis to TradingView,
inspired by professional trading methodologies used by banks, hedge funds,
and institutional traders.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 WHAT IS ORDER FLOW?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Order Flow analysis reveals the real buying and selling pressure behind
price movements. Instead of reacting to price with lagging indicators
(RSI, MACD), you see WHO is in control of the market RIGHT NOW — before
the move happens.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔥 KEY FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 VOLUME DELTA HISTOGRAM
- Green bars = Aggressive buying pressure (bullish)
- Red bars = Aggressive selling pressure (bearish)
- Shows who is in control on every single bar
- Smoothed with a configurable Moving Average
📉 CUMULATIVE DELTA
- Running total of buying vs selling pressure
- Rising line = Bulls in control overall
- Falling line = Bears in control overall
- Divergence from price = powerful reversal warning
⚡ STACKED IMBALANCES DETECTION
- Automatically detects 3+ consecutive imbalance bars
- Green signal (▲) = Stacked Buy Imbalance → potential Support
- Red signal (▼) = Stacked Sell Imbalance → potential Resistance
- One of the highest-probability setups in Order Flow trading
⚠️ PRICE-DELTA DIVERGENCE
- Bearish: Price making higher high, Delta making lower high
- Bullish: Price making lower low, Delta making higher low
- Historically one of the most reliable reversal signals
- Automatically marked with warning symbols on chart
📊 LIVE DASHBOARD
- Real-time overview of all key metrics
- Current Delta value
- Cumulative Delta value
- Volume status (Normal / 🔥 HIGH)
- Market Pressure (Buying / Selling / Neutral)
- Imbalance status
- Overall SIGNAL (Bullish / Bearish / Neutral)
🔔 6 BUILT-IN ALERTS
- Stacked Buy Imbalance detected
- Stacked Sell Imbalance detected
- Bearish Divergence detected
- Bullish Divergence detected
- Extreme Buying Pressure
- Extreme Selling Pressure
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 HOW TO USE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. VOLUME DELTA — Monitor the histogram:
• Consistent green bars = bullish bias
• Consistent red bars = bearish bias
• Watch for sudden spikes = institutional activity
2. CUMULATIVE DELTA — Watch the line:
• Trending up while price trends up = strong trend
• Diverging from price = potential reversal
3. STACKED IMBALANCES — Best trade setups:
• Mark the zone when signal appears
• Wait for price to pull back to that zone
• Enter in the direction of the original imbalance
• Place SL just beyond the zone
4. DIVERGENCE — Reversal signals:
• Look for divergence warnings near S/R levels
• Strongest when combined with high volume
• Confirm with a price action candle
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙️ RECOMMENDED SETTINGS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- Timeframes: 5m, 15m, 30m (best for day trading)
- Delta MA Period: 20 (default) — increase for smoother signal
- Imbalance Threshold: 0.7 (default) — lower = more signals
- Combine with: Volume Profile, Support/Resistance, Price Action
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📌 BEST INSTRUMENTS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Forex pairs (EUR/USD, GBP/USD, etc.)
✅ Crypto (BTC/USD, ETH/USD, SOL/USD)
✅ Indices (SPX, NAS100, DAX)
✅ Commodities (Gold, Oil)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ IMPORTANT NOTES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- TradingView does not provide true Bid/Ask data for most instruments
- Volume Delta is estimated based on bar structure (close vs open)
- For true institutional Order Flow, use NinjaTrader 8 with Futures data
- This indicator works best as a CONFLUENCE tool — always combine
with proper price action analysis and risk management
- Past signals do not guarantee future results
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 PRO TIPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
→ Trade Stacked Imbalances at key S/R levels for highest probability
→ Use Cumulative Delta to confirm trend direction before entering
→ Pay attention to HIGH volume bars — institutions are active
→ Always wait for the FIRST touch of a level (don't re-trade same zone)
→ Use a minimum 2:1 Risk:Reward on every trade
→ Set alerts so you never miss a signal
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📚 METHODOLOGY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator is based on institutional Order Flow trading principles,
including concepts from professional futures and forex trading:
- Volume Delta analysis (Aggressive Buyers vs Sellers)
- Imbalance detection (one-sided market domination)
- Cumulative Delta divergence (weakening momentum)
- High Volume Node identification (institutional activity zones)
These concepts are used by professional traders on platforms like
NinjaTrader and Sierra Chart with real Bid/Ask Futures data. This
indicator adapts those principles for TradingView using estimated
volume data.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ RISK DISCLAIMER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator is for educational purposes only. Trading financial
markets involves substantial risk of loss. Never risk more than you
can afford to lose. Always use proper risk management. Past performance
is not indicative of future results.
If you find this indicator useful, please leave a comment or a ⭐ —
it helps others discover it and motivates further development!
Good luck and trade safe! 🚀
Feb 17
Release Notes
🚀 ORDER FLOW PRO - Volume Delta & Institutional Levels
This indicator brings institutional Order Flow analysis to TradingView,
inspired by professional trading methodologies used by banks, hedge funds,
and institutional traders.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 WHAT IS ORDER FLOW?
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Order Flow analysis reveals the real buying and selling pressure behind
price movements. Instead of reacting to price with lagging indicators
(RSI, MACD), you see WHO is in control of the market RIGHT NOW — before
the move happens.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🔥 KEY FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📈 VOLUME DELTA HISTOGRAM
- Green bars = Aggressive buying pressure (bullish)
- Red bars = Aggressive selling pressure (bearish)
- Shows who is in control on every single bar
- Smoothed with a configurable Moving Average
📉 CUMULATIVE DELTA
- Running total of buying vs selling pressure
- Rising line = Bulls in control overall
- Falling line = Bears in control overall
- Divergence from price = powerful reversal warning
⚡ STACKED IMBALANCES DETECTION
- Automatically detects 3+ consecutive imbalance bars
- Green signal (▲) = Stacked Buy Imbalance → potential Support
- Red signal (▼) = Stacked Sell Imbalance → potential Resistance
- One of the highest-probability setups in Order Flow trading
⚠️ PRICE-DELTA DIVERGENCE
- Bearish: Price making higher high, Delta making lower high
- Bullish: Price making lower low, Delta making higher low
- Historically one of the most reliable reversal signals
- Automatically marked with warning symbols on chart
📊 LIVE DASHBOARD
- Real-time overview of all key metrics
- Current Delta value
- Cumulative Delta value
- Volume status (Normal / 🔥 HIGH)
- Market Pressure (Buying / Selling / Neutral)
- Imbalance status
- Overall SIGNAL (Bullish / Bearish / Neutral)
🔔 6 BUILT-IN ALERTS
- Stacked Buy Imbalance detected
- Stacked Sell Imbalance detected
- Bearish Divergence detected
- Bullish Divergence detected
- Extreme Buying Pressure
- Extreme Selling Pressure
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🎯 HOW TO USE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
1. VOLUME DELTA — Monitor the histogram:
• Consistent green bars = bullish bias
• Consistent red bars = bearish bias
• Watch for sudden spikes = institutional activity
2. CUMULATIVE DELTA — Watch the line:
• Trending up while price trends up = strong trend
• Diverging from price = potential reversal
3. STACKED IMBALANCES — Best trade setups:
• Mark the zone when signal appears
• Wait for price to pull back to that zone
• Enter in the direction of the original imbalance
• Place SL just beyond the zone
4. DIVERGENCE — Reversal signals:
• Look for divergence warnings near S/R levels
• Strongest when combined with high volume
• Confirm with a price action candle
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚙️ RECOMMENDED SETTINGS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- Timeframes: 5m, 15m, 30m (best for day trading)
- Delta MA Period: 20 (default) — increase for smoother signal
- Imbalance Threshold: 0.7 (default) — lower = more signals
- Combine with: Volume Profile, Support/Resistance, Price Action
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📌 BEST INSTRUMENTS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✅ Forex pairs (EUR/USD, GBP/USD, etc.)
✅ Crypto (BTC/USD, ETH/USD, SOL/USD)
✅ Indices (SPX, NAS100, DAX)
✅ Commodities (Gold, Oil)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ IMPORTANT NOTES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
- TradingView does not provide true Bid/Ask data for most instruments
- Volume Delta is estimated based on bar structure (close vs open)
- For true institutional Order Flow, use NinjaTrader 8 with Futures data
- This indicator works best as a CONFLUENCE tool — always combine
with proper price action analysis and risk management
- Past signals do not guarantee future results
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 PRO TIPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
→ Trade Stacked Imbalances at key S/R levels for highest probability
→ Use Cumulative Delta to confirm trend direction before entering
→ Pay attention to HIGH volume bars — institutions are active
→ Always wait for the FIRST touch of a level (don't re-trade same zone)
→ Use a minimum 2:1 Risk:Reward on every trade
→ Set alerts so you never miss a signal
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📚 METHODOLOGY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator is based on institutional Order Flow trading principles,
including concepts from professional futures and forex trading:
- Volume Delta analysis (Aggressive Buyers vs Sellers)
- Imbalance detection (one-sided market domination)
- Cumulative Delta divergence (weakening momentum)
- High Volume Node identification (institutional activity zones)
These concepts are used by professional traders on platforms like
NinjaTrader and Sierra Chart with real Bid/Ask Futures data. This
indicator adapts those principles for TradingView using estimated
volume data.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ RISK DISCLAIMER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
This indicator is for educational purposes only. Trading financial
markets involves substantial risk of loss. Never risk more than you
can afford to lose. Always use proper risk management. Past performance
is not indicative of future results.
If you find this indicator useful, please leave a comment or a ⭐ —
it helps others discover it and motivates further development!
Good luck and trade safe! 🚀
Mar 9
Release Notes
ORDER FLOW PRO — Volume Delta & Imbalance Analysis | Xcelerate Trade
Overview
Order Flow Pro is a volume-pressure analysis framework designed to visualize directional activity within individual bars and across broader market swings.
It examines the relationship between price expansion and underlying volume-derived pressure, helping traders assess whether movement is supported by participation or developing under weakening internal conditions.
The objective is structural clarity, not prediction.
Methodology
TradingView does not provide true bid/ask transaction data for most instruments. Delta is therefore estimated using volume and bar-structure logic.
The script applies rule-based calculations to:
• Estimate per-bar directional delta
• Aggregate cumulative delta over time
• Detect sustained imbalance conditions using configurable thresholds
• Compare structural price swings with cumulative delta swings
• Classify pressure state using internally defined conditions
All outputs are derived directly from available market data.
Key Features
• Volume Delta Histogram
Displays estimated buying and selling pressure per bar to evaluate participation intensity.
• Cumulative Delta
Tracks whether pressure is expanding, stabilizing, or diverging relative to price movement.
• Stacked Imbalance Detection
Identifies clusters of consecutive directional pressure exceeding a defined threshold.
• Price–Delta Divergence
Highlights structural disagreement between price movement and cumulative pressure.
• Integrated Dashboard
Provides real-time visibility of delta state, cumulative bias, imbalance status, and pressure classification.
• Configurable Alerts
Available for imbalance clusters and divergence conditions.
Practical Application
Order Flow Pro functions as a contextual layer within a structured analytical process.
It may assist in:
• Evaluating whether breakouts are supported by expanding participation
• Assessing the internal strength of ongoing trends
• Identifying areas where directional pressure has concentrated
• Observing potential momentum compression when price extends without corresponding delta expansion
Outputs should be interpreted alongside market structure, volatility conditions, and independent risk management rules.
Recommended Settings
Common intraday configurations:
• Timeframes: 5m, 15m, 30m
• Delta MA Period: 20 (adjustable for smoothing preference)
• Imbalance Threshold: configurable based on instrument volatility
Settings may be adapted to instrument characteristics and trading style.
Applicable Markets
Designed for use on:
• Major Forex pairs
• Crypto pairs
• Equity indices
• Commodities
Behavior varies depending on liquidity profile and volume structure.
Limitations
• Delta values are estimated due to platform data constraints.
• Results may differ from platforms using exchange-level bid/ask feeds.
• Imbalance and divergence represent structural conditions, not forecasts or trade instructions.
• Market regime and timeframe materially influence interpretation.
Developed by Xcelerate Trade — professional-grade tools designed for disciplined market structure workflows. Indicator
