Note: Accern's Alphaone dataset is no longer available in the platform. For a similar example, check out Sentdex's News Sentiment Analysis sample algorithm.
Since we released Accern data into Pipeline and the backtester I've been working on something to post in the forums kind of like the VIX algo. While the aforementioned algo wouldn't be suitable for the contest or fund, this algo is a taste of the type we are looking for in the fund, and a candidate for doing well in the contest.
Accern Alphaone provides sentiment data for securities consisting of a sentiment score ranging from -1 to 1 and an impact score ranging from 0 to 100. The impact score measures how likely the stock price will change as a result of the sentiment. I found their impact score to be especially interesting and decided to see if I could find a signal in that. In the below algo I hypothesize that securities with a low average impact score would outperform securities with a high average impact score. Consequently I bought the low impact stocks and sold the high impact stocks. The results seem to be somewhat predictive but very sensitive to the look back period. Unfortunately, the free dataset is only available until mid December 2013 so there isn't a lot of time to backtest, but the premium dataset extends two more years to the present.
For more information on the integration see Josh's post.
TL;DR
Buy stocks where news sentiment barely impacts their price, sell stocks where news sentiment greatly impacts their price.