1 million $, 50 names, zero leverage.
1 million $, 50 names, zero leverage.
A few suggestions:
Thanks very much Grant. I will take a look. Unfortunately most statistical arbitrage strategies require leverage else won't work.
Your leverage roughly monotonically increases with time, which suggests that you may have a normalization problem. If you normalize your portfolio weight vector to 1.0 and use order_target_percent, it'll fix it. Then, you could always add back in dynamic leverage by just multiplying the vector by a factor.
Regarding leverage, if your algo is selected for funding, my understanding is that you won't have control over it anyway. Q will normalize to 1.0, and then dynamically allocate and leverage across the algos in their fund. You'll get a percentage of your algo's leveraged returns, based on their decision. In my backtesting, I just keep the leverage at 1.0 (but for contest entries, I jack it up, although it is not obvious if this is the best choice).
Another comment is that at leverage 1.0 and a backtest back to 2002, I suspect that it is really challenging to get a Sharpe > 1.0 with a relatively large, diversified universe, without some form of bias/over-fitting. It'd be interesting if this is born out by the backtest results Q is seeing for the algos they've funded, but my sense is that they'll keep that info close to the chest.
But, if they get a bunch of orthogonal strategies that can be mixed and matched dynamically in a predictable fashion, then maybe SR ~ 1.0 is just fine? Again, it would be interesting to see what they've selected thus far, including the orthogonality (uncorrelated-ness).
I know for a fact (from a classmate who now heads systematic trading at a hedge fund here) that there exist strategies with Sharpe > 2 at leverage 1.0 for more than 10 years. So it is possible.
Yes, I had like to know more about the algos they have selected thus far, but they are very silent about it. Maybe they should put up a presentation on these algorithms and how P/L looks. I had be very interested.
@Grant, while we are at it, can you take a look a this post and tell me your opinion. Since you are the expert on this subject.
Regarding realistic SR's, the guidance on ~ 1.0 comes from this book:
http://www.systematictrading.org/
Awhile back, I recall that Q said they'd be interested in as low as SR ~ 0.7, although the recent CIO blog post suggested to me that they are looking for stand-out algos, with really high SR's. Perhaps at an institutional scale, it is doable; the book referenced above is focused on individual retail traders.
Pravin -
Here's something I've been dinking around with, for comparison (it is by no means optimized). You can see that the leverage is ~ 1 and that the long/short exposure is at ~50/50.
There nothing special about the universe it draws from; it is basically the top 200 stocks, by market cap (once the tradeable universe thingy gets released, I'll try that).