> For the complete documentation index, see [llms.txt](https://journal.daaniyaan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://journal.daaniyaan.com/how-to-use-it/mae-mfe.md).

# MAE/MFE

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

**Here in this page we have MAE/MFE for**

* **All the trades**
* **Winners**
* **Losers**
* **breakevens**

**And they are based on**

* **R return**
* **Proximity to intial SL/TP**

As i explained before in [Main sheet](/how-to-use-it/main-sheet.md#mfe-mae)

**MAE stands for Maximum Adverse Excursion**

**MFE stands for Maximum Favorable Excursion.**&#x20;

* MAE (maximum drawdown of a position during a trade)
  * For Long trades: the lowest price during the trade
  * For short trades: the highest price during the trade
* MFE (maximum profit of a position during a trade)
  * For long trades: the highest price during the trade
  * For short trades: the lowest price during the trade

<details>

<summary>Example</summary>

Imagine we have taken this trade on bitcoin.

![](/files/r4FdCoo0TxSGPt2Vm4ml)

Our entry has been 16653 and our initial stoploss has been 16583 and we have exited the trade with the price of 16890.

After we have entered all the details in the beginning of the sheet and filled other parts we have something like this

![](/files/Kr7jgnhSAbrvFk5ybpgF)

**Now we have to manually put the lowest and highest price during a trade. (you know the lowest and highest price during a trade after you closed the trade)**

from the trade above our lowest price is 16606 and since this was a long and a win and we hit our target the highest price is our exit price.

Now we have this

![](/files/Ici8melnHTscCCWgwwC7)

* <mark style="color:red;">(autofill)</mark> **R Return you got (to compare)** This is the original return(R) that you got on your trade. you gonna compare this to other metrics and other statistics.
* <mark style="color:red;">(autofill)</mark> **MFE base on R** Since this was a long trade and we did hit our target and it was a win the MFE (maximum profit during a trade) is as the same as our original retur&#x6E;**.**&#x20;
* <mark style="color:red;">(autofill)</mark> **MAE base on R** if you say our stoploss is -1R the MAE that we got here is -0.67 means it has gone to that number and then it has reversed from there. again mae stands for maximum drawdown during a trade.
* <mark style="color:red;">(autofill)</mark> **MFE based on %proximity to your initial SL\&TP** Again this was a win so our MFE is %100. by proximity to TP/SL it means how many % it has gone close to either of those.
* <mark style="color:red;">(autofill)</mark> **MFE based on %proximity to your initial SL\&TP** here it means during the trade it has gone close 67% to our stoploss.

one different example

![](/files/eFKVPWAmD1Za6bOL7MkP)

![](/files/dPNQHHYUMWqDUCkG8Esv)

This was a bitcoin trade and the direction was short.

the Return that we have got on this trade is 1.61R

but the MFE shows us that it has gone to even 2.54R and we still closed it at 1.61R

and the MAE tells that the max drawdown has been -0.39R

Here our mfe %proximity is not %100 **because** we didn't close the trade at our **original TP.**

**it says that the maximum upside have been 68% of the original TP that you have picked.**

Lots of other examples can be made. but better for yourself to read more about them and try different situations.

</details>


---

# 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:

```
GET https://journal.daaniyaan.com/how-to-use-it/mae-mfe.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.
