> 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/volume-dots.md).

# Volume dots

Volume dots functionality allows plotting a real-time chart and showing volumes as 2D dots when 1 Tick aggregation method is selected for the chart. Volume dots functionality is also available for historical data.

![](/files/-MgF4BsARClUhQdq_r1L)

Blue color of dots shows Buy volume, red color shows Sell volume.

To start displaying the Volume dots on the chart, a user needs to perform the following steps in the ‘Aggregation types’ window, selecting the Edit mode:

* Select the Tick aggregation type;
* Set the Value to “1”;
* Tick the ‘Volume dots’ checkbox (unchecked by default).

![](/files/-MgF4BsBqqa5ehB1s1-D)

The plotting of the Volume dots chart starts immediately after ticking the checkbox and applying the corresponding settings.

Hovering the certain Volume dot allows to view time of the last quote, which this dot includes, and the VWAP.

![](/files/-MgF4BsCLo62hMM8u0X9)

**Volume dots settings**

![](/files/-MgF4BsEz5BX2dj7LbdD)

* Aggregation schemes – allow to select aggregation schemes for Volume dots. The following types are available:
  * By time – dots formation, depending on the set time;
  * By volume – dots formation, depending on the set volume;
  * By price – dots formation, depending on the price level;
  * None – no aggregation scheme. All Volume dots are built on the chart, overlaying one another.
* Time (min) – time period between the end of formation of one Volume dot and the start of formation of another one (available only for ‘By time’ scheme);
* Max volume – volume from which the formation of dots on the chart starts (available only for ‘By volume’ scheme);
* Ignore auction trade – if the checkbox is true, then the trades during the auction are not considered;
* Minimal displayed volume – allows to set the minimal volume for the beginning of dots formatio&#x6E;**;**
* Sell volume color – allows to set Sell volume color;
* Buy volume color – allows to set Buy volume color;
* Dots size – allows to manage the size of volume dots. Zooming of dots on the chart increases or decreases the size of Volume dots without changing the size of the chart. The initial size of each dot depends on the traded volume. The size of the dot corresponds to the amount of traded volume.

Display of volumes depends on the state of the checkbox ‘Abbreviate volumes’ in General settings.

![](/files/-MgF4BsHe6OX2rOb-4Ri)


---

# 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/volume-dots.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.
