# Algorithmic Orders

Algorithmic orders allow to set the logic for placing and triggering an order depending on the conditions of the selected trading pair on the chart.

The main distinguishing feature of an algorithmic order is its "delayed" nature of placing. A user specifies a level of a signal at which an active phase of the algorithm starts, the result of which may be placing an order on the exchange. Thus, at the time of setting the conditions for placing an algorithmic order, there is no way for the user to predict when and at what level it will trigger. When creating algorithmic orders, deposit funds are not blocked. In the case when trying to place an order, as a result of the algorithm work, the user does not have enough funds - such an algorithm must be deleted by notifying the user via alert in the terminal and by mail.![](/files/7Vc75bif0vb6cDlZtn9D)![](/files/LHHoUq3GJmgA1m7GS6A4)

<br>


---

# 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://avstrade.gitbook.io/avstrade-docs-en/trading/algorithmic-orders.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.
