> 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/perp-dexs/manuelle-orders/stop-market-limit.md).

# Stop-Market/Limit

Stop-Market- und Stop-Limit-Aufträge sind bedingte Auftragstypen, die die Ausführung von Trades automatisieren, sobald eine bestimmte Auslösebedingung erfüllt ist.

* Ein Stop-Market-Auftrag sendet beim Auslösen der Stop-Bedingung einen Market-Order an die Börse.
* Ein Stop-Limit-Auftrag sendet beim Auslösen der Stop-Bedingung einen Limit-Order zu einem vordefinierten Preis an die Börse.

In goodcryptoX kann die Stop-Bedingung entweder sein:

* Ein vom Markt erreichter Preislevel, oder
* Ein TradingView [Webhook](/goodcryptox-de/perp-dexs/webhooks.md), der vollständige Kontrolle über benutzerdefinierte TA-Alarme oder Strategiedrehbücher ermöglicht.

Bis zur Auslösung verbleiben sowohl Stop-Market- als auch Stop-Limit-Aufträge vollständig auf den goodcryptoX-Servern. Die Börse weiß nichts von ihnen, was zwei wesentliche Vorteile bietet:

* Ihr Börsen-Guthaben ist bis zur Auslösung nicht blockiert, was eine effizientere Nutzung des Kapitals ermöglicht.
* Diese Aufträge zählen nicht zu Ihren offenen Auftragslimits bei der Börse.

Da die Auslöselogik serverseitig ist, besteht jedoch eine kleine Abhängigkeit: Falls die goodcryptoX-Server zum Zeitpunkt der erfüllten Bedingung nicht verfügbar sind, kann der Auftrag möglicherweise nicht ausgelöst oder ausgeführt werden.

Im Gegensatz zu einigen Börsen, die Stop-Bedingungen oder Limit-Preise anhand der aktuellen Marktrichtung einschränken, erlaubt goodcryptoX Ihnen, sowohl den Stop-Preis als auch den Limit-Preis frei zu definieren — oberhalb, unterhalb oder gleich dem aktuellen Marktpreis (oder dem Stop-Preis für einen Stop-Limit-Auftrag).


---

# 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/perp-dexs/manuelle-orders/stop-market-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.
