> 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-tr/perp-dexler/manuel-emirler/stop-market-limit.md).

# Stop market/limit

Stop Market ve Stop Limit emirleri, belirli bir tetikleme koşulu karşılandığında işlem yürütmeyi otomatikleştirmek için kullanılan koşullu emir türleridir.

* Bir Stop Market emri, stop koşulu tetiklendiğinde borsaya bir piyasa emri gönderir.
* Bir Stop Limit emri, stop koşulu tetiklendiğinde önceden belirlenmiş bir fiyatta borsaya bir limit emri gönderir.

goodcryptoX'te stop koşulu şu ikisinden biri olabilir:

* Pazar tarafından ulaşılan bir fiyat seviyesi, veya
* Bir TradingView [webhook](/goodcryptox-tr/perp-dexler/webhooklar.md), özel TA uyarıları veya strateji betikleri aracılığıyla tam kontrol sağlar.

Tetiklenene kadar, hem Stop Market hem de Stop Limit emirleri tamamen goodcryptoX sunucularında bulunur. Borsanın bunlardan haberi yoktur, bu da iki önemli fayda sağlar:

* Emir tetiklenene kadar borsa bakiye/varlığınız dondurulmaz; bu da sermayenin daha verimli kullanılmasını sağlar.
* Bu emirler borsadaki açık emir limitleriniz içinde sayılmaz.

Ancak tetikleme mantığı sunucu tarafında olduğu için küçük bir bağımlılık vardır: koşul karşılandığı anda goodcryptoX sunucuları kullanılamıyorsa, emir tetiklenmeyebilir veya yürütülemeyebilir.

Mevcut piyasa yönüne göre stop koşullarını veya limit fiyatlarını kısıtlayan bazı borsaların aksine, goodcryptoX hem stop fiyatını hem de limit fiyatını serbestçe tanımlamanıza izin verir — mevcut piyasa fiyatının (veya Stop Limit emri için stop fiyatının) üzerinde, altında veya eşit şekilde.


---

# 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-tr/perp-dexler/manuel-emirler/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.
