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
For those who want or need access to both adjusted and unadjusted historical stock prices, this item downloads both data from the Yahoo server.
This item has almost the same settings as the Yahoo EOD historical quotes, which is a download object that retrieves historical EOD data from Yahoo servers, adjusts the quotes using the adjusted close price field and stores the data into your application' quotes database.
This object uses the same adjustment script to store the adjusted quotes data into the quotes database. It also saves unadjusted historical data into a custom database, whose name is "unadj_quotes". This database contains the following five fields: date, close, open, high and low.
This object is helpful in many situations. You can for example use the unadjusted historical data in backtesting or analysis and at the same time have trading rules that use unadjusted stock prices.
For example, using an adjusted quotes database and creating a trading system that buys stocks whose share price is higher than 2 dollars, is not going to produce realistic results. This is because at the time, the simulator is going to check the close price, some split-adjusted stocks will have a low close price (at that time the real share price for some stocks is higher, because these stocks have not yet performed a split) and therefore will not be bought by the simulator.
In order to prevent this, you can use the unadjusted database to check whether the stock price is higher, equal or lower than 2 dollars.
Example:
Instead of using the following rule:
close > 2
You can use
GetData("unadj_quotes", "_close", LastData) > 2
You can use this item to download data for U.S. stocks as well as several international markets, including: Australia, Canada, UK, France, India, China, Spain, Singapore, Brazil, Japan, Italy, Hong Kong, Germany...
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.