> For the complete documentation index, see [llms.txt](https://docs.goodcrypto.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goodcrypto.app/goodcryptox-de/cex-handel/manuelle-orders/limit.md).

# Limit

Eine Limit-Order ist eine Anweisung zum Kauf oder Verkauf zu einem bestimmten Preis oder besser. Im Gegensatz zu bedingten Orders wie Stop-Orders, Trailing-Orders oder TP/SL-Kombinationen — die auf den Servern von goodcryptoX überwacht werden, bis ihre Auslösebedingungen erfüllt sind — wird eine Limit-Order sofort an die Börse gesendet und direkt im Orderbuch der Börse platziert.

Da sie auf der Börse und nicht auf unseren Servern geführt wird, werden Ausführung, Füllverhalten oder Ablehnung einer Limit-Order vollständig von der Börse bestimmt. Nachdem sie eingereicht wurde, verhält sie sich unabhängig von goodcryptoX: Auch wenn unsere Server ausfallen, bleibt Ihre Limit-Order im Orderbuch und wird weiterhin gemäß dem Matching-Engine der Börse ausgeführt.

Limit-Orders können verwendet werden, um Positionen direkt zu eröffnen oder zu schließen, und sie dienen auch als Ausführungsteil bei Stop-Limit- und Trailing-Stop-Limit-Orders, die von goodcryptoX ausgelöst werden. Grid- und DCA-Bots verlassen sich ebenfalls auf native Limit-Orders.


---

# 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:

```
GET https://docs.goodcrypto.app/goodcryptox-de/cex-handel/manuelle-orders/limit.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.
