# ทำกำไร

เมื่อเข้าสู่ตำแหน่ง (การซื้อเหรียญ) คำสั่ง Take Profit ช่วยให้คุณตั้งค่าออก (คำสั่งขายเหรียญ) ได้โดยเพียงป้อนเปอร์เซ็นต์กำไรที่ต้องการ

เพื่อเพิ่ม Take Profit ในคำสั่งของคุณ ให้คลิก '+TP' ในแบบฟอร์มตั้งค่า swap:

<figure><img src="/files/d93e54eac47a73fd32f71c978449f848d8cf6c8f" alt="How to add Take Profit order on Uniswap DEX" width="563"><figcaption></figcaption></figure>

ป้อนระดับกำไรที่ต้องการลงในช่อง 'Take Profit' - แล้วคุณก็พร้อมที่จะไปต่อ:

<figure><img src="/files/9dddedb5a17cd7da640b19ae125ac7be455db247" alt="" width="563"><figcaption></figcaption></figure>

เมื่อคำสั่งหลักของคุณถูกดำเนินการ เราจะเปิดคำสั่ง Take Profit อัตโนมัติเพื่อขายจำนวนเหรียญที่คุณได้รับอย่างเท่ากัน และจะคำนวณตำแหน่งทริกเกอร์โดยอิงจากราคาการดำเนินการจริงของคำสั่งหลักของคุณและเปอร์เซ็นต์กำไรที่คุณต้องการ:

<figure><img src="/files/b3e3b03d46dd3430db5b5c664c31fcd7347b04d9" alt="" width="563"><figcaption></figcaption></figure>

คุณจะเห็นว่าฉันซื้อ 1 DEGEN บน Base ที่ราคา 0.000010564 ETH และระบบได้วางคำสั่ง Take Profit เพื่อขาย 1 DEGEN ที่สูงขึ้น 10% (ที่ 0.000011621 ETH)

เมื่อราคาตามเป้าถึง คำสั่ง Take Profit จะถูกทริกเกอร์และการสว็อปจะถูกส่งไปยังตลาดแลกเปลี่ยน

***

คุณสามารถเชื่อม Take Profit กับคำสั่งใดก็ได้: Swap, Limit หรือ Trailing.

คุณสามารถตั้งกำไรที่ต้องการได้ระหว่าง 0.1% ถึง 999%.

คุณสามารถเลือกเชื่อมเฉพาะ Take Profit กับคำสั่งหลักของคุณได้ — หากคุณยินดีถือเหรียญจนกว่าราคาจะถึงระดับที่ต้องการโดยไม่คำนึงว่าราคาจะตกต่ำเพียงใดในระหว่างนั้น

หรือ คุณสามารถปกป้องการขาดทุนของคุณโดยการเชื่อมต่อ [คำสั่งหยุดขาดทุน (Stop Loss)](/goodcryptox-th/dex/manual-orders/stop-loss.md) คำสั่งด้วยเช่นกัน - ทำให้เป็น [คอมโบ TP + SL](/goodcryptox-th/dex/manual-orders/tp-+-sl.md).

***

เร็วๆ นี้: Trailing Take Profit, หลายเป้าหมาย Take Profit, การคำนวณกำไร/ขาดทุนที่เกิดขึ้นจริงและยังไม่เกิดขึ้นสำหรับคำสั่งหลัก.


---

# 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/take-profit.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.
