# Strategy "Traffic on Ax"

## Configuring the workspace

1. In the left panel of the terminal, click on "New tab".

<figure><img src="/files/21tzlFGVaa5hqAAxVG5O" alt=""><figcaption></figcaption></figure>

2. In the window that opens, select the connection to the exchange, the trading instrument and in the section "DOM Modules" put a check mark next to "Ax", then click "Apply".

<figure><img src="/files/85niihbmOOPAlK4vrBIb" alt=""><figcaption></figcaption></figure>

3. Next, you need to configure the module itself, for this, the display, time and histogram settings are located on the top of the module: we set the time range in seconds, which sets the size of the sliding window and the scale scale for building a histogram.

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

Using the example of BTCUSDT (the approximate significant volume at the same level is about 30-200 BTC at a price step of $ 1 on the Binance exchange - the value varies depending on volatility):

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

After setting up, the workspace should look like this:

<figure><img src="/files/7TcAFDB0trh0hZANmq1H" alt=""><figcaption></figcaption></figure>

## Description of the trading strategy

Ax module helps to determine:

To identify the direction of accumulation of LARGE POSITIONS by limit orders (potentially - actions of the market maker).

To identify the propping up of the levels (reversal formations).

Determination of support and resistance levels in the market.

## Entry points to the deal

1. Identify a significant level.
2. Place an application at this level (preferably 2 steps before this level to take your application with a high probability).
3. Wait for your application to be accepted.
4. After taking your application, there should be a reaction in your direction (a quick blow, a rebound, an increase in intensity).
5. At the level of your entry or a little further, there is a surge (growth) of the scales - it looks like the level is supported by limit orders.
6. Maintaining a position towards the intended goals. If the price reaction was not at the level, then the deal is for a short time, because a breakdown of this level is likely (a quick deal with an exit).

How to determine the level: this is an outstanding maximum among the local distribution of scales. Example - prices 60272 and 60240 for ASK and 60046 and 60014 for BID:

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

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

How it looks on the chart:

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

What happened after a few minutes (the levels restrained the price, and then you need to look at the price behavior - intensity, orientation, to assess the possibility of holding a short position and for what distance):

<figure><img src="/files/0uz6iXL3ybigurMmoiN6" 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:

```
GET https://1ex.gitbook.io/1ex-smart-dom/trading-strategies-and-their-practical-application/trading-strategies-1ex-smart-dom/strategy-traffic-on-ax.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.
