> 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/yong-hu-zhi-nan/guan-li-gen-dan-ding-yue/jie-chu-tou-zi-zhang-hu-zhong-yi-fu-zhi-wei-ping-cang-tou-cun-de-guan-lian.md).

# 解除投资账户中已复制未平仓头寸的关联

您可以解除跟单交易和 MAM 投资账户中的已复制未平仓头寸，与其来源主账户中对应头寸之间的关联。

对于跟单交易订阅，投资者需要在投资账户中解除头寸关联。

对于 MAM 订阅，主账户所有者需要在主账户中解除头寸关联。

投资账户中的头寸与主账户中的对应头寸解除关联后，两个账户中的头寸将分别独立管理。这意味着，即使主账户中的对应头寸被关闭，投资账户中的头寸也不会自动关闭。

### 解除跟单交易账户中的头寸关联

解除跟单交易投资账户中的头寸关联：

{% stepper %}
{% step %}
在主菜单中展开 **LTI Copy Trading**。如果该服务支持多个交易平台，请在所需平台下点&#x51FB;**“我的账户”（My accounts）**。
{% endstep %}

{% step %}
在账户列表中点击相应的投资账户。
{% endstep %}

{% step %}
在账户详情中，前往 跟单订阅（Subscriptions）页面。
{% endstep %}

{% step %}
在 未平仓头寸（Open positions）**部分找到需要解除关联的头寸，然后点击**解除关联（Detach）按钮。

您也可以在 交易报告（Trading report）**的**未平仓头寸（Open positions）选项卡中解除未平仓头寸的关联。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-cbed06214255f59f95e16ac93b01d2bbf98cbf2a%2Ffront-subscriptions-detach-open-position.png?alt=media" alt=""><figcaption><p>Detach a position on a copy-trading account</p></figcaption></figure>
{% endstep %}

{% step %}
在显示的弹窗中确认该操作。
{% endstep %}
{% endstepper %}

### 解除 MAM 账户中的头寸关联

解除 MAM 主账户中的头寸关联：

{% stepper %}
{% step %}
在主菜单中展开 **MAM**。如果该服务支持多个交易平台，请在所需平台下点&#x51FB;**“我的账户”（My accounts）**。
{% endstep %}

{% step %}
在账户列表中点击相应的主账户。
{% endstep %}

{% step %}
在账户详情中，前往 跟单订阅（Subscriptions）页面。
{% endstep %}

{% step %}
在 未平仓头寸（Open positions）**部分找到需要解除关联的头寸，然后点击**解除关联（Detach）按钮。
{% endstep %}

{% step %}
在显示的弹窗中确认该操作。
{% endstep %}
{% endstepper %}


---

# 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/yong-hu-zhi-nan/guan-li-gen-dan-ding-yue/jie-chu-tou-zi-zhang-hu-zhong-yi-fu-zhi-wei-ping-cang-tou-cun-de-guan-lian.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.
