> 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/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 einen Market-Order an die Börse, wenn die Stop-Bedingung ausgelöst wird.
* Ein Stop-Limit-Auftrag sendet einen Limit-Order an die Börse zu einem vordefinierten Preis, wenn die Stop-Bedingung ausgelöst wird.

In goodcryptoX kann die Stop-Bedingung entweder sein:

* Ein vom Markt erreichter Preisniveau, oder
* Ein TradingView [Webhook](/goodcryptox-de/cex-handel/webhooks.md), das vollständige Kontrolle über benutzerdefinierte TA-Alarme oder Strategie-Skripte ermöglicht.

Bis zur Auslösung liegen sowohl Stop-Market- als auch Stop-Limit-Aufträge vollständig auf den goodcryptoX-Servern. Die Börse hat keine Kenntnis davon, was zwei wichtige Vorteile bietet:

* Ihr Börsenkonto wird nicht eingefroren, bis der Auftrag ausgelöst wird, was eine effizientere Nutzung des Kapitals ermöglicht.
* Diese Aufträge zählen nicht zu Ihren offenen Auftragslimits an der Börse.

Da die Auslöse-Logik jedoch serverseitig ist, besteht eine kleine Abhängigkeit: Wenn die goodcryptoX-Server zum Zeitpunkt des Erreichens der 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 Limitpreise basierend auf der aktuellen Marktrichtung einschränken, ermöglicht 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 bei Stop-Limit-Aufträgen).


---

# 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/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.
