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
It allows you to create a survivorship bias-free database of several indices. It downloads historical composition of an ETF that tracks an index then creates a custom database by assigning the value "1" to each stock that was part of that index at a specific date.
Backtesting using a survivorship bias-free database is extremely important if you want to get simulation results that are as accurate as possible. You may also want to get historical data for delisted stocks. You can obtain a list of delisted stocks here: US delisted symbols, and download data for those stocks using: Historical Quotes for Delisted US Stocks
Here is how to create a survivorship bias-free database of S&P 1500 Index (Broad market index):
- Download and install this item
- Open the download manager by selecting "Download -> Download Manager"
- Select it then click on "Open Selected Downloader"
- In "ticker" tab, type "ISI" to create the historical composition of the S&P 1500 Index
- In "Dates" tab, select a start and end dates then click on "Save"
- Click on "Start downloading" to begin the downloading process
After the data is downloaded, a new field whose name is "isi" is created. You can access the data using the following function:
inIndex = GetData('index', 'isi');
For more information, please click on the above blog post link.