Join Now or Login or connect with

Trading Software Trading objects Features Blog Search

This is a trading object shared by a member. You can use this object as well as hundreds of others with QuantShare - Trading Software.
Click on the Like button or on one of the share buttons to share this object and spread the word about QuantShare.
QuantShare is an advanced trading software for stock, forex, futures, ETF and options markets. It is the best and the most complete EOD trading software software and it is FREE (beta version).

Euronext Paris - News Data

by Patrick Fonce, 182 days ago
Share |

This item downloads French companies news data. Data retrieved from an RSS feed is transformed and inserted in a custom intraday database. The data is provided by a French website (www.boursier.com).
This news feed (RSS) is downloaded separately for each stock. The database, which stores the news items, is called 'france_rss_news' and it contains five fields.
These fields contain different pieces of information about the news articles. The 'Date' field gets the news date, the 'Title' field gets the news title, the 'Description' field gets a small description of the news content, the 'Tag' field tells what the news is about (Example: Chiffre d'affaires, Resulats, Avis AMF, Divers...) and finally the 'Link' field gets the URL of the news article.

This item requires a list of symbols, which can be downloaded here French Euronext Symbols - Liste des entreprises francaise coté ŕ l'Euronext. This list contains the companies ISIN code in the 'Name2' field, which is necessary in order for this item to work.
Euronext Paris - Historical Quotes can be used to download historical end-of-day quotes.

Here are some examples of how this item's data can be used with the QuantShare language:
To plot a time-series that displays the number of news per bar:
a = GetDataCount('france_rss_news','title');
plot(a, 'link', colorRed,ChartLine,StyleOwnScale);

To plot a time-series that shows news articles that are about the company revenues (Chiffre d'affaires):
a = GetDataStringCount('france_rss_news', 'tag', 'Chiffre daffaires');
plot(a, 'link', colorRed,ChartLine,StyleOwnScale);

Here is an advanced trading rule; it uses the Buy Indicator:
a = GetDataStringCount('france_rss_news', 'tag', 'Chiffre daffaires');
d = buy_indicator(a > 0, 10, 300) > 5 && a > 0;
plot(d, 'link', colorBlack,ChartLine,StyleOwnScale);

It plots a value of one on bars where news with the tag 'Chiffre daffaires' occurred and when the average future 10-bars return of all the news that has the same tag (lookback period of 300 bars) is above 5%.


Share This ->
Share |


You have to log in to bookmark this object
What is this?





Related Trading Objects



Country
Page 1
S&P Euro Index - Europe Stock Index
by Brian Brown, uploaded one month ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 1 Notes Report an item
Historical Stock Market Data
by QuantShare, uploaded several months ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 10 Notes Report an item
Adjusted & Unadjusted stock prices
by QuantShare, uploaded several months ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 6 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






Market
Page 1
Fibonacci Trading Indicator - Support a..
by QuantShare, uploaded today
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 0 Notes Report an item
Fibonacci Trading with the Retracement ..
by QuantShare, uploaded yesterday
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 0 Notes Report an item
Williams AD - Accumulation Distribution..
by QuantShare, uploaded one week ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 1 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






Style
Page 1
Fibonacci Trading Indicator - Support a..
by QuantShare, uploaded today
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 0 Notes Report an item
Fibonacci Trading with the Retracement ..
by QuantShare, uploaded yesterday
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 0 Notes Report an item
Williams AD - Accumulation Distribution..
by QuantShare, uploaded one week ago
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 1 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects
Show All
Yahoo EOD historical quotes (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 417 Notes Report an item
Canada Stock Market Symbols (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 37 Notes Report an item
Argentina Stock Market Symbols (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 6 Notes Report an item
Austria Stock Market Symbols (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 7 Notes Report an item
US delisted symbols (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 49 Notes Report an item
ETF Symbols (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 47 Notes Report an item
Historical Quotes for Delisted US Stocks (by QuantShare, uploaded several months ago)
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Number of downloads 45 Notes Report an item
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis


Trading Objects

 19 0 0 - Euronext Paris - Historical Quotes
  6 0 0 - Commitments of Traders
205 0 4 - U.S. Stock Market
 14 0 4 - Bourse de Tunis - EOD data
 14 0 0 - Tunisian Stock Market - Bourse de Tunis
  5 0 0 - Commitments of Traders - Historical Data
  4 0 5 - Arms Index - TRIN
  1 0 0 - Head and Shoulders Pattern Index
  5 0 0 - Head and Shoulders Pattern
  3 0 3 - Absolute Breadth Index
More trading objects...


Recent Posts

Pivot Tables in QuantShare Trading Software
Posted 9 days ago

How to create market indicators using the composite function - Part 1
Posted 17 days ago

Optimize a trading strategy using the Sharpe ratio
Posted 24 days ago

How to create a trading indicator that uses stock news
Posted 31 days ago

How to create your own technical analysis indicators
Posted 38 days ago

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object


contactus
About | Privacy | Terms of Use | Manual
Copyright © 2010 QUANTSHARE.COM