How can I turn DD into a percentage?
-
I tried this for the first time and I get a number:

However, I would like to know what formula should I use to transform it into a percentage. Could someone please help?
-
This is MT5 only?
-
@jsauter86 No. This option is available for MT4 only.
-
@l-andorrà "relative" sounds a lot like percentage. Never tried this though

-
Yes, from what i got from the internet :
- Absolute draw-down = lowest equity value - initial equity value (capital) --> if <0, =0
- Max drawn-down = Max : (Equity peak - Equity subsequent through)
- Relative drawn-down = Max drawn-down / Equity subsequent peak
-
@seb-0 I will try it. Thank you to both.
-
@l-andorrà hola, creo que así lo podrías conseguir

-
@ajmd97fx Gracias por la sugerencia pero ¿por qué multiplicas por 100 negativo?
-
@l-andorrà el resultado del drawdown es un valor negativo y he supuesto que te interesa tener el porcentaje en positivo, por lo tanto se multiplica por menos *(-1) con esto se cambia de signo un valor, positivo a negativo o negativo a positivo como sería este caso.
y multiplicarlo por 100 es porque al hacer la división te va a resultar un número de dos decimales, así que lo multiplicas por 100 y listoejemplo:
balance 1000€
drawdown -200€
drawdown / balance = -0,20 * -100 = 20, ahora le pones el singo % y listo -
@ajmd97fx Me temo que no funciona.
Sospecho que me estoy dejando algo y no sé qué es. Gracias igualmente por la info. -
I'm afraid I'm missing something. This is the simplest way to get the DD value:
https://fxdreema.com/shared/RU9FYDy6b
However, no matter how I try it (balance or equity), the result is always 0. I used a demo account with a small loss so some value should reveal, but to no avail. Am I doing it correctly?
-
@l-andorrà yo utilizo la opción ABSOLUTE en MODE
creo que es eso, prueba a ver y me dices
a mi me funciona porque yo tengo un panel de comentarios y una de las informaciones que tengo es esa, el porcentaje de saldo actual
-
@ajmd97fx Pues en mi MT4 siempre sale 0. ¿Te importa mostarme una imagen con tu resultado en pantalla?
-
@l-andorrà en la imagen que puse antes, es el porcentaje que aparece en "Saldo Actual"
-
@ajmd97fx ¿Pero ese resultado lo obtienes a través del EA o mediante tus cálculos manuales en el EXCEL? Lo digo porque yo necesito el resultado automático a partir de la función del EA que he colgado.
-
@l-andorrà No matter how I try it. The result is always 0.
Am I missing something? -
@l-andorrà llevo desde ayer dándole vueltas, en un EA lo tengo puesto como te indiqué, lo estoy intentando hacer en otro para compartirlo contigo y ......
NO FUNCIONA!!!!
hjjjjjjjjjjjjsigo probando porque de verdad que lo tengo hecho tal y como te digo
-
@l-andorrà prueba así, ahora me ha dejado

-
@ajmd97fx Genial. Ahora sí que me ha funcionado. Gracias.
-
I retake this old thread of mine because now I need something different. The DD feature in my fisrt post is designed for OPEN trades. It works very well but now I need the DD value for all CLOSED trades. Essentially I want the same DD value offered by a backtesting report.
I tried to use a 'For each cloed trade' on top. Then I tried to select a limited period of time, but to no avail. That feature is for open trades only. So my quesiton is, how can I find a way to get the DD of all my MT4's history tab?