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

# หยุดตลาด/จำกัด

คำสั่ง Stop Market และ Stop Limit เป็นประเภทคำสั่งมีเงื่อนไขที่ใช้เพื่อทำให้การซื้อขายดำเนินการโดยอัตโนมัติเมื่อเงื่อนไขตัวกระตุ้นเฉพาะถูกตอบสนอง

* คำสั่ง Stop Market จะส่งคำสั่งตลาดไปยังตลาดแลกเปลี่ยนเมื่อเงื่อนไขการหยุดถูกกระตุ้น
* คำสั่ง Stop Limit จะส่งคำสั่งลิมิตไปยังตลาดแลกเปลี่ยนที่ราคาที่กำหนดไว้ล่วงหน้าเมื่อเงื่อนไขการหยุดถูกกระตุ้น

ใน goodcryptoX เงื่อนไขการหยุดสามารถเป็นได้ทั้ง:

* ระดับราคาที่ตลาดถึง
* TradingView [webhook](/goodcryptox-th/perp-dexs/webhooks.md)ซึ่งอนุญาตการควบคุมเต็มรูปแบบผ่านสัญญาณ TA ที่กำหนดเองหรือสคริปต์กลยุทธ์

จนกว่าจะถูกกระตุ้น คำสั่งทั้ง Stop Market และ Stop Limit จะอยู่บนเซิร์ฟเวอร์ของ goodcryptoX เท่านั้น ตลาดแลกเปลี่ยนจะไม่รับรู้ถึงคำสั่งเหล่านี้ ซึ่งให้ประโยชน์หลักสองประการ:

* ยอดคงเหลือในตลาดแลกเปลี่ยนของคุณจะไม่ถูกล็อกจนกว่าคำสั่งจะถูกกระตุ้น ทำให้สามารถใช้ทุนได้อย่างมีประสิทธิภาพมากขึ้น
* คำสั่งเหล่านี้จะไม่ถูกนับรวมในการจำกัดคำสั่งค้างของคุณบนตลาดแลกเปลี่ยน

อย่างไรก็ตาม เนื่องจากตรรกะการทริกเกอร์อยู่ฝั่งเซิร์ฟเวอร์ จึงมีการพึ่งพาเล็กน้อย: หากเซิร์ฟเวอร์ของ goodcryptoX ไม่สามารถใช้งานได้ในช่วงเวลาที่เงื่อนไขเป็นจริง คำสั่งอาจไม่ถูกกระตุ้นหรือดำเนินการ

แตกต่างจากบางตลาดแลกเปลี่ยนที่จำกัดเงื่อนไขการหยุดหรือราคาลิมิตตามทิศทางตลาดปัจจุบัน goodcryptoX ให้คุณกำหนดทั้งราคาหยุดและราคาลิมิตได้อย่างเสรี — สูงกว่า ต่ำกว่า หรือเท่ากับราคาตลาดปัจจุบัน (หรือราคาหยุดสำหรับคำสั่ง Stop Limit)


---

# 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-th/perp-dexs/manual-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.
