# Trades

Trades panel shows all past trades made by a trader on all accounts.&#x20;

![The common look of Trades panel](/files/-MdNarqNptlc8rpk8_mo)

## Available columns

| **Account**         | login name of an account that made a trade                                                              |
| ------------------- | ------------------------------------------------------------------------------------------------------- |
| **Date/Time**       | Date and time when a trade was made                                                                     |
| **Symbol**          | A traded symbol                                                                                         |
| **Description**     | Comments for symbol                                                                                     |
| **Symbol type**     | A symbol's market category (CFD, spot, stocks, etc.)                                                    |
| **Expiration date** | Date of contract expiration                                                                             |
| **Strike price**    | Price of option contract performance                                                                    |
| **Side**            | Type of trade (BUY or SELL)                                                                             |
| **Order type**      |                                                                                                         |
| **Quantity**        | Amount of a trade, either in lots or in units, depending on what is selected in the Settings dialog box |
| **Price**           | Price at which a trade was filled                                                                       |
| **Gross P/L**       | Profit/loss in account currency, calculated on base of price difference                                 |
| **Fee**             | Shows total commission amount taken for a trade                                                         |
| **Net P/L**         | Profit/loss for a trade excluding fee                                                                   |
| **Trade value**     |                                                                                                         |
| **Trade ID**        | A unique number that the trading system assigns to each trade                                           |
| **Order ID**        | A unique number that the trading system assigns to each order                                           |
| **Connection name** |                                                                                                         |

## Context menu actions

By right-clicking on each row of Trades panel, you will get a context menu with the following functions:

![Context functions](/files/-LEAwTbT5wRyJF-oWsGP)

### Common actions

| **Group by**           | Groups all rows by the selected column  |
| ---------------------- | --------------------------------------- |
| **Columns visibility** | Allows to toggle the columns visibility |


---

# 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://help.quantower.com/quantower/portfolio-panels/trades.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.
