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

# Volume Profiles

The Volume Profiles component visualizes Higher Timeframe (HTF) volume distribution directly on your chart, helping you identify where the most trading activity has occurred over a specified period.

#### Profile Type

You can choose how the volume data is calculated and displayed:

* **Buy/Sell**: Displays the total volume, optionally split into buying and selling volume (based on intrabar price movement) if available.

<figure><img src="/files/lhWIjIr3XLsHiZAgq4gl" alt=""><figcaption></figcaption></figure>

* **Delta**: Displays the net difference between buying and selling volume, highlighting whether buyers or sellers were more aggressive at a specific price level.

<figure><img src="/files/Cs5BjksJgbxSByBZiHxJ" alt=""><figcaption></figcaption></figure>

#### Profile Mode

This determines the visual rendering style of the volume profiles:

* **Solid**: Draws the traditional continuous block histogram for the volume profile.

<figure><img src="/files/UnJknh42JKJniNJDV2ej" alt=""><figcaption></figcaption></figure>

* **Outline**: Draws a continuous polyline outlining the shape of the volume profile for a cleaner, minimalist look.

<figure><img src="/files/vw1nzvAXZ7UneD0AJUpe" alt=""><figcaption></figcaption></figure>

* **Spaced**: Draws the volume profile using separated, slightly gapped rows to clearly distinguish each price bin.

<figure><img src="/files/BZW3lA5SkUrY7TI5gc71" alt=""><figcaption></figcaption></figure>

#### Initial Range (ITR)

Highlights the initial price range established at the start of the profile period, which is useful for opening range breakout strategies. You can choose how this is displayed:

* **None**: Disables the initial range visual.
* **Zone**: Draws a shaded background box representing the range.

<figure><img src="/files/HJHgLI6KK8uTMyVPFIwh" alt=""><figcaption></figcaption></figure>

* **Line**: Draws a clean, single vertical line at the start of the profile spanning the initial range's high and low.

<figure><img src="/files/2x0nAJaDy738yUhPUB29" alt=""><figcaption></figcaption></figure>

#### Value Area (VA)

The Value Area highlights the price range where a specified percentage of the total volume was traded.

* **Value Area %**: The default is 70%, meaning the shaded area represents where 70% of the trading activity took place. Price levels outside this area are considered unfair value.
* **In/Out VA Transparency**: You can independently adjust the opacity of the profile bars inside the Value Area versus outside it, making the high-volume nodes stand out visually.

#### Granularity and Range

* **Resolution (Bins)**: Controls how many horizontal rows the profile is divided into. Higher values (e.g., 50 or 100) provide more granular price levels, while lower values smooth the data into broader zones.
* **Number of Profiles**: Determines how many historical profiles to display on the chart.
* **Show Row Values**: Displays the exact numerical volume data inside each row of the profile.


---

# 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/volume-profiles.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.
