# Anomalous Volume Dynamics Analyzer

Instant changes in the level of trading volumes are significant and very accurate indicators of potential changes in the sector.&#x20;

We conclude, on the basis of a large number of experiments, that a sudden rise in trading volumes is always followed by a large-scale activation of the market.&#x20;

So we built an assistant that analyzes real-time trading volumes on the smallest available timeframes and detects each person increase in the amount of trading. This allows anomalous cases to be clearly documented, where the rise in volume greatly exceeds the normal trading result or a specific cryptocurrency.

![](/files/-MW69WwvvI1CUHoVwf5j)

For noise filtering, if the coin displays increased volatility for a long time, the algorithm smoothes all signals since, under such conditions, any deviations do not necessarily mean a shift in the mood of market traders.&#x20;

The framework also analyzes important variations from the expected volume level as a special case. The expected volume is computed using the N-th degree polynomial regression, where N depends on the current situation and is automatically determined by the assistant.


---

# 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://axxa-ai-1.gitbook.io/axxa/anomalous-volume-dynamics-analyzer.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.
