Delta Imbalance Map
May 18, 2026

The Delta Imbalance Map indicator is an open-source tool that identifies three-bar fair value gaps and evaluates them using a composite scoring system based on gap size, candle drive, volume rank, and lower-timeframe participation. It aims to reduce chart noise by filtering for significant imbalances and managing overlapping zones to highlight only the most relevant price levels.
Usage
The Usage section describes how to interpret the indicator's data and how settings influence the visual output.
- Identifying Active Zones: Unfilled boxes represent active imbalances. Bullish imbalances (green-tinted) occur when a low is higher than the high from two bars prior, while bearish imbalances (red-tinted) occur when a high is lower than the low from two bars prior.
- Analyzing Participation: Each zone is split into buyer and seller participation sections based on lower-timeframe intrabar data. Use the dotted internal line to see the estimated delta tilt.
- Reading Zone Tags: When enabled, tags provide the exact price range, a composite quality score, and the ATR-relative gap size.
- Mitigation Logic: Use the "Mitigation" setting to choose between "Touch" (zone clears when price enters it) or "Full Fill" (zone clears only when price moves entirely through it).
- Contextual Analysis: Treat older, filled zones (which remain visible but faded by default) as historical support/resistance context, while prioritizing fresh zones with higher scores for current analysis.
Details
The script utilizes several advanced logic layers to refine its output:
- Three-Bar Detection: Uses standard fair value gap logic:
bullGap = low > high[2]andbearGap = high < low[2]. - Lower-Timeframe (LTF) Proxy: Since true bid/ask delta isn't available on all feeds, this script requests LTF volume and candle direction to estimate buyer/seller participation within a single higher-timeframe bar.
- Composite Scoring: Zones are scored (0–100) based on a weighted calculation of the gap size (relative to ATR), the body drive of the breakout candle, the volume percentile rank, and the delta tilt.
- Overlap Management: To prevent "box stacking," the script uses an overlap guard. If a new zone overlaps an existing one, it can prioritize keeping the zone with the higher quality score.
- Birth-Bar Guard: To prevent immediate flickering, new zones cannot be marked as "filled" on the same candle they are generated.
Settings
Detection
- Delta lower TF: Sets the timeframe for intrabar volume analysis.
- Min gap ATR: Filters out tiny gaps; only imbalances larger than this ATR multiplier are plotted.
- Min delta tilt: The minimum percentage skew between buyers and sellers required to validate a zone.
- Min volume rank: Filters for gaps occurring on high-volume bars (percentile-based).
- Mitigation: Selects the trigger for clearing a zone (Touch or Full Fill).
- Prefer stronger overlap: When enabled, the script removes weaker zones that overlap with stronger ones.
- Zone life bars: The maximum number of bars a zone remains active before being automatically retired.
Visuals
- Max tracked zones: Limits the number of zones stored in memory.
- Keep filled zones: Toggles whether mitigated zones remain visible on the chart.
- Show zone tags/rails: Toggles the visibility of descriptive labels and extended price lines.
- Tint candles by active tilt: Softly colors the candles based on the dominant participation of active imbalances.
FAQ
How do I use the quality score? The score aggregates volume, size, and participation. Scores closer to 100 indicate imbalances backed by significant volume and a strong directional "tilt" in lower-timeframe participation.
Why do some zones disappear quickly? Zones may disappear due to the "Overlap Guard" if a stronger zone forms in the same area, or because they reached the "Zone life bars" limit or were mitigated by price action based on your selected Mitigation mode.
How can I access this indicator? You can get access on the LuxAlgo Library for charting platforms like TradingView, MetaTrader (MT4/MT5), and NinjaTrader for free.
Trading & investing are risky and many will lose money in connection with trading and investing activities. All content on this site is not intended to, and should not be, construed as financial advice. Decisions to buy, sell, hold or trade in securities, commodities and other investments involve risk and are best made based on the advice of qualified financial professionals. Past performance does not guarantee future results.
Hypothetical or Simulated performance results have certain limitations. Unlike an actual performance record, simulated results do not represent actual trading. Also, since the trades have not been executed, the results may have under-or-over compensated for the impact, if any, of certain market factors, including, but not limited to, lack of liquidity. Simulated trading programs in general are designed with the benefit of hindsight, and are based on historical information. No representation is being made that any account will or is likely to achieve profit or losses similar to those shown.
Testimonials appearing on this website may not be representative of other clients or customers and is not a guarantee of future performance or success.
As a provider of technical analysis tools and strategies, we do not have access to the personal trading accounts or brokerage statements of our customers. As a result, we have no reason to believe our customers perform better or worse than traders as a whole based on any content, tool, or platform feature we provide.
Charts used on this site are by TradingView in which the majority of our technical indicators are built on. TradingView® is a registered trademark of TradingView, Inc. www.TradingView.com TradingView® has no affiliation with the owner, developer, or provider of the Services described herein.
Market data is provided by CBOE, CME Group, BarChart, Massive, CoinAPI. Select U.S. equities data is provided through Massive. CBOE BZX real-time U.S. equities data is licensed from CBOE and provided through BarChart. Real-time futures data is licensed from CME Group and provided through BarChart. Select cryptocurrency data, including major coins, is provided through CoinAPI. All data is provided “as is” and should be verified independently for trading purposes.
This does not represent our full Disclaimer. Please read our full disclaimer.
© 2026 LuxAlgo Global, LLC.

