> 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/wei-gen-dan-ding-yue-she-zhi-feng-xian-xian-e.md).

# 为跟单订阅设置风险限额

作为投资者，您可以为每项跟单订阅设置风险限额，以限制该订阅可能造成的损失。

风险限额是您的投资账户可因单项跟单订阅承受的最大亏损金额。如果亏损超过设定的风险限额，系统将自动终止该跟单订阅。

为跟单订阅设置风险限额：

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

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

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

{% step %}
选择相应的跟单订阅。
{% endstep %}

{% step %}
在跟单订阅所在行中，点击 ⋮（**操作（Actions）按钮），然后在下拉菜单中选择编辑（Edit）**。

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-70788cb1d0549056f515ee08251d12aadbb2ac09%2Ffront-subscriptions.png?alt=media" alt="Click Actions"><figcaption><p>Click Actions</p></figcaption></figure>
{% endstep %}

{% step %}
在 编辑订阅（Edit subscription）**弹窗中，在**亏损限额（Loss limit）字段内输入最大亏损金额。

{% hint style="info" %}
跟单订阅的风险限额始终以所订阅投资账户的计价货币表示。

风险限额可以设置为正数或负数，例如 `200` 或 `-200`。无论使用正数还是负数，该数值均表示投资账户的亏损金额。
{% endhint %}

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-329ae472dade9147e96b45a5a4de7b10db4b9fb2%2Ffront-edit-subscription.png?alt=media" alt="Assign a risk limit to a subscription"><figcaption><p>Assign a risk limit to a subscription</p></figcaption></figure>
{% endstep %}

{% step %}
点击 保存（Save）以应用更改。
{% 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/wei-gen-dan-ding-yue-she-zhi-feng-xian-xian-e.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.
