LIVE
News

Analyzing the Delta Profile and Whale Tier Indicator by Market_Logic_India

TradingView's script directory has listed "Delta Profile Multi-Anchor, Footprint Imbalance & Whale Tiers" by Market_Logic_India, published 2026-08-22 and flagged open-source.

Garrett Croft·updated August 28, 2026

Analyzing the Delta Profile and Whale Tier Indicator by Market_Logic_India

The script name combines three order-flow modules — session delta, footprint imbalance, and large-order tiering — commonly referenced in scalping and intraday setups. Per the listing snapshot, no equity curve, backtest report, or parameter sheet is attached; only TradingView's standard House Rules notice accompanies the page.

Listing Parameters and Source Scope

  • Platform: TradingView (script directory)
  • Script type: Pine Script
  • Author handle: Market_Logic_India
  • Publish date: 2026-08-22
  • Access: free; code redistribution subject to TradingView House Rules

A second script from the same author — "Buyer vs Seller Control & Path of Least Resistance (MTF)" — is listed 2026-08-23, also flagged open-source. No shared repository, version branch, or codebase linkage is disclosed in either snippet. The TradingView page text in both listings is limited to boilerplate House Rules language; no parameter screenshots, sample charts, or backtest PDFs are present.

Functional Decomposition

The indicator title indicates three composable layers:

  • Delta Profile rendered against multiple session anchors — volume delta profiled across more than one session start.
  • Footprint Imbalance — buy vs. sell aggression differential at price, typically visualized as bid/ask delta per level.
  • Whale Tiers — categorical segmentation of aggressive volume into size buckets, used to flag institutional participation.

Threshold values, alert conditions, timeframe constraints, repaint behavior, and max-bars-back settings are not disclosed in the publicly available snippet. Inferring features from the title alone is the only defensible read until the Pine Script source is opened directly in the TradingView editor.

Pre-Deployment Verification

Before wiring the script into a live order-flow workflow, confirm on-chart:

  • Timeframe compatibility with the execution window (1m / 5m / 15m scalping or higher).
  • Anchor definition: exchange-set vs. user-defined; alignment with RTH / ETH session boundaries.
  • Footprint imbalance threshold value, and whether the signal is finalized at bar close or streamed intra-bar.
  • Whale-tier size bands and overlap with delta profile anchor windows.
  • Alert hook availability — webhook, email, or JSON payload for broker routing.
  • Resource ceiling — max bars back, drawing object count, label count per chart; TradingView imposes platform-level caps that can truncate long-history renders.

Deployment status: conditional. Code access is unrestricted. Vendor benchmark data is absent. Forward-test on paper or simulator before sizing capital.