# Anchored VWAP

Specify the start point on the chart and anchored VWAP will draw a line to the current moment. Also, you can specify the endpoint for the line, set Standard Deviation and Maximum Permissible Deviation.

![](https://gblobscdn.gitbook.com/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-M3CFv5YEEREh6BG47jM%2F-M3CJypE9CEK9OEg9JDZ%2Fanchored-vwap.gif?alt=media\&token=020c9bd7-41da-406d-ac85-391cb74bca69)

By clicking on the "**Gear"** icon, you can customize the settings of the selected VWAP

![Settings of Custom VWAP (Anchored VWAP)](https://gblobscdn.gitbook.com/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-MWdQTPaBFKLv7Cgxp1L%2F-MWdRGQi07JKIOhJbDon%2Fimage.png?alt=media\&token=ac8692a7-3dc6-4f4e-b58f-3ccaacaa91fb)

* **VWAP line** — set the main line type, its thickness and color
* **Data type** — set the data for VWAP calculation: **Ticks** or **Current TF. Ticks** will use tick data for VWAP calculation and will take much more time for loading **Current TF** will use Bar data from the current selected Timeframe of your chart. It will use Price type data and multiple it to Bar Volume.
* **Price Type** — select the price for the Current TF data type (Open, High, Low, Close, HL/2, HLC/3, OHLC/4)

![](https://gblobscdn.gitbook.com/assets%2F-LD6FsRvQ3jgwJIg6O7r%2F-MWdeqPHwxm3axjLjX4C%2F-MWdeznRFXRiys01-Hny%2Fimage.png?alt=media\&token=92199441-4dee-4c1d-bc9a-cfb38427ade7)

* **Standard Deviation Bands**. When the parameter is active, the standard deviation lines up and down from VWAP will be additionally calculated on the chart. Specify the number of standard deviations in the ***"Value"*** field and colors
* **Maximum Permissible Deviation (MPD).** MPD is similar to the standard deviation but is calculated as (VWAP period high - VWAP period low)/2.
* **Points coordinates** — defines the starting point for custom VWAP
* **Visible on specified timeframes** — this setting allows you to specify on which timeframes VWAP will be displayed.


---

# 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://help.ampfutures.com/trading-platforms/quantower/analytics-panels/chart/anchored-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.
