This is a trading item or a component that was created using QuantShare by one of our members.
This item can be downloaded and used by QuantShare Trading Software.
Trading items are of different types. There are data downloaders, trading indicators, trading systems, watchlists, composites/indices...
You can use this item and hundreds of others for free by downloading QuantShare.
Top Reasons Why You Should Use QuantShare:
Works with US and international markets (stock, forex, options, futures, ETF...)
Offers you the tools that will help you become a profitable trader
Allows you to implement any trading ideas
Exchange items and ideas with other QuantShare users
Our support team is very responsive and will answer any of your questions
We will implement any features you suggest
Very low price and much more features than the majority of other trading software
Two years ago, I have created a stock market news downloader that gets news data for U.S stocks from an RSS feed provided by Google.
This item downloads the last 10 news items and stores them in a custom database whose name is "google_news". You can get this trading item here News data for US companies from Google RSS feed.
The current item is for traders who want to perform EOD and intraday simulations/backtests using trading rules that generate signals based on news data.
The difference with the last item is that the current one gets much more stock news data (More than 3 years worth of data). For example, when downloading news data for Google, the item downloads +470 entries. For each stock and each news entry, the title is stored in a field named "Title" and the description (few words) is stored in a field named "Description".
Because it gets more data, the downloading process takes more time to complete than the original one. However, you need to run it only once; after that, you can use the above Google Item to get news updates.
An example of a trading rule that generates a buy signal if a positive word is detected in a stock news entry:
buy = ContainsWords('google_news', 'title', 'Buy,Jump,Big,Increase,Up');