You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
When using optimization, the Drawdown % displayed for each pass is equity drawdown maximal. How can we get it to display equity drawdown relative? Equity drawdown relative is much more useful for testing EAs that scale with account size.
I've seen this posted a couple times, but it seems like the solution is to add it into the code. I use expert advisors from the MQL5 market, where you can't edit the code, and I want to be able to quickly see equity drawdown relative for several different risk levels. Instead, the only way I know of is to run each risk level as a separate backtest. This can be very tedious versus running 1 set of optimization.
Can this be done? Or how can we request this feature in a future update? I'm sure I'm not alone in this?