# Статистика Импульсов

С первого дня работы **Impulse 1.0** мы собираем статистику для оценки вероятностей при выборе стратегии, или расчета ММ и РМ.

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

**Описание:**

* **24h Vol** – объем торгов за сутки
* **DN min%** – минимальный импульс падения
* **DN Δ%** – средний вероятный % волатильности во время импульсов
* **DN max%** – максимальный импульс падения
* **cnt** – общее количество импульсов (за все время)
* **cnt10** – количество импульсов более 10%
* **UP min%** – минимальный импульс вверх
* **UP Δ%** – средний вероятный % волатильности во время импульсов
* **UP max%** – максимальный импульс вверх


---

# 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://docs.itradingbot.net/group-1/statistika-impulsov.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.
