I am backtesting an equity trading strategy which trades only once per day. Is there a general rule of thumb for the reasonable upper bound on the rate of return of such a strategy? For example, a 2000% return over a week might be unrealistic, but a 20% return is possible. Identifying a reasonable limit may help me identify faulty strategies.
|
|
I believe the concept you are looking for without really knowing it is the information coefficient (IC). IC is the correlation between your forecast and actual subsequent returns. If your IC is 1 (perfect correlation, also known in this context as perfect foresight), then your maximum return is the compounded sum of the greatest daily return of any stock in your universe (or of the difference between the greatest and lowest return, in case of a long-short strategy). For a lower IC, you can simulate what returns are realistic by artificially constructing a signal starting with realized returns and adding noise to get the desired IC. A separate question is what is a realistic IC. I'm not sure, but I doubt any strategies can achieve higher than 0.1. For more details, see Active Portfolio Management by Grinold and Kahn. |
|||
|
|
|
Quite simply, no, you can't bound returns. Assuming you can invest in several assets, and that you can short-sell, you could quite easily make a huge return by simply getting (maybe even just by pure luck) the right directions on an especially volatile way. You can't bound complex strategies daily return. If you consider buying only a single asset, the is no bound either. What you might be willing to do is to look at the distribution of past return, and take some quantile (99% for example) which would give you your limit, or basically some kind of confidence interval (and it would basically correspond to the VaR for losses). But this would be wrong anyway in my opinion, since you basically assume that all the data available right now fully characterizes the distributions of future returns, which has been proved wrong every time there has been a major crisis. Keep in mind, seeing one billion white swans is not enough to prove that all swans are white, whereas seeing only one black swan is sufficient to prove that all of them aren't white. But my main concern is: why on earth would you discard a strategy because it makes large returns or losses? I mean, how could your strategy be "faulty"???? Are you trying to detect fraud? |
|||||||||
|