> For the complete documentation index, see [llms.txt](https://help.za.velocitytrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.za.velocitytrade.com/desktop-application-for-windows/windows/analysis-tools/chart/volume-analysis/vwap.md).

# VWAP+

VWAP+ allows calculating a cumulative volume-weighted average price by ticks for defined period.

![](/files/-MgF4Cf1UTQtPN0pOG1k)

Visible – controls visibility of the render on a chart. Default state – False.

Historical mode – allows determining whether the render will count its historical values. Default state – False.

* If Historical mode is checked, then render counts both historical and current values.
* If Historical mode is not activated, then render counts only current values.

Line #1:

Line visible – allows visibility of a certain line of render. Default state – False.

Calculation cycle – cycle for calculation of cumulative VWAP+ value. The following options are available:

* Custom cycle – default value, with this value the length of the renderer calculation cycle is set by the user;
* Intraday – defines the period of cumulative calculations of render values in minutes from the beginning of a trade day. In one trade day can be lots of intraday cycles.

Days number – number of days for calculating the values of the volume analysis by ticks, if Calculation cycle is set to “Custom cycle”;

Start/End day time – allows to determine time of start and end of a day;

VWAP = ∑ price i \* size i / ∑ size i,

where 'size i' is the volume traded at 'price i' .

Intraday cycle – defines the period of cumulative calculations of render values in minutes from the beginning of a trade day. In one trade day can be lots of intraday cycles.

Line style – a set of standard controls for settings of visual look of a render.

Line #2 and Line #3 have the same settings as Line #1.

![](/files/-MgF4Cf3hRCCeglLNh3-)


---

# 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://help.za.velocitytrade.com/desktop-application-for-windows/windows/analysis-tools/chart/volume-analysis/vwap.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.
