> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/tr/leverage-trading-guide/how-leverage-works/roe-calculation.md).

# RoE ve Ticaret Arayüzü Düzeni

## Ticaret Düzeni

PnL/RoE gösterge görselleştirmesini arayüzde değiştirmek için, Margex hesabınızın '[Ayarlar](https://margex.com/app/settings)' sayfasındaki geçişi değiştirerek yapılabilir.

* Farklı düzenler arasında geçiş yapmak için önce Margex hesabınızın '[Ayarlar](https://margex.com/app/settings)' sayfasına gidin:

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

* Oradan, 'Ticaret Düzeni' geçişine tıklayın:

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

Bundan sonra, RoE göstergesi, pozisyonlarınızın performans değerlendirmesi olarak 'Ticaret Modülünüz'de yansıtılacaktır.

## Öz Sermaye Getirisi (RoE) ve Nasıl Hesaplanır

Öz Sermaye Getirisi (ROE veya ROI), açık bir ticaretin mevcut NET performansını gösteren bir göstergedir.

* <mark style="color:green;">**Pozitif**</mark> ROE, ticaretin şu anda karlı olduğunu gösterir.&#x20;
* <mark style="color:red;">**Negatif**</mark> ROE, ticaretin şu anda net bir zarar ettiğini gösterir.

![21ROE.png](https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/21_ROE_2341489ace.png)

ROE, bir ticaret için tüccarın ayırdığı teminat üzerinden hesaplanır ve şu formül kullanılır:

* ROE% = (Gerçekleşmemiş PnL + Gerçekleşmiş PnL - KapanışEmriKomisyonu) / Teminat

Örneğin, bir tüccar bir pozisyon için 100 $ teminat kullanmışsa, +%20'lik bir ROE değeri, ticaretin aslında 20 $ net kârda olduğunu gösterir.

{% hint style="success" %}
ROE, sadece ticareti yapılan varlığın fiyat hareketinden elde edilen düz PnL'yi değil, aynı zamanda herhangi [bir ticaret ücreti ve fonlama maliyetlerini de hesaba katar.](/help-center/tr/margex/trading-conditions/margex-fees.md)

Bir pozisyon açıldığında, ROE% göstergesi başlangıçta negatif bir değer gösterecektir. Bu, ROE% göstergesinin pozisyon için meydana gelen açılış ve kapanış ticaret ücretlerini hesaba katmasından kaynaklanır.

Bu, tüccarlara tamamen şeffaf ve doğru bir ROE göstergesi sunar.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.margex.com/help-center/tr/leverage-trading-guide/how-leverage-works/roe-calculation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
