> For the complete documentation index, see [llms.txt](https://docs.cvizor.com/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cvizor.com/en/modules/delta/what-is.md).

# Delta and cumulative delta

## What is delta and cumulative delta?

Delta is the difference between market buys and retail sales at each price, in each candle or bar.

The cumulative delta is the accumulative delta over a certain period of time. It displays the full dynamics of the balance of market buying and selling, starting from a certain point in time, and not just in one candle or bar.

A market order is an immediate order to open or close a position to buy or sell at the current market price.

Calculation of the delta takes place according to market, or as they say, "aggressive" orders, since it is market orders that move the price in the market.

If the delta changes in a positive direction, and the price does not rise, this indicates the presence of a major limit seller. It is because of him that the price cannot go up. Or vice versa – a negative delta and a stable price indicate that there is a major limit buyer.

If we talk about the definition of a limit order, this is an order to buy or sell at a given price, which falls into the order book. The order will be executed when the market price reaches the limit price (or better price) you specified. Such orders can be used to buy or sell an asset at a lower or higher price than the current market price

###


---

# 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.cvizor.com/en/modules/delta/what-is.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.
