# VWAP+

VWAP+ allows calculating a cumulative volume-weighted average price by ticks for defined period. For activating, select it from the list of analysis tools:

![](/files/-MiRV9dofSANAYwMV_z-)

Please note that VWAP+ plotting may take some time. The following settings are available for this analysis tool:

![](/files/-MbuSgEvNqSV_BVkibZj)

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/-McDfmQzyvDsTwC0od0a)


---

# 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://guide.traderevolution.com/project/desktop-application-for-windows/windows/analysis-tools/chart/volume-analysis/vwap.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.
