How to Start with MT5, a summary ! - page 6

You are missing trading opportunities:
- Free trading apps
- Free Forex VPS for 24 hours
- 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
Something about drawdown -
--------------------
Forum on trading, automated trading systems and testing trading strategies
Is Relative DrawDown terminology identical to Absolute Draw Down ?
Michele Lazzarini, 2014.08.09 02:16
Absolute: compared to initial balance
Maximal: largest drawdown (measured in currency)
Relative: largest relative drawdown (measured in %)
This because you can have an early drawdown big in % but not in currency.
The Maximal can hide a largest drawdown in % happened earlier.
Relative is an index of resistance to drawdowns and can be used to compare different results.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
To assess performances i find useful this expression:
Efficacy = Net Profit / Gross Profit
this can be used combined with Relative Drawdown, to assess the real reliability of a strategy:
Reliability = Efficacy / Relative Drawdown
Forum on trading, automated trading systems and testing trading strategies
Maximum Drawdown
Sergey Golubev, 2016.09.28 08:20
This is what I found:
...
There are many 'drawdowns' in the world:
I am not sure which kind of drawdown is used for the signals (I think, it may be 'Maximum drawdown on equity open trades' as maximum possibe drawdown) but you can read the following:
Article: What the Numbers in the Expert Testing Report Mean
Small thread: Is Relative DrawDown terminology identical to Absolute Draw Down ?
Forum on trading, automated trading systems and testing trading strategies
About Drawdown
Sergey Golubev, 2022.02.27 13:09
...
As I know - the traders are using some tools/indicators for MT4 and MT5 to show absolute drawdown on equity open trades,
for example: post #367
And you can read this article too - What the Numbers in the Expert Testing Report Mean
Forum on trading, automated trading systems and testing trading strategies
Ask about Drawdown
Sergey Golubev, 2016.11.09 08:34
What the Numbers in the Expert Testing Report Mean
Absolute drawdown is the difference between the initial deposit and the smalles value of balance within testing:
AbsoluteDrawDown = InitialDeposit - MinimalBalanceMaximal drawdown is the highest difference between one of local upper extremums of the balance graph and the following lower extremums:
MaximalDrawDown = Max of (Maximal Peak - next Minimal Peak)The maximal drawdown percentage shows the ratio between the maximal drawdown and the value of respective local upper extremum:
MaxDrawDown % = MaxDrawDown / its MaxPeak * 100%