How to get max Drawdown of the Day of current running trades
-
I want to know on chart the max DD went of the Day. Suppose If I took trades or a EA is taking the trades so in any case even if i am not on screen the max value of DD recorded should get noted either in file or on Chart display.
Please experts guide me how to do it. Thanks and Appreciating the Support I get from experts here in advance, hope to get solution of this issue too

-
Think what you want is the highest loss profit has been in the day, Condition block, profit < variable, modify variable to current profit, once per daily bar resat variable to 0.
-
Hola, esto me interesa mucho, serias tan amable, de hacer una guia con imagenes de capturas de pantallas, por favor, muchas gracias por tu gentil ayuda...
-
@jstap Thanks I have done like that. and added variable as Comment on Chart to get display of it
-
@mee-air Esto es lo mas cercano a una respuesta de este temaque pude conseguir aqui, yo tambien lo estoy buscando hace varias semanas atras, espero que esto se ayude:
-
Thanks to jstap for the great solution. For the newbies (like me) out there this may be the implementation https://fxdreema.com/shared/8RuSK7r8d
-
@VHV-Profit-Masters Good One Thanks.