> 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/gen-dan-jiao-yi-tou-zi-zhang-hu-zhong-de-zi-zhu-jiao-yi.md).

# 跟单交易投资账户中的自主交易

投资者在 B2COPY 中订阅主交易策略期间，是否可以手动交易？

可以。如果同时满足以下**两个条件**，投资者在 LTI Copy Trading 中订阅主交易策略期间仍可以手动进行交易：

1. 经纪商允许在投资账户中进行手动交易。
2. 投资账户中有足够的可用保证金来建立自主交易头寸。

订阅交易策略并不会限制投资者自行使用账户中的剩余资金。只有**订阅金额**参与跟单交易；剩余余额（如有）可用于手动交易，但须遵守经纪商的相关权限要求，并确保账户具有足够的可用保证金。

{% hint style="info" %}
请务必向经纪商确认，用于跟单交易的投资账户是否允许进行手动交易。
{% endhint %}


---

# 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/gen-dan-jiao-yi-tou-zi-zhang-hu-zhong-de-zi-zhu-jiao-yi.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.
