> For the complete documentation index, see [llms.txt](https://docs.agenatrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agenatrader.com/german/einfuhrung/ubersicht/unterstutzte-handelsinstrumente-und-orderabwicklung.md).

# Unterstützte Handelsinstrumente und Orderabwicklung

## **Unterstützte Assetklassen**

AgenaTrader ermöglicht den Handel mit einer Vielzahl von Finanzinstrumenten, darunter:

* **Aktien**
* **CFDs**
* **Futures**
* **Forex (Devisenhandel)**
* **Optionen**
* **Indizes**

Die konkret handelbaren Instrumente hängen jedoch von Ihrem Broker ab. Bitte überprüfen Sie direkt bei Ihrem Broker, welche Assetklassen unterstützt werden.

***

**Unterstützte Order-Verknüpfungen**

Order-Verknüpfungen sind Mechanismen, die Ihre Einstiegsorders mit Ziel- und Stop-Orders verbinden. Dadurch wird das Order-Management automatisiert. AgenaTrader unterstützt drei Haupttypen von Order-Verknüpfungen:

* **OCO (One Cancels the Other)**\
  Wird eine Stop-Order ausgeführt, wird die zugehörige Ziel-Order automatisch storniert – und umgekehrt.
* **IfDone**\
  Sobald Ihre Einstiegsorder ausgeführt wird, werden die damit verknüpften Stop- und Ziel-Orders automatisch platziert.
* **ORO (One Reduces the Other)**\
  Wird eine Ihrer Ziel-Orders ausgeführt, wird die Größe der Stop-Order entsprechend reduziert, um die verbleibende Positionsgröße anzupassen.

Bitte beachten Sie, dass die Unterstützung und Verarbeitung dieser Order-Verknüpfungen je nach Broker variieren kann. Weitere Informationen hierzu finden Sie in den spezifischen Broker-Seiten in diesem Wiki oder im entsprechenden FAQ-Artikel.

***

## **Orderausführung**

AgenaTrader selbst führt keine Orders aus. Die Orderausführung erfolgt ausschließlich über Ihren Broker, der AgenaTrader über ausgeführte Orders und deren Preise informiert.

Falls die Marktdaten Ihres Datenfeed-Anbieters nicht exakt mit den Kursen auf der Plattform Ihres Brokers übereinstimmen, kann es vorkommen, dass Ein- und Ausstiegspreise in Ihrem Chart nicht korrekt angezeigt werden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.agenatrader.com/german/einfuhrung/ubersicht/unterstutzte-handelsinstrumente-und-orderabwicklung.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
