# ตลาด

คำสั่งประเภท Market Order จะดำเนินการทันทีในราคาที่ดีที่สุดที่มีอยู่ มันให้ความสำคัญกับความเร็วมากกว่าความแม่นยำของราคา และเป็นวิธีที่ตรงที่สุดในการเข้าหรือออกจากตำแหน่ง

เมื่อได้รับการสนับสนุน goodcryptoX จะใช้ Market Order ดั้งเดิมของตลาดแลกเปลี่ยน

บนแพลตฟอร์มการแลกเปลี่ยนที่ไม่รองรับคำสั่งตลาดโดยตรง เราจะประมาณคำสั่งเหล่านั้นโดยใช้คำสั่ง Limit IOC (Immediate or Cancel) ที่วางลึกเข้าไปในสมุดคำสั่ง — สูงกว่าราคาขายที่ดีที่สุด 10% (สำหรับการซื้อ) หรือ ต่ำกว่าราคาซื้อที่ดีที่สุด 10% (สำหรับการขาย)

ในสภาวะปกติ พฤติกรรมจะคล้ายกับ Market Order แต่ในกรณีที่มีความผันผวนสูงหรือสภาพคล่องต่ำ คำสั่งอาจถูกเติมเพียงบางส่วน — หรืออาจไม่ถูกเติมเลย — แตกต่างจากคำสั่งตลาดดั้งเดิมซึ่งจะดำเนินการให้ครบถ้วน


---

# Agent Instructions: 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/cex-1/manual-orders/market.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.
