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
This item loads and saves a list of all European holidays. As with the US holidays object (Market: US Holidays), the data is retrieved from the InterContinental Exchange website (theice.com).
The data is downloaded from 2001 to 2012 and is saved into the following custom database: 'holidays_europe'. The symbol '^Holidays_EUROPE', which is associated with the data is automatically created
How to use it with the QuantShare vector-based formula:
You can create an indicator using the holiday data with the following function: 'GetDataExtern'
The complete formula is: GetDataExtern('holidays_europe', 'isholiday', 1, '^HOLIDAYS_EUROPE');
Because the market is closed on holidays, if you plot the above indicator, a value of one will be displayed on the previous bar (The trading day just before the holiday).
Example: For the 'Agilent Technologies Inc' stock, the 1 January 2005 holiday is displayed on the 30 December 2004 bar.
If you need to translate the indicator, just use the 'Ref' function.
You can also use the 'Custom Function' plug-in to create your own (more advanced) indicator. In this case, the function that should be used is 'cFunctions.GetCustomDatabaseData'
Example: VectorCustom holiday = cFunctions.GetCustomDatabaseData('holidays_europe', 'isholiday', '^HOLIDAYS_EUROPE');
The advantage of using the 'Custom Function' plug-in is that you have deeper control on the how to create your indicator. You can for example, create an indicator that returns a value of one only on some specific holidays.
You have to log in to bookmark this object What is this?
>>>> More trading objects? click here to search for trading sytems, downloaders, screens, custom drawing tools, indicators... by country, market or style.