|
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 73, which is a download object that retrieves historical EOD data from Yahoo servers, adjusts the quotes using...
No notes
|
Downloader
Medium
|
| |
This script is simulating a trailing stop limit buy/sell order with exact levels.
With the first parameter you can adjust the distance of the limit entry in percent based on the last high (long order) or low (short order) and with an second parameter you can setup the valid time of...
No notes
|
Money Manag.
Medium
|
| |
Here is a trend line that displays the line slope angle which is the angle in degrees from the horizon. This drawing tool is similar to any trendline tool used in technical analysis; select it then click on the chart to create the first anchor point or line extremity then...
No notes
|
Drawing Tool
Medium
|
| |
This object will do a full download of the historical analyst buy and sell recommendations available on yahoo, and store in a local database (yahoo_analyst_ratings). The rating firm, upgrade/downgrade indicator, the past rating and the current rating are all stored. In addition, the downloader contains a function that...
No notes
|
Downloader
Medium
|
| |
This item has been updated on June 5 2014 to compute correlation of daily returns.
Example: a=AvgCorrelation("SPY,TLT,GLD",100) ;
b=AvgCorrelation("SPY,IWM.QQQ",100);
...
No notes
|
Indicator
Medium
|
| |
Here is a money management script that can be applied to any trading system to prevent it from buying positions that didn't perform well in the past. This money management item simply tracks new positions in the "OnNewPosition" event and then decides whether to allow the position to be bought...
No notes
|
Money Manag.
Medium
|
| |
The American Association of Individual Investors, AAII, is a non-profit organization founded in 1978 and located in Chicago. AAII conducts, every week, a pool to determine the overall stock market sentiment of their members over the next six months. Members should tell what they think the market will be in...
No notes
|
Downloader
Medium
|
| |
|
This is a modified version of NSE Nifty - S&P CNX Nifty
This modified version can download index of CNX NIFTY
Don't forget to add CNX NIFTY as a new symbol
...
No notes
|
Downloader
Medium
|
| |
This item downloads 1-minute intraday data from Finam for 12 currency pairs. The Forex pairs are: AUDUSD, CHFJPY, EURCHF, EURGBP, EURJPY, EURUSD, GBPUSD, USDCAD, USDCHF, USDDEM, USDJPY, USDRUB.
Using this trading object you can download more than 3 months worth of 1-minute bars. Once you save this Forex Intraday item, open...
No notes
|
Downloader
Medium
|
| |
Normally it has been observed that stocks which crosses below their all time lows are poised to go for very sharp downside or will underperform during the market fall. This watch List will enable you to screen out the stocks which are trading at their all time lows. I have...
No notes
|
Watch List
Basic
|
| |
Maximum Adverse Excursion (MAE) and Maximum Favorable Excursion (MFE) for individual trades are available under the "Trades" and "MAE/MFE" tabs of the trading system report.
The current money management script calculates the MAE and MFE for the whole trading system.
The calculation is based on the highest/lowest portfolio equity compared to...
No notes
|
Money Manag.
Medium
|
| |
The current download item gets non-continuous daily futures quotes from the following download location: www.accesstrading.com. The quotes can be downloaded starting from the end of 2007. This is because a change in the URL that points to the CSV content was made in the late 2007. The data provided by...
No notes
|
Downloader
Medium
|
| |
Investopedia defines oversold as
1. A condition in which the price of an underlying asset has fallen sharply, and to a level below which its true value resides. This condition is usually a result of market overreaction or panic selling.
2. A situation in technical analysis where the price of an asset...
No notes
|
Watch List
Medium
|
| |
|
This downloader gets last quote prices (realtime shares data) for stocks listed on the Euronext Paris Stock Exchange (Bourse de Paris).
It downloads a list that contains the date, open, share price, today's high and today's low for more than 700 stock symbols (including CAC 40 stocks). The data...
No notes
|
Downloader
Medium
|
| |
The Lisbon Stock Exchange is the main stock exchange in Portugal. It is located in Lisbon, the capital of Portugal and since 2007, it is part of the NYSE Euronext group (After the merger of Euronext and NYSE).
In 2002, Euronext acquired the Lisbon stock exchange (Bolsa de Valores de Lisboa...
No notes
|
Symbols
Medium
|
| |
An earnings surprise is when a company reports an earnings number that is not expected by analysts. In other words, an earnings surprise occurs when the earnings per share (EPS) is not in-line with the consensus estimates. The earnings may exceed, be in-line or below the consensus estimates. Usually, an...
No notes
|
Downloader
Medium
|
| |
In statistics, the coefficient of determination represents the strength of the relationship or the portion of common variation in two time-series or variables. It is a statistical measure of how well the regression line approximates the real values.
The coefficient of determination or R² is mainly used to analyze how well...
No notes
|
Indicator
Medium
|
| |
The short indicator tells you whether to short the current security or not based on an indicator previous performance.
For each bar, this indicator will calculate the performance of another indicator for the past bars. It will simulate a short and cover after n-bars when the provided indicator gives a...
No notes
|
Indicator
Medium
|
| |
There are many indices and ETFs you can find and follow if you want to track the Gold and Silver industry. You can also create your own composite and get more control over how to benchmark the Gold and Silver industry.
The current composite will create a new symbol "_Gold_Silver" by...
No notes
|
Composite
Medium
|
| |
This item downloads extensive fundamental data. It gets quarterly fundamental data for all U.S. stocks and for the past 20 years.
More than 200 fundamental fields are downloaded, including income statement data, balance sheet data (assets, equity and liabilities) and cash flow statement data (from operating, investing, financing activities) and various...
No notes
|
Downloader
Advanced
Private
|
| |
The Price/Earnings to Growth ratio, also known as the PEG ratio, is a measure of valuation of a company. The PEG ratio was made popular by Peter Lynch and it provides an easy to way to find whether a company is fairly valued, overvalued or undervalued. A stock with a...
No notes
|
Screen
Medium
|
| |
A Market Timing Model is a model or strategy that issues buy and sell signals based on a group of predictive indicators.
Timing Models are usually compared with the buy and hold strategy in order to assess and evaluate its performance. Two measures are particularly important: Annual Return and Strategy...
No notes
|
Downloader
Medium
|
| |
This trading system consists of purchasing S&P 500 or any other market index on some particular months that are known to be profitable (average over long periods).
The strategy enters S&P 500 on March, April, October, November and December. It buys the first day of these months and exits the position...
No notes
|
Trading System
Medium
|
| |
This indicator makes a prediction for the returns of the current bar based upon averaging the returns of the NumClosest (parameter) candlestick patterns that were most similar to the current bar's pattern in the Lookback (parameter) period. "Similarity" here is the squared euclidean distance between vectors describing the two...
No notes
|
Indicator
Advanced
|
| |
To help the QuantShare community make use of the 565 function and to illustrate the application of Rules Manager, we have created a Price Channel Position rule list.
The Price Channel is designed to measure where price is within the range of the channel look back period, expressed as a percentage...
No notes
|
Rules
Medium
|
| |
This is the Yang and Zhang extension of the Garman and Klass historical volatility estimator.
The equation was modified to include the logarithm of the open price divided by the preceding close price. As a result, this function uses the open, high, low and close prices to estimate volatility.
This modification allows...
No notes
|
Indicator
Advanced
|
| |
The normalized close price indicator calculates the price movement of a security by starting with a 100 base value at a specific date.
You just need to specify a start/base date and a security name (optional - if empty then the currently analyzed security will be used) and this function will...
No notes
|
Indicator
Medium
|
| |
The Kuwait Stock Exchange is one of the largest stock exchanges in the Persian Gulf region. In fact, it is the second biggest stock exchange in the Middle East of Asia, just after the Saudi Stock Exchange. The exchange is located in the State of Kuwait, and it was created...
No notes
|
Symbols
Medium
|
| |
This function is a system filter. It calculates the SQN of the market of choice. Whenever the SQN of that market drops below the input value of nSQN, the function returns false. It returns true when there have been 2 consecutive periods of increase in SQN. ...
No notes
|
Indicator
Medium
|
| |
Watchlist detects historical data that have potential splits, issues in prices, and missing volume.
You may modify/add/remove condition of rules and symbol select criteria per your needs.
After you have result dataset, refresh data of symbols with potential issue by right clicking and selecting "Download Data for Selected Symbol"....
No notes
|
Watch List
Medium
|
| |
This indicator checks a specific condition using different time frames. First of all, it will check if your condition is met in the daily period. After that it will verify the condition using weekly period then monthly period.
For example, if you type:
a = IsMet3("rsi(14) > 80"); ...
No notes
|
Indicator
Advanced
|
| |
The "bolsamadrid.es" website provides historical end-of-day data of companies listed in the Bolsa de Madrid or the Madrid Stock Exchange. The item I have created downloads the historical end-of-day quotes of all the 157 symbols for a specific start and end date ('From' date and 'To' date).
The list of symbols...
No notes
|
Downloader
Medium
|
| |
This function calculates the Fibonacci retracement 61.8% level, also referred to as 'the golden mean' or 'the golden ratio'. It uses simple vector-based functions to do this. The function accepts one parameter which is the lookback period to use to define the highest and lowest close prices.
Fibonacci retracement is a...
No notes
|
Indicator
Medium
|
| |
Screener for Short Term Bullish signal for NSE Stocks. Position can be taken on the basis of daily pivot table at support 1. Exit can be taken at 10% profit....
No notes
|
Screen
Medium
|
| |
Intraday data for major stock markets downloads historical one-minute intraday data for the current day (real-time for some exchanges) as well as several days in the past. It can download data for more than 25 stock exchanges including the Australian Stock Exchange, Bombay Stock Exchange, Canadian Venture Exchange, Toronto...
No notes
|
Downloader
Medium
|
| |
This function uses short selling data to create a short indicator that determines whether short traders are stronger or weaker. This is done by calculating for each trading bar, the difference between short sell volume that occurred above and below a specific stock price.
Here is how the calculation process occurs....
No notes
|
Indicator
Medium
|
| |
This downloader loads an RSS feed from the Abu Dhabi securities exchange website (www.adx.ae) and then executes a pre-script to populate a custom database. The database, whose name is 'adx_news', has 3 columns:
Date: The date the news was published.
Title: The company news title.
Link: A PDF or DOC link to...
No notes
|
Downloader
Medium
|
| |