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
So, where's the error here? Does MT5 use some other formula for Sharpe Ratio or did I miss something in my calculations?
So, where's the error here? Does MT5 use some other formula for Sharpe Ratio or did I miss something in my calculations?
You have missed divider in the StdDev formula
StdDev of HPR = Sqrt(((1.0002 - 1.00014999)^2 + (1.00009998 - 1.00014999)^2))/2)
You have missed divider in the StdDev formula
StdDev of HPR = Sqrt(((1.0002 - 1.00014999)^2 + (1.00009998 - 1.00014999)^2))/2)
Thanks! The results match, but then the phrase in your guide looks rather misleading:
The obtained value will be divided by 29 (the amount of trades minus one).
In the above example there are 2 trades, that's why I divided it by 1 and not 2.
Thanks! The results match, but then the phrase in your guide looks rather misleading:
In the above example there are 2 trades, that's why I divided it by 1 and not 2.
We don't use Bessel correction (n/n-1) because we assume standard deviation as biased root mean square deviation.
BTW 2 items have not statistical meaning. More items amount - less difference between biased and unbiased square deviations
We don't use Bessel correction (n/n-1) because we assume standard deviation as biased root mean square deviation.
BTW 2 items have not statistical meaning. More items amount - less difference between biased and unbiased square deviations