Kyani:
Is it possible to calculate the average drawdown of a signal ?
I mean can I somehow collect the drawdown datas of a signal from Mql5 ?
Not through MQL5.com.
Sure it is. Not with built in methods, but by writing your own classes like a tracker that tracks profit / loss / draw down of each position or -
in your case - of each signal.

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
Is it possible to calculate the average drawdown of a signal ?
I mean can I somehow collect the drawdown datas of a signal from Mql5 ?