# Показать P\&L / ROE% / PC%

По умолчанию наше приложение отображает P\&L как сумму котируемой валюты, когда трейдер открывает позицию. Но его можно изменить на ROE% или Price Change %.

* Сумма - Чтобы понять, как он рассчитывается, пожалуйста, [прочитайте эту статью](/other/faq/treiding/kak-rasschityvayutsya-p-and-l-i-roe.md).
* ROE% - Чтобы понять, как он рассчитывается, пожалуйста, [прочитайте эту статью](/other/faq/treiding/kak-rasschityvayutsya-p-and-l-i-roe.md).
* Price Change% - формула
  * Short % = (position price-best bid) / position price \* 100
  * Long % = (position price-best ask) / position price \* 100

<figure><img src="/files/ZfcJYRzq4Ud876XpdTS7" alt=""><figcaption></figcaption></figure>


---

# 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://wiki-ru-macos.tiger.trade/features/interfeis-prilozheniya/nastroiki/pokazat-p-and-l-roe-pc.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.
