> 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/types-of-modules.md).

# Types of Modules

The modules system of the terminal includes the following components:

* **Сх** - behavioral capacity&#x20;
* **Сy** - behavioral capacity &#x20;
* **Aх** - behavioral activity &#x20;
* **Aу** - title behavioral activity
* **T** - transactions
* **I** - intensity

The practical application of the modules constitutes the scope of their functionality. Mainly, the modules display the dynamics of orders movements in connection with the different settings. Using this information, one can generate additional trading signals and determine price levels with great accuracy.

Each example listed below includes a specific assumption that is true with a some probabilistic advantage. It can not be 100% similarly to any generic assumption of the Technical Analysis.

An Application Example: Characterization of the overall directional advantage.

Modules in use:&#x20;

* **Сх** -  behavioral capacity
* **Сy** - behavioral capacity

Overall Bid/Ask activity often indicates a potential price movement direction. For example, if the activity of order movement in these modules is greater on the Ask side, there is a possibility of a short movement provided that the market is at a "turning point".

#### Definition of the Levels

Modules in use:&#x20;

* **Aх** - behavioral capacity &#x20;
* **Aу** - title behavioral activity
* **I** - Intensity &#x20;

Levels are determined using the increased activity at a specific price level. The necessary filtering out of the false price levels is implemented using a sliding window algorithm.

The significance of the processed levels

Modules in use:&#x20;

* **T** - transactions

The activity module of  the processed trades not only shows the intensity in the spread area, but also indicates the significance of the already worked levels (in the form of histograms).

Adding Modules

In order to add some modules in the working space one uses the button on the sidebar.

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


---

# 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/types-of-modules.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.
