> For the complete documentation index, see [llms.txt](https://lti.gitbook.io/user_guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lti.gitbook.io/user_guide/zh-cn/xiang-guan-gai-nian/fen-pei-fang-shi-ji-qi-dui-wei-ping-cang-tou-cun-de-ying-xiang.md).

# 分配方式及其对未平仓头寸的影响

本文介绍了将头寸从主账户复制到投资账户时如何应用分配方式，以及分配方式如何影响未平仓头寸的规模。有关所有受支持分配方式及其详细信息，请参阅**跟单交易和 MAM 的分配方式**。

{% hint style="success" %}
**核心原则**

分配方式仅在头寸从主账户复制并在投资账户中开仓时应用。头寸开立后，其规模将保持固定，不会根据所选分配方式重新计算。

这意味着，即使主账户与投资账户之间的余额或净值比例在头寸开立后发生变化，例如受到其他交易、入金或提款的影响，该头寸的规模仍会保持不变，不会根据新的比例自动调整。

此原则始终适用，但部分平仓属于唯一例外。在部分平仓过程中，系统会维持主账户头寸与投资者头寸之间的初始比例。有关详细信息，请参阅**按比例平仓机制**。
{% endhint %}

### 实际应用要点

* **分配方式仅在头寸开立时应用**：所选分配方式决定头寸的初始规模，但不会影响已经开立的头寸。
* **余额或净值变化不会影响未平仓头寸**：复制头寸后发生的余额或净值波动，不会触发头寸规模的自动调整。
* **在特定条件下维持比例关系**：只有当主账户中的头寸发生显著变化时，系统才会维持主账户头寸与投资者头寸之间的初始比例。有关详细信息，请参阅**按比例平仓机制**。
* **投资者可以独立管理头寸**：复制头寸后，投资者可以调整自己的头寸，而不会影响系统的正常运行。

了解这些原则对于主交易员规划头寸策略，以及投资者在跟单交易中管理风险和资金至关重要。

#### 按比例平仓机制

以下内容介绍了头寸规模固定原则的一种例外情况。通常情况下，从主账户复制到已订阅投资账户的头寸规模保持不变。

但在这种特殊情况下，当主交易员进行部分平仓时，系统会自动维持主账户头寸与投资者头寸之间的初始比例。

**示例**

以下示例说明按比例平仓机制的运作方式。

**第 1 步**：投资者从主账户复制头寸。

* 主交易员建立一个 **1** 手的头寸。
* 假设根据所选分配方式，投资者将该头寸复制为 **2** 手。

**初始比例**为 `2:1`。

**第 2 步**：投资者自行对头寸进行部分平仓。

* 投资者将头寸从 **2** 手减少至 **1.6** 手。
* 主交易员的头寸保持不变，仍为 **1** 手。

**第 3 步和第 4 步**：主交易员分两次关闭较小的头寸规模。

* 主交易员将头寸从 **1** 手减少至 **0.9** 手。

  投资者的头寸保持不变，仍为 **1.6** 手。
* 主交易员将头寸从 **0.9** 手减少至 **0.8** 手。

  投资者的头寸保持不变，仍为 **1.6** 手。

**第 5 步**：触发按比例平仓。

* 主交易员将头寸从 **0.8** 手减少至 **0.7** 手。
* 投资者的头寸自动从 **1.6** 手减少至 **1.4** 手。

系统恢复了 `2:1` 的**初始比例**：

`1.4 / 0.7 = 2`


---

# 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://lti.gitbook.io/user_guide/zh-cn/xiang-guan-gai-nian/fen-pei-fang-shi-ji-qi-dui-wei-ping-cang-tou-cun-de-ying-xiang.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.
