> For the complete documentation index, see [llms.txt](https://1ex.gitbook.io/1ex-smart-dom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1ex.gitbook.io/1ex-smart-dom/features/clusters/basis-for-the-clusters-design.md).

# Basis for the clusters design

The estimation of the data accumulation in candles and the understanding of the market microstructure involve some 6 design steps in constructing a cluster.&#x20;

* The Plotting Basis - it describes the input data for the cluster design.
* A cluster makes it possible to estimate the market from the point of view a specific characteristic and finally to shape a complete outline of the market.
* Each basis has an adjustment parameter. This parameter allows a user to set a particular threshold value for the cluster formation.

{% hint style="success" %}
The selection in the basis design is carried out on an additional panel in the upper left part of the workspace. By default, Time Range basis is predetermined. When you select this option, a drop-down list with the names of the remaining bases will be displayed. Next to the name of the basis on the panel there is located the corresponding Value field.
{% endhint %}

<figure><img src="/files/xDvXgOJoJaugulSnPaSU" alt=""><figcaption></figcaption></figure>

### Designed basis

* Basis - Time (in sec)&#x20;
* Basis - Volume&#x20;
* Basis - Price range&#x20;
* Basis - Volume Delta&#x20;
* Basis - Intensity
* Basis - Number of transactions

### Purposes of a basis

<table><thead><tr><th>Label </th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td> Time (in sec)</td><td>The cluster design is based on a specified number of seconds. When the specified time value is reached, the cluster is assumed to be completed.</td><td></td></tr><tr><td>Volume</td><td>The cluster is defined by a specified value of the trading volume. When this predetermined volume value is reached, the cluster is completed.</td><td></td></tr><tr><td>Price range</td><td>A given price range involves design of this cluster. After the price arrives a given number of points, the cluster is considered as completed.</td><td></td></tr><tr><td>Volume delta</td><td>Formation of this cluster is based on the specified difference between the volumes of purchases and sales. When a predetermined value is reached, the cluster will be completed.</td><td></td></tr><tr><td>Intensity</td><td>Filled in based on price dynamics</td><td></td></tr><tr><td>Number of transactions</td><td>It is designed taking into consideration a specified number of trades. When a predetermined value is reached, the cluster will be completed.</td><td></td></tr></tbody></table>


---

# 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://1ex.gitbook.io/1ex-smart-dom/features/clusters/basis-for-the-clusters-design.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.
