# Display P\&L / ROE% / PC%

By default, our application displays P\&L as the amount of quote currency when the trader opens a position. But it's possible to change it to ROE% or Price Change %.&#x20;

* Amount - To understand how it's calculated please [**read this article**](/other/faq/trading/how-p-and-l-and-roe-are-calculated.md).
* ROE% - To understand how it's calculated please [**read this article**](/other/faq/trading/how-p-and-l-and-roe-are-calculated.md).
* Price Change% - formula
  * Long % = (position price-best ask) / position price \* 100
  * Short % = (position price-best bid) / position price \* 100

<figure><img src="/files/7MCK2CpnJvZuXddzWX4I" 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-en-macos.tiger.trade/features/application-interface/preferences/display-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.
