March 13th, 2012, 5:28 pm
Hi, I got this problem that I'm trying to see whether there is literature is out there to attempt to solve the problem. So like most of quant strategies, you will have multiple alphas.. like mean reversion, momentum, fundamental, etc.. How do you guys combine them? (Obviously it has to do with quality of the alpha, etc.. and I read somewhere about doing optimization on the alphas to take into the account of the sd of the alphas). But what about rule based stuff? Like today is day after earnings.. so you want to kick in your earnings signal but ignore all the other signals.. and I don't want to put a bunch of the if else statement and blindly run sims... Is there a better way to solve the problem without doing an optimization on the alpha itself? There's regression tree, bayesian, non linear etc.. but can't seem to find that target combining alpha.. How do you guys generally solve this issue?