How find out average drawdown of backtest

 

Hi,

I am currently backtesting an EA on mt4, and I would like to find out the average drawdown of the EA.

Means, neither max. dd  nor  relative/absolute dd, but the calculated average drawdown.

Is there a way to do that in mt4?!

thx

 

Use this recipe: Loss / Account Equity * 100%.

You can display it on the screen or store it in a variable.

To find the highest DD value, you can use the flag algorithm.