# Почему сумма позиций в боте отличается от биржи?

Сумма позиций может отличаться, так как бот покупал по разным ценам каждый шаг, в то время как биржа просто суммирует весь актив и умножает на свежий курс.

Необходимо смотреть именно на размер позиций, то есть на количество актива. Если размер позиций в боте и на бирже совпадает, то все в порядке. Если по какой-либо причине актива на бирже меньше, чем в боте, то напишите нам в [Telegram бота службы технической поддержки.](https://t.me/@hash7support_bot)


---

# 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://hash7-gitbook.gitbook.io/ru/faq/torgovye-boty-strategii/pochemu-summa-pozicii-v-bote-otlichaetsya-ot-birzhi.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.
