> 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/zhi-sun-sl-he-zhi-ying-tp-ding-dan-de-fu-zhi.md).

# 止损（SL）和止盈（TP）订单的复制

LTI Copy Trading 中的跟单投资者是否会复制 SL 和 TP 订单？

在 LTI Copy Trading 中，跟单投资者不会复制主账户中的挂单，其中包括：

* 止损（SL）订单
* 止盈（TP）订单
* 止损挂单
* 限价挂单
* 止损限价单

LTI Copy Trading 只会复制已经执行的成交。这意味着：

* 主账户中的交易一旦开仓，无论该交易是由挂单触发、手动建立，还是由外部信号生成，系统都会将产生的市场头寸复制到所有有效跟单投资者的账户中。
* 当主交易员关闭交易时，LTI Copy Trading 会在所有跟单投资者的账户中复制相应的平仓操作。

这样可以确保跟单投资者跟随的是主交易员的实际交易活动，而不是计划中或预先设置的订单结构。


---

# 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/zhi-sun-sl-he-zhi-ying-tp-ding-dan-de-fu-zhi.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.
