Filled orders
Last updated
Last updated
Filled orders panel displays trading history performed during backtesting.
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
- 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.
- 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'.
- 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
- 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.
- 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' .
- 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.
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.