How to get "trade statistic" (Abslotue/Relative/ Max Drawdown) --> MT5
-
Hello,
Trying to make a DD logger..When I make a MT4 EA- project I've the option to choose "Trade statistic" (see pic below)
Where can I find it on my MT5- project?
https://fxdreema.com/shared/0FqqcT9Dc
/Markus
-
@meken Sadly this feature is not implemented for MT5. Don't ask me why the admin decided not to do it.

-
Any chance they might? I could really use it. Even if there is a way I can capture the highest account balance I can take it from there...
-
@benfrankcombe Try to contact him with that request. Maybe he will!
-
Many MT4 Trade statistics, when EA's converted to MT5, will work.
Another way is to create some custom MQL5 code block.
-
the best way to do is a print to file, and the output that is already generated in a MT5 backtest, has a unused column, and it easiest to replace that data with whatever calculation you require. Dang...I wish I had that project. Someone else did it and showed it to me, Ill see if I can find it.