> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/toolkits/orderflow-concepts-tm/features.md).

# Features

The Order Flow Concepts toolkit is packed with advanced analytical tools designed to uncover institutional activity.

* **HTF Volume Profiles**: Overlays Higher Timeframe volume distributions directly on your chart. Supports both Continuous (macro POC) and Spaced (shifting value) profiles, complete with customizable Value Area (VA) percentages and Initial Range highlighting.
* **Liquidity Pools**: Tracks and visualizes historical resting liquidity pools across three time horizons (Fast, Mid, Slow). Choose to view liquidity density via an advanced Heatmap Block system or clean Dotted Lines.
* **Volume vs Money Calculation**: Choose whether liquidity pools and aggregations calculate raw traded Volume or total traded Money (Volume \* Price).
* **Stacked Imbalances**: Automatically highlights zones where consecutive, one-sided volume imbalances occur, indicating aggressive market order execution.
* **Volume Anomalies**: Flags specific institutional footprints on individual candles, including:
  * **Absorption**: High volume with small price progress (limit order stacking).
  * **Exhaustion**: Climax volume followed by a massive rejection.
  * **Trapped Traders**: High volume breakout "bait" candles followed by an immediate reversal.
* **Big Order Bubbles**: Visual markers that immediately alert you to exceptionally large, single-bar volume injections relative to the recent baseline.
* **Analytical Dashboard**: A real-time, on-chart panel that aggregates raw data to provide a directional bias. It calculates the pull of liquidity pools using 9 different algorithms, including Gravity (Inverse Square), Time-Weighted (Aged), and Void Detection.
* **Mitigation Logic**: Fully customizable rules for when a liquidity pool is considered "mitigated" and removed from the chart — choose between a simple Wick touch or a confirmed Candle Close.
* **Targeted Alerts**: Receive instant notifications when strong liquidity pools are reached or when retail traders (Bulls or Bears) are trapped in a fakeout.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.candelacharts.com/toolkits/orderflow-concepts-tm/features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
