MT5 - Collect highest account balance
-
Hi All.
Trying to create a money management strategy for an MT5 EA which involves relative draw down. How do I capture my accounts highest account balance (high watermark) to inject in to a variable. I understand you could do this with MT4 using 'trade statistic' but unfortunately this feature is missing with MT5.Best
B. -
@benfrankcombe The only way I can suggest now is storing that info into a variable that is active all the time and comparing it to itself all the time. Then you can visualize it with a 'Comment' block on the chart.