# Positions

&#x20;The Tiger.com terminal does not use this information, since it independently calculates positions for completed trades and displays them in the TT Positions window in an expanded form.\
To display this window, from the main menu, select **Tables → Positions**. Columns in a table can be hidden, moved, and resized.&#x20;

![Displaying positions in the Tiger.com terminal](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80075021568/original/8VjcQtWP5GBVRQB1F64GmD6DbRGVUxn81A.png?1644223521)

The window contains:

* Enabling/disabling the mode for displaying only open positions
* Closing the position selected in the table
* Closing of 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.                                 |
| Unrealized PnL | Profit or loss on a current open position.                         |
| Realized PnL   | Profit or loss on positions closed during the trading session.     |
| Commission     | Commission for the current trading session.                        |
| Account        | Account number used to open the position.                          |


---

# Agent Instructions: 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:

```
GET https://support.tiger.com/english/tables/positions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
