# Volume & Order Flow

> Volume studies, VWAP, volume & market profile, delta, and order-flow microstructure.

Volume and order-flow analysis reads market activity rather than price alone, on the reasoning that participation reveals conviction. The tools span generations: cumulative lines such as OBV and the Accumulation/Distribution Line keep running totals of volume signed by each bar's price action, behavioral measures like Relative Volume put current activity in context, and VWAP ties intraday trade to the average price paid.

A second strand reorganizes the chart itself. Volume Profile and TPO-based Market Profile distribute activity across price levels rather than across time, showing where the market found acceptance and where it was rejected. Order-flow tools go finer still, splitting volume into aggressive buying and selling to produce delta, footprint, and imbalance reads. These methods lean on data quality: on many platforms delta is estimated from tick direction rather than true bid and ask attribution.

## Cumulative flow lines

Price-and-volume composites such as OBV, the Accumulation/Distribution Line, and the Money Flow Index that track whether volume is flowing with or against the trend, with divergence from price as the classic warning.

- [Money Flow Index](https://www.luxalgo.com/library/concept/money-flow-index.md): 3 implementations
- [Weis Wave Volume](https://www.luxalgo.com/library/concept/weis-wave-volume.md): 2 implementations
- [OBV](https://www.luxalgo.com/library/concept/obv.md): 1 implementations
- [OBV Divergence](https://www.luxalgo.com/library/concept/obv-divergence.md): 1 implementations
- [Accumulation/Distribution Line](https://www.luxalgo.com/library/concept/accumulation-distribution-line.md): 1 implementations
- [Chaikin Oscillator](https://www.luxalgo.com/library/concept/chaikin-oscillator.md): 1 implementations
- [Chaikin Money Flow](https://www.luxalgo.com/library/concept/chaikin-money-flow.md): 1 implementations
- [Twiggs Money Flow](https://www.luxalgo.com/library/concept/twiggs-money-flow.md): 1 implementations
- [Williams A/D](https://www.luxalgo.com/library/concept/williams-a-d.md): 1 implementations
- [Price Volume Trend](https://www.luxalgo.com/library/concept/price-volume-trend.md): 1 implementations
- [Negative Volume Index](https://www.luxalgo.com/library/concept/negative-volume-index.md): 1 implementations
- [Positive Volume Index](https://www.luxalgo.com/library/concept/positive-volume-index.md): 1 implementations
- [Klinger Volume Oscillator](https://www.luxalgo.com/library/concept/klinger-volume-oscillator.md): 1 implementations
- [Volume Zone Oscillator](https://www.luxalgo.com/library/concept/volume-zone-oscillator.md): 1 implementations
- [Price Zone Oscillator](https://www.luxalgo.com/library/concept/price-zone-oscillator.md): 1 implementations
- [Trade Volume Index](https://www.luxalgo.com/library/concept/trade-volume-index.md): 1 implementations
- [Demand Index](https://www.luxalgo.com/library/concept/demand-index.md): 1 implementations
- [Force Index](https://www.luxalgo.com/library/concept/force-index.md): 1 implementations
- [Ease of Movement](https://www.luxalgo.com/library/concept/ease-of-movement.md): 1 implementations
- [Intraday Intensity](https://www.luxalgo.com/library/concept/intraday-intensity.md): 1 implementations
- [Volume Flow Indicator](https://www.luxalgo.com/library/concept/volume-flow-indicator.md): 1 implementations
- [Smart Money Index](https://www.luxalgo.com/library/concept/smart-money-index.md): 1 implementations
- [Volume Price Trend](https://www.luxalgo.com/library/concept/volume-price-trend.md): build pending
- [Herrick Payoff Index](https://www.luxalgo.com/library/concept/herrick-payoff-index.md): build pending

## Volume behavior

Direct reads of volume itself, from Relative Volume and spike detection to dry-ups and breakout confirmation, used to judge whether a move attracted unusual participation.

- [Relative Volume](https://www.luxalgo.com/library/concept/relative-volume.md): 5 implementations
- [Volume Spike](https://www.luxalgo.com/library/concept/volume-spike.md): 4 implementations
- [Volume at Breakout](https://www.luxalgo.com/library/concept/volume-at-breakout.md): 2 implementations
- [Volume Dry-up](https://www.luxalgo.com/library/concept/volume-dry-up.md): 1 implementations
- [Volume Oscillator](https://www.luxalgo.com/library/concept/volume-oscillator.md): 1 implementations
- [PVO](https://www.luxalgo.com/library/concept/pvo.md): 1 implementations
- [Up/down Volume Ratio](https://www.luxalgo.com/library/concept/up-down-volume-ratio.md): 1 implementations
- [Pocket Pivot](https://www.luxalgo.com/library/concept/pocket-pivot.md): 1 implementations
- [Volume Divergence](https://www.luxalgo.com/library/concept/volume-divergence.md): 1 implementations
- [Bill Williams Market Facilitation Index](https://www.luxalgo.com/library/concept/bill-williams-market-facilitation-index.md): 1 implementations
- [Better Volume Classifications](https://www.luxalgo.com/library/concept/better-volume-classifications.md): 1 implementations
- [Churn](https://www.luxalgo.com/library/concept/churn.md): reference entry

## VWAP family

Volume-weighted average price in session, anchored, periodic, and rolling forms, differing in where the average starts and how far it reaches back, with bands and regime reads built on top.

- [VWAP Bands](https://www.luxalgo.com/library/concept/vwap-bands.md): 3 implementations
- [Anchored VWAP](https://www.luxalgo.com/library/concept/anchored-vwap.md): 2 implementations
- [Session VWAP](https://www.luxalgo.com/library/concept/session-vwap.md): 1 implementations
- [Periodic VWAPs](https://www.luxalgo.com/library/concept/periodic-vwaps.md): 1 implementations
- [Rolling VWAP](https://www.luxalgo.com/library/concept/rolling-vwap.md): 1 implementations
- [VWAP Mean-reversion vs Trend Regimes](https://www.luxalgo.com/library/concept/vwap-mean-reversion-vs-trend-regimes.md): 1 implementations
- [VWAP Pinch](https://www.luxalgo.com/library/concept/vwap-pinch.md): 1 implementations
- [Midpoint/half-back of Session](https://www.luxalgo.com/library/concept/midpoint-half-back-of-session.md): 1 implementations

## Volume profile

Histograms of volume by price whose landmarks, from the Point of Control to the Value Area and high- and low-volume nodes, map where the market did sustained business and where it moved through quickly.

- [Volume Profile](https://www.luxalgo.com/library/concept/volume-profile.md): 30 implementations
- [High/low-volume Nodes](https://www.luxalgo.com/library/concept/high-low-volume-nodes.md): 11 implementations
- [Delta Profile](https://www.luxalgo.com/library/concept/delta-profile.md): 7 implementations
- [Point of Control](https://www.luxalgo.com/library/concept/point-of-control.md): 4 implementations
- [Value Area](https://www.luxalgo.com/library/concept/value-area.md): 2 implementations
- [Naked POC](https://www.luxalgo.com/library/concept/naked-poc.md): 1 implementations
- [Profile Shape Taxonomy](https://www.luxalgo.com/library/concept/profile-shape-taxonomy.md): 1 implementations

## Market profile / auction theory

The TPO framework that treats each session as an auction, reading Initial Balance, single prints, and balance versus imbalance to judge whether the market is accepting value or searching for it.

- [Initial Balance](https://www.luxalgo.com/library/concept/initial-balance.md): 2 implementations
- [TPO Profile](https://www.luxalgo.com/library/concept/tpo-profile.md): 1 implementations
- [Single Prints](https://www.luxalgo.com/library/concept/single-prints.md): 1 implementations
- [Unfinished Auction](https://www.luxalgo.com/library/concept/unfinished-auction.md): 1 implementations
- [Excess](https://www.luxalgo.com/library/concept/excess.md): 1 implementations
- [Balance vs Imbalance](https://www.luxalgo.com/library/concept/balance-vs-imbalance.md): 1 implementations
- [Rotation Factor](https://www.luxalgo.com/library/concept/rotation-factor.md): 1 implementations
- [One-timeframing](https://www.luxalgo.com/library/concept/one-timeframing.md): 1 implementations
- [Day-type Taxonomy](https://www.luxalgo.com/library/concept/day-type-taxonomy.md): 1 implementations
- [Value Migration](https://www.luxalgo.com/library/concept/value-migration.md): 1 implementations
- [80% Rule](https://www.luxalgo.com/library/concept/80-percent-rule.md): 1 implementations
- [Responsive vs Initiative Activity](https://www.luxalgo.com/library/concept/responsive-vs-initiative-activity.md): 1 implementations
- [Auction Failure](https://www.luxalgo.com/library/concept/auction-failure.md): 1 implementations
- [Poor High/poor Low](https://www.luxalgo.com/library/concept/poor-high-poor-low.md): build pending
- [Open Types](https://www.luxalgo.com/library/concept/open-types.md): build pending

## Order-flow & microstructure

Execution-level tools, from volume delta and footprint charts to the DOM and liquidity heatmaps, that read aggressive flow against resting liquidity to locate absorption, sweeps, and imbalances.

- [Volume Delta](https://www.luxalgo.com/library/concept/volume-delta.md): 10 implementations
- [Resting Liquidity / Liquidity Heatmap](https://www.luxalgo.com/library/concept/resting-liquidity-liquidity-heatmap.md): 5 implementations
- [Cumulative Volume Delta](https://www.luxalgo.com/library/concept/cumulative-volume-delta.md): 2 implementations
- [DOM](https://www.luxalgo.com/library/concept/dom.md): 2 implementations
- [Delta Divergence](https://www.luxalgo.com/library/concept/delta-divergence.md): 1 implementations
- [Footprint Concepts](https://www.luxalgo.com/library/concept/footprint-concepts.md): 1 implementations
- [Bid/ask Imbalance](https://www.luxalgo.com/library/concept/bid-ask-imbalance.md): 1 implementations
- [Absorption & Exhaustion](https://www.luxalgo.com/library/concept/absorption-and-exhaustion.md): 1 implementations
- [Sweep Detection](https://www.luxalgo.com/library/concept/sweep-detection.md): 1 implementations
- [Unfinished Business](https://www.luxalgo.com/library/concept/unfinished-business.md): 1 implementations
- [Execution Algo Footprints](https://www.luxalgo.com/library/concept/execution-algo-footprints.md): 1 implementations
- [Iceberg Detection](https://www.luxalgo.com/library/concept/iceberg-detection.md): build pending
- [Block Trades](https://www.luxalgo.com/library/concept/block-trades.md): build pending
- [Tape Reading](https://www.luxalgo.com/library/concept/tape-reading.md): build pending
- [Order-book Imbalance](https://www.luxalgo.com/library/concept/order-book-imbalance.md): build pending
- [Manipulation Footprints](https://www.luxalgo.com/library/concept/manipulation-footprints.md): build pending
- [Auction Open/close Imbalances](https://www.luxalgo.com/library/concept/auction-open-close-imbalances.md): build pending

## VSA (volume spread analysis)

A bar-by-bar method in the Wyckoff lineage that compares volume against a bar's spread and close to identify no-demand conditions, stopping volume, and climactic action.

- [No-demand / No-supply Bars](https://www.luxalgo.com/library/concept/no-demand-no-supply-bars.md): 1 implementations
- [Stopping Volume](https://www.luxalgo.com/library/concept/stopping-volume.md): 1 implementations
- [Climactic Action](https://www.luxalgo.com/library/concept/climactic-action.md): 1 implementations
- [VSA Test Bar](https://www.luxalgo.com/library/concept/vsa-test-bar.md): 1 implementations
- [Strength/weakness Background](https://www.luxalgo.com/library/concept/strength-weakness-background.md): 1 implementations

---

Source: https://www.luxalgo.com/library/family/volume-orderflow/ (LuxAlgo Library). Free to use with attribution: https://www.luxalgo.com/library/license/
