# Order Flow (/platform/charts/order-flow/introduction)



Order flow on LuxAlgo is built from **pre-aggregated footprints**: one-minute slices of volume-at-price and per-side trade counts, re-bucketed to any chart timeframe, plus ordinary candles. There is no live order book or trade tape.

The tools come in two forms:

* **Chart types**: switch the chart style to **Footprint** or **TPO** and the profile *is* the chart, with the deepest feature set (multiple footprints per bar, TPO session merging).
* **Indicators**: everything in **Indicators → Orderflow** draws over the candles or in its own pane, including overlay versions of Footprint and TPO.

## Which tools run where [#which-tools-run-where]

Most tools need a footprint-capable symbol (crypto and US equities; see [Data](/platform/charts/data)). If a tool can't run on the current market it warns, or doesn't appear in the picker, instead of drawing a blank series.

Three tools are computed from candles and work on **every market**: **TPO**, **VWAP**, and the **Visible Range Volume Profile** (which trades the buy/sell split for universal availability). Tools built on *trade counts* additionally need count-carrying data. Bars without it show honest gaps rather than fake zeros. Pane-based tools (the delta and count families) need a fixed bar duration, so they're unavailable on monthly timeframes.

## Tools [#tools]

<CardGroup cols="2">
  <Card title="Footprint" href="/platform/charts/order-flow/footprint">
    Per-bar bid/ask profiles with imbalances, unfinished auctions, and a stat table. Chart type or overlay.
  </Card>

  <Card title="TPO" href="/platform/charts/order-flow/tpo">
    Session letter/block profiles with value area, initial balance, and session merging. Chart type or overlay.
  </Card>

  <Card title="Volume Delta" href="/platform/charts/order-flow/volume-delta">
    Per-bar delta and cumulative volume delta (CVD).
  </Card>

  <Card title="Volume Profiles" href="/platform/charts/order-flow/volume-profiles">
    Session, rolling, and visible-range profiles with POC, value area, and developing levels.
  </Card>

  <Card title="Volume Tails" href="/platform/charts/order-flow/volume-tails">
    Supply and demand tails over a fixed, visible, rolling, or session range.
  </Card>

  <Card title="Trade Count" href="/platform/charts/order-flow/trade-count">
    Executed prints per bar, with delta and cumulative variants.
  </Card>

  <Card title="Bar Stats" href="/platform/charts/order-flow/bar-stats">
    Volume, delta, and trade counts for each candle, under the chart.
  </Card>

  <Card title="Volume Bubbles" href="/platform/charts/order-flow/volume-bubbles">
    Size clusters at price, filtered down to the trades that matter.
  </Card>

  <Card title="VWAP" href="/platform/charts/order-flow/vwap">
    Anchored VWAP with standard-deviation bands.
  </Card>
</CardGroup>

<Note>
  Order-flow tools are the full suite on every plan, built from real trades. Footprint history depends on your plan: **Free** 1 day, **Premium** 90 days, **Ultimate** 1 year, **AI Ultra** full history.
</Note>
