> For the complete documentation index, see [llms.txt](https://doc.copytrade.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.copytrade.cloud/undefined/undefined-1.md).

# การตั้งค่าเพื่อคัดลอกการเทรด

1.ขวาสุดของบัญชีจะมีปุ่ม  ติดตาม สำหรับตั้งค่าเพื่อคัดลอก Order (สีฟ้า)

<div align="left"><figure><img src="/files/yqC18wZvw20HJn28V0XN" alt=""><figcaption></figcaption></figure></div>

2.กดปุ่ม Copier พอร์ตที่ต้องการเชื่อมสัญญาณเทรด จากนั้นกรอกรายละเอียดดังต่อไปนี้

<figure><img src="/files/tNq1raaFEB8kfuofeB9S" alt=""><figcaption></figcaption></figure>

**Copy from** คือ เลือกบัญชีที่คุณต้องการคัดลอก

**Copy Mode** คือ ต้องการคัดลอก Mode ไหน Follow = ตาม Master , Reverse = ส่วนทาง Master

\
**Lot Setting**

<mark style="color:blue;">**Multiplier**</mark> คือ ตัวคูณ Lot อิงจาก Lot ของ  Master เช่น Multiplier = 0.5\
หาก `Master ออก XAUUSD Lot 0.18 ,Follower จะคัดลอก Lot 0.09 (0.18 x 0.5 = 0.09)`

<mark style="color:green;">**Fixed Lot**</mark> คือ Fix Lot ตามที่ต้องการ โดยจะ Lot จะคงที่ไม่มีอะไรเปลี่ยนแปลง

<mark style="color:yellow;">**Lot Limit**</mark> คือ ต้องการให้ Slave ออก Lot ไม่เกินเท่าไหร่ ช่วยป้องกันกรณี Master ออก Lot ใหญ่

{% hint style="danger" %}
กรณีใช้ Multiplier โปรดคำนวณให้แน่ใจและแนะนำตั้งค่า Lot Limit ทุกคั้งเพื่อ Safe กรณี Master ออก Lot ใหญ่
{% endhint %}

<mark style="color:purple;">**Convert Symbol**</mark> คือ การแปลงคู่เงินกรณีต่างโบรก คู่เงินเดียวกันแต่เขียนไม่เหมือนกัน\
`เช่น Master มีคู่เงินน้ำมันชื่อ`` `<mark style="color:yellow;">`WTI`</mark>` ``แต่ Follower มีคู่เงินน่ำมันชื่อ`` `<mark style="color:yellow;">`OIL#`</mark>` ``ให้กรอก`` `<mark style="color:yellow;">`WTI  -> OIL#`</mark>

{% hint style="info" %}
Convert Symbol กรณีคู่เงินทั่วไป หรือทอง (XAUUSD , GOLD) ไม่จำเป็นต้องตั้งค่า ระบบสามารถแปลงได้อัตโนมัติ \
\
ยกเว้นระบบคัดลอกผิดคู่เงินหรือไม่สามารถคัดลอกบัญคู่เงินนั้นๆได้ หรือ  มีคู่ทอง 2 ประเภทในบัญชีเดียว ควรตั้ง Convert เพื่อให้ระบบทราบว่าต้องออกคู่ไหน เช่น XAUUSD# XAUUSDm.#
{% endhint %}

3.หลังจากกด Connect Copier จะแสดงสถานะด้านขวา และ สถานะ Cononect เป็นสีเขียวแปลว่าการเชื่อมต่เสร็จสิ้น

<figure><img src="/files/XGKqcp53iw4UqCCCvWY0" alt=""><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://doc.copytrade.cloud/undefined/undefined-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
