> 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/zhang-hu-xiang-qing/jiao-yi-bao-gao-ye-mian.md).

# 交易报告页面

在此页面，您可以查看主账户或投资账户中的未平仓头寸、已平仓头寸以及成交记录。

该页面分为以下三个选项卡：

* **未平仓头寸（Open positions）**
* **已平仓头寸（Closed positions）**
* **成交记录（Deals）**

### 未平仓头寸

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-097f3477453fefc09e93ccf893813141338fff8f%2Ffront-trading-report-open-positions.png?alt=media" alt="Open positions tab"><figcaption><p>Open positions tab</p></figcaption></figure>

每个未平仓头寸均显示以下信息：

#### 头寸 ID

头寸的唯一标识符。

***

#### 主账户登录账号

*仅适用于投资账户。*

复制该头寸的来源主账户账号。

***

#### 交易品种

资产或交易品种的代码。

***

#### 方向

卖出（Sell）或买入（Buy）。

***

#### 交易量

头寸的交易量。

***

#### 开仓时间

头寸的开仓日期和时间。

***

#### 开仓价格

头寸开仓时的价格。

***

#### 持仓时长

该头寸保持未平仓状态的时间。

***

#### 佣金

交易平台收取的佣金金额。

***

#### 隔夜利息

因持仓过夜而收取或产生的隔夜利息金额。

***

#### 盈亏

该头寸当前的浮动盈亏。

### 已平仓头寸

每个已平仓头寸均显示以下信息：

#### 头寸 ID

头寸的唯一标识符。

***

#### 主账户登录账号

*仅适用于投资账户。*

复制该头寸的来源主账户账号。

***

#### 交易品种

资产或交易品种的代码。

***

#### 方向

卖出（Sell）或买入（Buy）。

***

#### 交易量

头寸的交易量。

***

#### 开仓时间

头寸的开仓日期和时间。

***

#### 开仓价格

头寸开仓时的价格。

***

#### 平仓时间

头寸的平仓日期和时间。

***

‍**平仓价格**

头寸平仓时的价格。

***

**持仓时长**

该头寸从开仓到平仓的持续时间。

***

**佣金**

交易平台针对该笔交易收取的佣金金额。

***

#### 隔夜利息

因持仓过夜而收取或产生的隔夜利息金额。

***

#### 盈亏

该头寸的已实现盈亏。

### 成交记录

<figure><img src="https://1963181118-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNxwcNnEuBTBq87kginPk%2Fuploads%2Fgit-blob-b6f0ab6d37e5abf4306120bd39495eeb3738e375%2Ffront-trading-report-deals.png?alt=media" alt="Deals tab"><figcaption><p>Deals tab</p></figcaption></figure>

在此选项卡中，您可以查看主账户或投资账户中的操作记录，包括交易操作、余额操作，以及创建或终止跟单订阅后在账户中生成的带备注零余额操作。

#### 时间

执行该项操作的日期和时间。

#### 成交 ID

该项操作的唯一标识符。

***

**头寸 ID**

*仅适用于交易操作。*

相关头寸的唯一标识符。

***

#### 入场类型

*仅适用于交易操作。*

根据 MetaTrader 的定义，可能显示以下值：

* `in -` —开仓进入市场。
* `out -` —平仓退出市场。
* `in_out -` —反转头寸。
* `out_by -` —通过相反方向的头寸进行平仓。

***

#### 交易品种

*仅适用于交易操作。*

资产或交易品种的代码。

***

#### 手数

*仅适用于交易操作。*

交易的手数。

***

#### 时间

执行该项操作的日期和时间。

***

#### 价格

*仅适用于交易操作。*

成交价格。

***

#### 佣金

*仅适用于交易操作。*

交易平台收取的佣金金额。

***

#### 隔夜利息

*仅适用于交易操作。*

因交易持仓过夜而收取或产生的隔夜利息金额。

***

#### 盈亏

对于交易操作，此处显示该笔交易的已实现盈亏。

对于余额操作，此处显示存入账户或从账户中扣除的金额。

***

**‍备注**

该项操作所附带的备注


---

# 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/zhang-hu-xiang-qing/jiao-yi-bao-gao-ye-mian.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.
