# คำสั่งแบบแมนนวล

goodcryptoX ปัจจุบันรองรับประเภทคำสั่งด้วยตนเองต่อไปนี้บนตลาดกระจายอำนาจ AMM (Spot):

* [แลกเปลี่ยน](/goodcryptox-th/dex/manual-orders/swap.md) (ตลาด) - ดำเนินการทันทีที่ราคาที่ดีที่สุดที่มีอยู่ผ่านตัวรวบรวม (Jupiter บน Solana, 1inch บนเชน EVM);
* [จำกัด](/goodcryptox-th/dex/manual-orders/limit.md) (สั่งหยุดตลาด) - การแลกเปลี่ยนจะถูกส่งเมื่อราคาตลาดถึงราคาทริกเกอร์ที่คุณระบุ;
* [ตาม](/goodcryptox-th/dex/manual-orders/trailing.md) (สั่งหยุดตลาดแบบตาม) - ตามราคาตลาดเมื่อมันเคลื่อนที่ไปในทิศทางที่เป็นประโยชน์ต่อคุณ ดำเนินการเมื่อราคากลับตัวโดยเปอร์เซ็นต์การตามที่คุณตั้งไว้;

#### คำสั่งแนบ:

* [ทำกำไร (Take Profit)](/goodcryptox-th/dex/manual-orders/tp-+-sl.md) - ทริกเกอร์เมื่อราคาขยับไปในทิศทางที่เป็นประโยชน์ต่อคุณตามเปอร์เซ็นต์ที่ระบุเทียบกับราคาดำเนินการของการแลกเปลี่ยนหลัก (ฐาน) ของคุณ หากกำหนด Stop Loss ด้วย จะถูกยกเลิกเมื่อ Take Profit ทริกเกอร์;
* [คำสั่งหยุดขาดทุน (Stop Loss)](/goodcryptox-th/dex/manual-orders/tp-+-sl.md) - ทริกเกอร์เมื่อราคาขยับไปในทิศทางที่ไม่เป็นประโยชน์ต่อคุณตามเปอร์เซ็นต์ที่ระบุเทียบกับราคาดำเนินการของการแลกเปลี่ยนหลักของคุณ หากกำหนด Take Profit จะถูกยกเลิกเมื่อ Stop Loss ทริกเกอร์;
* [Trailing Stop Loss](/goodcryptox-th/dex/manual-orders/trailing-stop-loss.md) - ตามราคาตลาดเมื่อมันเคลื่อนที่ไปในทิศทางที่เป็นประโยชน์ต่อคุณ หากราคากลับตัวตามเปอร์เซ็นต์การตามที่คุณตั้งไว้ คำสั่งจะดำเนินการ — ล็อกกำไรหรือจำกัดการขาดทุน.

ประเภทคำสั่งอื่นๆ [เร็วๆ นี้](/goodcryptox-th/dex/upcoming-functionality.md).


---

# 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/dex/manual-orders.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.
