Is someone interested in collaborating on a market making algo? It would use the minutely data (highest frequency available on Quantopian), and then we can expand to longer windows as needed.
I am not saying that this algo would perform better than a simple buy-and-rebalance, but I am curious as to what might come out of it. I have ideas, but I can not implement them in code...as I am new to Python and I am a code tweaker at best, not a code developer or originator.
I suspect that Quantopian is looking for this sort of stuff, for their fund - low risk, low beta, high turnover, etc. As someone else pointed out, the only way to be a pro in the market making game is to have tick and order book data, but we do not, so this is the best we can do here, as enthusiastic amateurs. I said it in the past - making it too complex is costly (your time and my time spent) so we should keep it as simple as possible, run a few tests, and be done.
I started with the sample mean reversion algo, but I am unable to make it scan and trade each minute.
Regards,
BT