Sharpe ratio in Report

In the example runBackTest for RiskFreeRate=0 TotalReturn=0.22943, SharpeRatio=0.11415 and Volatility=0.0075013 are reported. I don't see how this SharpeRatio is calculated, would you please explain? Thanks

Answers (1)

William Rose
William Rose on 17 Feb 2024
Edited: William Rose on 17 Feb 2024
[edit: the 0 in the equation below is for the risk free rate]
"RiskFreeRate=0 TotalReturn=0.22943, SharpeRatio=0.11415 and Volatility=0.0075013"
For that example, the average return is 0.00085456.
So you do
(.00085456-0)/.0075013
ans = 0.1139
Pretty close, maybe some rounding issues.

Categories

Find more on Risk Management Toolbox in Help Center and File Exchange

Products

Release

R2023b

Asked:

on 17 Feb 2024

Edited:

on 17 Feb 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!