> 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/overview.md).

# Overview

The Order Flow Concepts toolkit operates differently from traditional pattern-based indicators (like the FVG or Breaker models). Instead of waiting for a specific structural setup to form, this toolkit provides a continuous, real-time read of the underlying market mechanics — specifically volume, liquidity, and participant behavior.

{% content-ref url="/pages/zrVzotzrTCV7Zj8Xhd9D" %}
[Features](/toolkits/orderflow-concepts-tm/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/Nxx2IeCK7BAoKuoT3YDz" %}
[Volume Profiles](/toolkits/orderflow-concepts-tm/volume-profiles.md)
{% endcontent-ref %}

{% content-ref url="/pages/LgzqK46zHzXJuEUdzSuA" %}
[Stacked Imbalances](/toolkits/orderflow-concepts-tm/stacked-imbalances.md)
{% endcontent-ref %}

{% content-ref url="/pages/paKncFOTQmPhwr5Fo5We" %}
[Liquidity Pools](/toolkits/orderflow-concepts-tm/liquidity-pools.md)
{% endcontent-ref %}

{% content-ref url="/pages/LcNNUOr3q2eqXvTUEdMX" %}
[Volume Anomalies](/toolkits/orderflow-concepts-tm/volume-anomalies.md)
{% endcontent-ref %}

{% content-ref url="/pages/M92A88dqZbaazieF6WKu" %}
[Big Order Bubbles](/toolkits/orderflow-concepts-tm/big-order-bubbles.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZXmgBjoW27yxIY1VMwWF" %}
[Framework](/toolkits/orderflow-concepts-tm/framework.md)
{% endcontent-ref %}

{% content-ref url="/pages/SJ6BnngVeCp59pmUbdnu" %}
[Dashboard](/toolkits/orderflow-concepts-tm/dashboard.md)
{% endcontent-ref %}

{% content-ref url="/pages/pacS2NDGmSfeNu6hkD19" %}
[Alerts](/toolkits/orderflow-concepts-tm/alerts.md)
{% endcontent-ref %}

By reading intrabar data and historical price extremes, the model visualizes the unseen forces that drive price action. It tracks liquidity, volume profiles, and anomalies to build a structural understanding of order flow, allowing you to filter out low-probability setups and only take trades backed by institutional conviction.


---

# 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/overview.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.
