> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/tables/xpositions.md).

# XPositions

{% hint style="info" %}
The XPositions table allows access to information that does not come from the exchange but is useful in trading. Extended information available:&#x20;

* time in position&#x20;
* commission&#x20;
* profit or loss on positions closed during the day

Also, positions opened in [Simulator and Player modes](/english/settings/trading-modes.md) appear in this table.
{% endhint %}

To display this window, from the main menu, select **Tables → XPositions**. Columns in a table can be hidden, moved, and resized.

{% hint style="info" %}
The XPositions table can be [linked](/english/settings/basic-setup/linking-windows.md) to other [windows](/english/windows.md). After setting up the link, double-clicking on the position in the table will allow the instrument and the trading account to be set up in all windows, coming together into a single link group.
{% endhint %}

To hide information on a closed position from the table, right-click on the required position in the table and select Hide in the menu that opens. The hidden position will be displayed again as soon as it becomes open.

{% hint style="info" %}
If information about some trades does not get into Tiger.com, for example, while you were trading through another terminal, then the positions calculated by the terminal may be displayed incorrectly. To correct the positions, use the **Enter**, **Change** and **Clear** buttons located in the upper part of the window.
{% endhint %}

<figure><img src="https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80075020208/original/VNWgPafHzUkjT2J8IKSIdXKfiuwJS1snBw.png?1644223393" alt=""><figcaption><p>XPositions in the Tiger.com terminal</p></figcaption></figure>

The window contains:

* Entering information about an open position if it was not accounted for by the Tiger.com terminal.
* Changing information about an open position. This option must be used if a position calculated by the Tiger.com terminal differs from the real position.
* Clearing information about an open position without closing the position itself. This option must be used if a non-existent position is displayed in the Tiger.com terminal.
* Enabling/disabling the mode of displaying only open positions.
* Closing the position selected in the table.
* Closing all open positions displayed in the table.

| Column          | Description                                                             |
| --------------- | ----------------------------------------------------------------------- |
| Connection      | Connection through which information on the position was received.      |
| Symbol          | Short name of selected instrument.                                      |
| Side            | Long - buy, Short - sell, Flat - no open position.                      |
| Quantity        | Volume of an open position.                                             |
| Avg Price       | Average price of an open position.                                      |
| Last Price      | Last  price of position.                                                |
| Points          | Profit or loss on a current open position in points.                    |
| PnL             | Profit or loss on a current open position in money.                     |
| Time In Pos     | Time elapsed since the opening of a position.                           |
| Total Points    | Profit or loss for the current day in points.                           |
| Total Gross PnL | Profit or loss for the current day in money.                            |
| Total Net PnL   | Profit or loss for the current day in money, accounting for commission. |
| Commission      | Commission for the current day.                                         |
| Account         | Account number used to open the position.                               |


---

# 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://support.tiger.com/english/tables/xpositions.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.
