# Частые ошибки ISA

Тут мы перечислим частые ошибки и то что нужно сделать чтоб их исправить&#x20;

**Message: order placement error | Error: authenticated request failed code: 110013 message: cannot set leverage \[1000] gt maxLeverage \[500] by risk limit** - Зайди в Bybit → Деривативы → найди пару на которой вы запустили бот → в интерфейсе торговли уменьши плечо с 1000x до 500x или ниже. (ошибка возникла из за чрезмерно высокого плеча на бирже, нужно его снизить вручную)

**Message: order placement error | Error: authenticated request failed code: 10001 message: position idx not match position mode -** зайти в аккаунт Bybit, найти монету по который у вас появилась ошибка (и все другие пары) и переключить Position Mode на One-Way (односторонний режим). После этого ошибка исчезнет.

**authenticated request failed code: 110007 message: ab not enough for new order -** Эта ошибка говорит что на вашем балансе недостаточно средств для размещения ордера.


---

# 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.ispecalgo.com/isa-algoterminal/chastye-oshibki-isa.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.
