I am looking for a good measure of risk to use for evaluation of my trading strategies. I looked at various existing standard trading stats measures, and they looked unsatisfactory to me. Here is a summary (by no means complete):
1. Largest drawdown. Suppose you compare two systems, A and B. The largest drawdown for A is 20%, but the rest of the drawdowns did not exceed 5%. The largest drawdown for B is 18%, but the system suffered through 10 of them in the same test period. Now, if you use the largest drawdown measure, system B will be deemed less risky, while I think it's obvious that the opposite is true.
2. Sharpe's Ratio. The denominator uses the standard deviation of returns. What this means is that the risk of strategy A which made {-5%, +5%, -5%, +5%} in four months is the same as the risk of strategy B which made {+5%, +15%, +5%, +15%} in the same four months, since the standard deviation of returns for both strategies is the same , 5.77.
3. Sortino's Ratio. This tries to address the above problem with the Sharpe's ratio by using the standard deviation of negative returns only. But this leads to even greater bias. Suppose strategy A performance is this: {+5%, -15%, +5%, -15%, +5%, -15%}. Guess what the risk is according to Sortino's ratio? Zero. That's because all negative returns are the same.
While thinking about all the problems associated with these standard measures of risk in trading systems, I recalled the "efficiency" measure that Perry Kaufman proposed (for completely different purposes). It occured to me that it could the a perfect measure of risk in a strategy. Adapted for the strategy risk evaluation, it would look like this:
Risk (of a strategy) = TP
where TP is a total path of the equity measures the legth of the total path. Example: compare the equity curves of two strategies (both made the same return by starting with $100 and ending up up with $140)
A: {$100, $90, $120, $110, $140}
B: {$100, $70, $150, $100, $140}
The risk of A is: abs(100-90) + abs(120-90) + abs(110-120) + abs(140-110) = 80
The risk of B is: abs(100-70) + abs(150-70) + abs(100-150) + abs(140-100) = 200
What do you think?
1. Largest drawdown. Suppose you compare two systems, A and B. The largest drawdown for A is 20%, but the rest of the drawdowns did not exceed 5%. The largest drawdown for B is 18%, but the system suffered through 10 of them in the same test period. Now, if you use the largest drawdown measure, system B will be deemed less risky, while I think it's obvious that the opposite is true.
2. Sharpe's Ratio. The denominator uses the standard deviation of returns. What this means is that the risk of strategy A which made {-5%, +5%, -5%, +5%} in four months is the same as the risk of strategy B which made {+5%, +15%, +5%, +15%} in the same four months, since the standard deviation of returns for both strategies is the same , 5.77.
3. Sortino's Ratio. This tries to address the above problem with the Sharpe's ratio by using the standard deviation of negative returns only. But this leads to even greater bias. Suppose strategy A performance is this: {+5%, -15%, +5%, -15%, +5%, -15%}. Guess what the risk is according to Sortino's ratio? Zero. That's because all negative returns are the same.
While thinking about all the problems associated with these standard measures of risk in trading systems, I recalled the "efficiency" measure that Perry Kaufman proposed (for completely different purposes). It occured to me that it could the a perfect measure of risk in a strategy. Adapted for the strategy risk evaluation, it would look like this:
Risk (of a strategy) = TP
where TP is a total path of the equity measures the legth of the total path. Example: compare the equity curves of two strategies (both made the same return by starting with $100 and ending up up with $140)
A: {$100, $90, $120, $110, $140}
B: {$100, $70, $150, $100, $140}
The risk of A is: abs(100-90) + abs(120-90) + abs(110-120) + abs(140-110) = 80
The risk of B is: abs(100-70) + abs(150-70) + abs(100-150) + abs(140-100) = 200
What do you think?
