| Name | Parameters | Description |
| ClosedOrderTicket | – | Returns ticket of the Nth closed order |
| ClosedOrderProfit | – | Returns profit of the Nth closed order |
| ClosedOrderLot | – | Returns amount of lots of the Nth closed order |
| ClosedOrderStopLoss | – | Returns stop loss of the Nth closed order (only MT4) |
| ClosedOrderTakProfit | – | Returns take profit of the Nth closed order (only MT4) |
| ClosedOrderOpenPrice | – | Returns open price of the Nth closed order |
| ClosedOrderClosePrice | – | Returns close price of the Nth closed order |
| ClosedOrderDuration | – | Returns open duration of the Nth closed order in seconds |
| ClosedOrderOpenTime | – | Returns passed seconds from open of the Nth closed order |
| ClosedOrderCloseTime | – | Returns passed seconds from close of the Nth closed order |
| ClosedOrderOpenCandle | – | Returns the open candle number of the Nth closed order |
| ClosedOrderCloseCandle | – | Returns the open candle number of Nth closed order |
| ClosedOrderSwap | – | Returns swap value of the Nth closed order |
| ClosedOrderCommission | – | Returns calculated commission of the Nth closed order |
| ClosedOrderFee | – | Returns calculated fee of the Nth closed order |
| ClosedOrderType | – | Returns Type of the Nth closed order (BUY or SELL) |
| ClosedOrderClosedbySL | – | Returns True if Nth closed order is Closed by SL |
| ClosedOrderClosedbyTP | – | Returns True if Nth closed order is Closed by TP |