# Statement

Statement panel displays the logs of all account operations performed by the user for the current day, or for a certain period. In order to open the Working orders panel, select it from the More tab, which is located in the main toolbar of the terminal. The panel itself looks as follows:

<figure><img src="/files/B5P0JPPjYpKXGxCJX0FF" alt="" width="375"><figcaption></figcaption></figure>

By tapping on the card, detailed view will be opened, as can be seen in the screenshot below:&#x20;

<figure><img src="/files/0HRaI6S6Gjw75scz8AeW" alt="" width="375"><figcaption></figcaption></figure>

For different operation types different information will be displayed:

* Account - name of the account that the account operation is related to;
* Symbol - name of the instrument that the account operation is related to;
* Operation ID - identifier of the account operation in the system;
* Open price - open price of the position. Available only if account operation is related to the position;
* Close price - close price of the position. Available only if account operation is related to the position;
* Quantity - quantity of the position. Available only if account operation is related to the position;
* Currency - account operation currency;
* Position opening date - date of the position opening. Available only if account operation is related to the position;
* Position ID - identifier of the position in the system. Available only if account operation is related to the position;
* Trade ID - identifier of the trade in the system. Available only if account operation is related to the trade;
* Details - any comment left by the broker for an operation.


---

# 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/traderevolution-for-mobile/phones/statement.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.
