> 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-ar/perp-dexs/awamr-ydwyh/iyqaf-alswq-alhd.md).

# إيقاف السوق/الحد

أوامر الإيقاف السوقية وأوامر الإيقاف المحددة هي أنواع أوامر شرطية تُستخدم لأتمتة تنفيذ التداول بمجرد استيفاء شرط الزناد المحدد.

* أمر الإيقاف السوقي يرسل أمر سوق إلى البورصة عند تفعيل شرط الإيقاف.
* أمر الإيقاف المحدد يرسل أمر محدود إلى البورصة عند سعر محدد مسبقًا عند تفعيل شرط الإيقاف.

في goodcryptoX، يمكن أن يكون شرط الإيقاف أيًا مما يلي:

* مستوى سعري يصل إليه السوق، أو
* TradingView [webhook](/goodcryptox-ar/perp-dexs/webhooks.md)، مما يتيح التحكم الكامل عبر إشعارات التحليل الفني المخصصة أو سكربتات الاستراتيجية.

حتى تفعيلها، تعيش كل من أوامر الإيقاف السوقية والأوامر الإيقاف المحددة بالكامل على خوادم goodcryptoX. البورصة ليس لديها علم بها، مما يوفر فائدتين رئيسيتين:

* رصيدك لدى البورصة لا يتجمد حتى يتم تفعيل الأمر، مما يسمح باستخدام رأس مال أكثر كفاءة.
* هذه الأوامر لا تُحتسب ضمن حدود الأوامر المفتوحة لديك على البورصة.

ومع ذلك، نظرًا لأن منطق الزناد على جانب الخادم، فهناك اعتماد بسيط: إذا كانت خوادم goodcryptoX غير متاحة في اللحظة التي يُستوفى فيها الشرط، فقد لا يتم تفعيل الأمر أو تنفيذه.

على عكس بعض البورصات التي تقيد شروط الإيقاف أو أسعار الحد استنادًا إلى اتجاه السوق الحالي، تتيح لك goodcryptoX تحديد كل من سعر الإيقاف وسعر الحد بحرية — أعلى أو أدنى أو مساوي للسعر السوقي الحالي (أو سعر الإيقاف لأمر الإيقاف المحدد).


---

# 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-ar/perp-dexs/awamr-ydwyh/iyqaf-alswq-alhd.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.
