# Filled orders

Filled orders panel displays trading history performed during backtesting.

![](/files/-Lhub4La9D8W3ON5q4fN)

The following columns are available in the panel:

* Symbol – name of the traded instrument;
* Side – type of trade (Buy or Sell);
* Quantity – amount of the trade;
* Price – shows price at which the order fills;
* Date/Time – date/time when the operation was executed.
* Trade ID – unique number of the trade;
* Order ID – unique number that the trading system assigns to each order. If a position is opened based on an order, the position will have the same number;
* Exposure – quantity recalculated in account currency;
* Order type – type of order;
* Account – an account's name of a user who created an order;
* Gross P/L – total profit/loss of the trade;
* Bought

  &#x20;      \- In case of Forex:

  if 'Side = Buy', then this column shows the value of 'Price \* Lot size \* Qty.' in base currency;

  if 'Side = Sell', then this column shows the value of 'Price \* Lot size \* Qty.' in quoting currency.

  &#x20;      \- In case of Futures, Futures CFD, Options

  with 'Quoting type=Tick cost/Tick size':

  if 'Side = Buy', then this column shows the value of 'Qty';

  if 'Side = Sell', then this column shows the value of 'Qty \* Tick cost/Tick size \* Price'.

  with 'Quoting type=Lot size':

  if 'Side = Buy', then this column shows the value of 'Qty';

  if 'Side = Sell', then this column shows the value of 'Qty \* Lot size \* Price'.

  &#x20;      \- In other cases:

  if 'Side = Buy', then this column shows the value of 'Qty. \* Lot size' – amount of bought assets (contracts, equities);

  if 'Side = Sell', then this column shows the value of 'Price \* Lot size \* Qty.' in quoting currency.
* Sold

  &#x20;      \- In case of Forex:

  if 'Side = Sell', then this column shows the value of 'Price \* Lot size \* Qty.' in base currency;

  if 'Side = Buy', then this column shows the value of 'Price \* Lot size \* Qty.' in quoting currency.

  &#x20;      \- In case of Futures, Futures CFD, Options

  with 'Quoting type=Tick cost/Tick size':

  if 'Side = Buy', then this column shows the value of 'Qty\* Tick cost/Tick size \* Price';

  if 'Side = Sell', then this column shows the value of 'Qty'.

  with 'Quoting type=Lot size':

  if 'Side = Buy', then this column shows the value of 'Qty \* Lot size \* Price';

  if 'Side = Sell', then this column shows the value of 'Qty' .

  &#x20;      \- In other cases:

  if 'Side = Buy', then this column shows the value of 'Price \* Lot size \* Qty.' in quoting currency;

  if 'Side = Sell', then this column shows the value of 'Qty. \* Lot size' – amount of sold assets (contracts, equities).
* Expiry date – date of contract expiration;
* Strike price – price of option contract performance.

### **Context menu**

Customer can also use standard functions from context menu of the panel:

* Clear – allows deleting all orders from the panel;
* View on chart – allows showing trades on the chart;
* Export – allows to export table to CSV or Excel format;
* Group by – allows to group orders by symbol, account, side, order type, date/time;
* Search – allows to show/hide a search lookup in the panel.


---

# 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://guide.traderevolution.com/project/evocode/backtesting-panel/filled-orders.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.
