> 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/altdawl-ala-cex/awamr-ydwyh/iyqaf-alswq-alhd.md).

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

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

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

في goodcryptoX، يمكن أن يكون شرط الإيقاف أحد الخيارات التالية:

* مستوى سعري يصل إليه السوق، أو
* TradingView [webhook](/goodcryptox-ar/altdawl-ala-cex/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/altdawl-ala-cex/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.
