# Anchored CVD

## Definition

Anchored CVD is a specialized variation of the Cumulative Volume Delta (CVD) indicator that resets its calculation at predefined anchor points, such as the start of a day, 4-hour period, or 1-hour period. Like traditional CVD, it tracks the difference between buy volume and sell volume to reveal buying or selling pressure in the market. By anchoring to a specific point (ie. daily open), it highlights intraday shifts in market sentiment more clearly. This helps traders compares buying or selling momentum on a day-to-day basis.

**Key Features:**

* **Reset Points:** The cumulative calculation starts fresh at each anchor point (e.g., daily, 4-hour, or 1-hour intervals).
* **Comparative Analysis:** Enables clearer comparisons of buying and selling behavior across different timeframes.
* **Trend Identification:** Highlights shifts in market sentiment more precisely by isolating periods of activity.

This variation helps traders analyze intraday momentum, spot trend reversals, and compare market pressure across multiple time intervals.


---

# Agent Instructions: 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:

```
GET https://academy.hyblockcapital.com/indicators/orderflow-and-open-interest/anchored-cvd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
