# System Overview

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

Technotrading follows best practice approaches for algorithmic trading. One is to have modular systems for different essential tasks within algorithmic trading. The connection between the systems lays the basis for end-to-end automation and execution and is typically referred to as “the pipeline”. In figure 1 the different high level components of the pipeline can be found, which will be explained in greater detail in the different sections below. The first component of each algo trading pipeline is the trading strategy. The trading strategy is the computations that result in trading signals: buy, sell or exit trades. Second, there is a system, over which the algorithms are managed and continuously improved. Key functionalities of these include backtesting mechanisms to estimate performance of the algos, as well as hyper optimization potential and strategy deployment. Over the last section onchain trade execution the different trading commands are directly executed on the blockchain.


---

# 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://techno-trading-ai.gitbook.io/technotrading/overview/system-overview.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.
