This is basically the first program/strategy that I have implemented in Quantopian. It is very simple. It basically buy when majority of stocks' prices in the list is 1% higher than those of the previous days.
And, sell when the prices today is 1 % lower than that of the previous days.
The list I have put here are apple, HPQ, IBM, ACN, CSC, YHOO, MSFT, GOOG_L, Facebook and AOL, which are industry leaders according to the Bloomberg.
I understand that there is survivorship bias in this program.. But, this will do for now. Any feedback or comment for improvement is greatly appreciated. ..