# Filled orders

Filled orders panel displays trading history performed during backtesting.

![](https://1243456536-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LMCqxhh2XAdWPUjcvxR%2F-LhuYXf9WripidfNlPoN%2F-Lhub4La9D8W3ON5q4fN%2F2.png?alt=media\&token=8dc6e150-b734-4741-bd17-13113efae673)

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.
