> 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/oscillators/volume-concepts/volume-line.md).

# Volume Line

The **Volume Line** is the primary signal generator within the Volume Concepts. It tracks the real-time relative momentum of price, heavily influenced by volume participation.

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

&#x20;It is designed to act as a "Single Source of Truth" for where price sits within the current volatility context.

### Smoothing

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

To ensure the signal is usable for traders, the Volume Line includes an optional **Smoothing** feature:

* **Unsmoothed (Raw)**: Captures every tick and micro-shift in momentum. Useful for fast scalpers.
* **Smoothed (EMA)**: Uses an Exponential Moving Average to filter out market noise and wicks. This provides a much clearer view of the "core" trend and reduces the number of false zero-line crossovers.

### Visual Cues

The Volume Line provides instant visual feedback through its color and position:

* **Teal Line (Bullish Regime)**: When the line is above **0.0**, it is colored teal (default), indicating that buyers are in control and the price is in the upper half of its volatility range.
* **Red Line (Bearish Regime)**: When the line is below **0.0**, it is colored red (default), indicating that sellers are in control.
* **Histbase Interaction**: The line is plotted against a histogram area base of 0.0, making it easy to identify **Regime Shifts** (crosses of the zero line).

### Practical Usage

* **Ascension/Descension**: Watch for the *slope* of the line. A steepening slope indicates accelerating momentum.
* **Zero-Line Rejections**: If the line approaches 0.0 but bounces off it, it confirms that the current regime is very strong and the mean is acting as support/resistance.
* **Crossovers**: A Zero-Line Crossover is a primary signal of a trend change.


---

# 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/oscillators/volume-concepts/volume-line.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.
