> For the complete documentation index, see [llms.txt](https://guide.traderevolution.com/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.traderevolution.com/project/desktop-application-for-windows/desktop-application-for-mac/analysis-tools/time-and-sales.md).

# Time & Sales

Time & Sales panel lists sales operations on the market.

To open the Time & Sales panel, select Terminal -> Time & Sales.

The Time & Sales panel chronologically shows all trades for a symbol in the real time mode.

### **Columns**

Information about a chosen symbol starts streaming upon opening the panel.

![](/files/-M9ddy8H-hzUam2JabGD)

The context menu of the table's header allows to adjust visibility of the panel's columns.

For each trade, the following data stored into columns is available:

* Time – time of a trade, can be displayed in two modes depending on time format selected in the preferences: HH:mm:ss or HH:mm:ss:ms;
* Price – a price at which a trade is executed;
* Side – shows side of a trade: Buy or Sell;
* Size – a size of a trade;
* Source – a source of market data, where a trade took place;
* Bid – Bid prices;
* Ask – Ask prices;
* Bid x Ask size – a traded Bid x Ask volume;
* Bids/Asks MPID – an exchange market for bid or ask.

This context menu includes the following items as well:

* Restore to factory defaults – allows to restore the table's view to its factory defaults;
* Preferences – allows to open the 'Time & Sales Preferences' menu.

Context menu

To open the 'Time & Sales' panel's context menu, right-click anywhere under its table's header.

The context menu contains the following items:

* Aggregate size – if checked, all trades with the same price, side, size, and MPId are shown in one row as total;
* Clear table – removes data from the 'Time & Sales' table;
* Duplicate panel – opens one more 'Time & Sales' panel, pre-filled with data from a currently opened panel;
* Preferences – opens the 'Time & Sales Preferences' menu.

### Time & Sales Preferences

This Preferences menu contains such sections, as View, Columns, Colors.

**View**

This section allows to adjust the following:

* Grid – allows activating and setting up grid: Vertical, Horizontal, Vetrical & horizontal, None;
* Time format – a time mode displaying on the panel, you can select one of these: HH:mm:ss, HH:mm:ss:ms;
* Size in – a form of volume displaying, you can select one of these:
  * General preferences – taken from general preferences;
  * Lots – will be displayed in lots;
  * Real size – will be displayed in real value.
* Size precision – if checked, you can set up precision of volume displaying;
* Aggregate size – if unchecked, the column 'Bid x Ask size' displays volumes according to a given MPID, and the columns Bid and Ask display the best corresponding prices; if checked, the column Size displays all trades with the same 'Price + Side + MPID' as a cumulative sum, and the column 'Bid x Ask size' displays a cumulative sum of volumes from all liquidity providers proposing the best prices at a current moment;
* Show toolbar – if active, the Symbol lookup is displayed in the panel.

**Columns**

This section allows to select columns to be displayed in the panel and to adjust the following columns' parameters: Column: Alignment, Background and Text colors.

**Colors**

This section allows to adjust the coloring scheme for 'Time & Sales' according to the following parameters:

* Table colors

Allows to select background colors for:

1. Table;
2. Grid.

Allows to select background and text colors for:

1. Columns header row;
2. Row.

* Quote colors - allows to select background and text colors for:
  * Up tick;
  * Down tick;
  * Quote.
* Print colors - allows to select background and text colors for:
  * Above Ask;
  * At Ask;
  * At Bid;
  * Below Bid;
  * Between Spread.

### Managing adjustments&#x20;

The 'Time & Sales Preferences' menu contains the following buttons to manage adjustments:

* <img src="/files/-LT77Kh66A6e_QfQkrcZ" alt="" data-size="original">  – allows to set all current 'Time & Sales Preferences' menu adjustments as default ones;&#x20;
* <img src="/files/-LT77TWKKMzVqRNOk1BM" alt="" data-size="original">  – allows to reset all the 'Time & Sales Preferences' menu adjustments to 'User Defaults' or to 'Factory Defaults'. 'User Defaults' are the last adjustments, which were stored into the system by clicking on the button 'Set As Default'.&#x20;


---

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

```
GET https://guide.traderevolution.com/project/desktop-application-for-windows/desktop-application-for-mac/analysis-tools/time-and-sales.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.
