Simple algo that earns money on speculators by assuming the long running stock price of P[N+1] = P[N] + G where P[N] is the current price and G is the growth rate of the stock. The idea is that some people will speculate on the stock and those people will then lose money as the above function predicts the stock price. The algo is much to complcated to build in the current quantopia because of issues with history function and only seems to work on stocks such as the Apple stock.