# RoE 및 거래 인터페이스 레이아웃

## 거래 레이아웃

인터페이스에서 PnL/RoE 지표 시각화는 Margex 계정의 '[설정](https://margex.com/app/settings)' 페이지에서 토글을 변경하여 수행할 수 있습니다.

* 레이아웃을 전환하려면 먼저 Margex 계정의 '[설정](https://margex.com/app/settings)' 페이지로 이동하십시오:

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

* 거기에서 '거래 레이아웃' 스위치를 클릭하십시오:

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

이제부터 RoE 지표는 거래 모듈에서 포지션 성과 평가로 반영됩니다.

## RoE란 무엇이며 어떻게 계산되나요?

**자기자본이익률(ROE%)**&#xB294; 열린 거래의 현재 **순** 성과를 반영하는 지표입니다.

* <mark style="color:green;">**양의**</mark> ROE는 거래가 현재 수익성 있다는 것을 의미합니다.
* <mark style="color:red;">**음의**</mark> ROE는 거래가 현재 순손실 상태에 있다는 것을 의미합니다.

<figure><img src="/files/7nSxbQn2nWlEt7bCFY9M" alt=""><figcaption></figcaption></figure>

ROE는 거래자의 **거래에 할당된 마진**을 기준으로 다음 공식을 사용하여 계산됩니다:

* **ROE%** = (미실현 PnL + 실현 PnL - 종료 주문 수수료) / 마진

예를 들어, 거래자가 $100을 포지션에 대한 마진으로 사용한 경우, ROE 값이 +20%이면 거래가 사실상 $20의 순이익을 얻고 있다는 것을 의미합니다.

{% hint style="success" %}
ROE는 거래되는 자산의 가격 변동으로 인한 순수 PnL뿐만 아니라 관련된 [거래 수수료 및 자금 조달](/help-center/ko/margex/trading-conditions/margex-fees.md) 도 모두 고려합니다.

포지션을 처음 열 때 ROE% 지표는 음수 값을 표시합니다. 이는 ROE% 지표가 포지션에 대해 발생한 개시 및 종료 거래 수수료를 고려하기 때문입니다.

이는 거래자에게 완전하고 투명하며 정확한 ROE 지표를 제공합니다.
{% endhint %}


---

# 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://help.margex.com/help-center/ko/leverage-trading-guide/how-leverage-works/roe-calculation.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.
