I wrote a fairly simple algo that just uses RSI and standard deviation. The logic goes as follows; if RSI indicates overbought or overSold at the same time the quoteBar's change is greater than twice the standard deviation, then either go long or go short. Feedback is appreciated. 

Author