Total Opened Orders Functions: get information about all orders which got opened (either they are already closed or still open)
| TotalOpenedOrders | Returns number of all opened orders |
| TotalOpenedBuys | Returns number of all opened buy orders |
| TotalOpenedSells | Returns number of all opened sell orders |
| TotalLots | Returns total volume of all opened orders |
| TotalBuyLots | Returns total volume of all opened buy orders |
| TotalSellLots | Returns total volume of all opened sell orders |
| TotalProfit | Returns total profit of all opened orders |
| TotalBuyProfit | Returns total profit of all opened buy orders |
| TotalSellProfit | Returns total profit of all opened sell orders |
| TotalSwaps | Returns total swaps of all opened orders |
| TotalBuySwaps | Returns total swaps of all opened buy orders |
| TotalSellSwaps | Returns total swaps of all opened sell orders |