# What is ALGO Trading?

Algorithmic trading, commonly known as algo trading, involves the utilization of computer algorithms to execute trading strategies in financial markets. Instead of human traders manually placing orders, algorithms autonomously make trading decisions based on predefined rules, parameters, and mathematical models.

In algo trading:

* Your demat account is linked to algorithmic software.
* The software generates buy or sell signals based on applied strategies.
* These signals are then executed in your demat account by your broker.
* Auto-booking occurs when the target is reached.
* An auto exit is triggered if a stop-loss is hit.

<figure><img src="/files/2dun6yLQPfvmHbze8eWO" alt=""><figcaption></figcaption></figure>

This method enables faster trade execution, minimizes human error, and proficiently implements complex trading strategies.


---

# 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://brainautotech.gitbook.io/brain-auto-tech/everything-about-algo/what-is-algo-trading.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.
