Standard & Poor's, S&P, is well known for several stock market indexes. It releases the S&P 500 for the US market (391), the S&P/MIB for the Italian market, the S&P CNX Nifty for the Indian market (386), the S&P/ASX 200 for the Australian market and the S&P/TSX for the Canadian...
No notes
|
Downloader
Medium
|
| |
This function is an enhancement to the chande_trendscore function added by "The Trader". You can read more about the origin, purpose and behaviour of the function here: 317
This version adds 3 enhancements to the original function.
1) It accepts a symbol as a parameter. This is desirable in conditions...
No notes
|
Indicator
Medium
|
| |
Body Momentum is a trading indicator described in Perry Kaufman's book. It is an oscillator that moves between 0 and 100 and calculates the percentage of bars that closed above the open price (white/green candle) during a specific period.
A period of 10 and a value of 100 for the body...
No notes
|
Indicator
Basic
|
| |
The Consolidation Breakout technical indicator identifies breakout in a congestion pattern. It does so by checking several conditions and then returning a value of one if a bullish congestion breakout is detected and a value of minus one if a bearish congestion breakout is detected. In case there is no...
No notes
|
Indicator
Medium
|
| |
The Gross Domestic Product is a measure of the economic health of a country. It is the market value of all goods and services produced by the economy of a nation during a period of time. This includes all final goods that are produced and do not include goods that...
No notes
|
Downloader
Medium
|
| |
For a reliable trading system this score must be > 1.68. You can use it with any of your trading system during back testing to see how good your strategy is.
This script is based on an Advanced Momey Management and to use it, after downloading, follow the steps given below:
Simulation/backtesting...
No notes
|
Money Manag.
Medium
|
| |
The Trading Indicator Rank function calculates the rank of a given trading indicator or time series compared to its previous values. The number of previous values is determined by the lookback period parameter of the function.
Trading Indicator Rank values vary between 1 and the provided period, where a number of...
No notes
|
Indicator
Medium
|
| |
Applying the linear regression to the 2-Bar Relative strength index series creates an oscillator whose values vary between 0 and 100. The oscillator reaches low values after a decline in the underlying stock and reaches high values after a fast increase.
Linear regression analysis is used to analyze the relationship between...
No notes
|
Trading System
Medium
|
| |
Yesterday, I have uploaded a trading item that downloads IPO Pricings historical data for the U.S. Stock Market. The item gets the IPO date, the initial price and the number of shares issued by the company. The data is stored in a custom database and it is used by this...
No notes
|
Composite
Medium
|
| |
This component gets historical OHLCV data for all stocks and ETFs listed on the LSE (London Stock Exchange).
The downloader accepts ticker symbols with and without a suffix. If a suffix is found (SLVR.L for example) then it will remove it and pass the new ticker symbol (SLVR) to the next...
No notes
|
Downloader
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
|
| |
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
|
| |
The maximum drawdown is equal to the highest drawdown value over a given period of time. In a trading system, it refers to the largest drop (could be expressed as a percentage) of your portfolio.
This technical analysis indicator can be applied to any price series or indicator. It performs the...
No notes
|
Indicator
Medium
|
| |
Behind the LSS Pivotal buy and sell numbers there is a simple formula based on the mean of three prices, which are the high, low and close prices. The formula is similar to the one that calculates pivot levels. Today buy and sell numbers are calculated based on yesterday's high,...
No notes
|
Indicator
Basic
|
| |
If you are interested in the Oman stock market and you would like to download historical end-of-day, then this is the item you need. This downloader retrieves historical EOD data for companies listed in the main Oman stock exchange (Muscat Securities Market). 147 symbols data are downloaded including three sector...
No notes
|
Downloader
Medium
|
| |
The "MinDaysEvents" calculates the number of minimum days between two events/data entries in a custom database.
Example:
Say you have a custom database that stores fundamental data. The field "EPS" stores the earnings per share field.
If for any reason you want to know the minimum number of days between two EPS entries...
No notes
|
Indicator
Advanced
|
| |
The Ratio of open-close to high-low range is a simple technical analysis indicator that uses the four basic elements of a bar candle (Close, open, high and low).
The open-close range is computed by taking the absolute value of the difference between the open price and close price, while the...
No notes
|
Indicator
Medium
|
| |
This item downloads the CBEO S&P 500 BuyWrite Index, BXM, historical data. The BMX historical data available in the Chicago Board Options Exchange website contains only the close price numbers. This downloader gets also the open, high and low data.
The CBEO S&P 500 BuyWrite Index is a benchmark index, developed...
No notes
|
Downloader
Medium
|
| |
The Safezone indicator, introduced by Alexander Elder in 2002, is used as a stop order against signal reversal in trending markets.
The Safezone stop intends to create a better trailing stop by eliminating the noise component of a trend and by creating a safer stop. It calculates two lines depending...
No notes
|
Indicator
Medium
|
| |
The Lunar phase indicator calculates lunar cycles and highlights occurrences of new moon and full moon phases on a chart.
A new moon happens when the moon/lunar phase indicator returns 1 and a full moon happens when the lunar phase indicator returns -1.
Example of usage:
...
No notes
|
Indicator
Medium
|
| |
Unlike the futures historical downloader that I have shared some weeks ago (226), this item downloads non-continuous daily futures series, which means that it downloads each future contract separately. A continuous contract, the Crude oil for example which has 'CL' as symbol, will have a unique time-series. This time-series is...
No notes
|
Downloader
Advanced
|
| |
This rules analyzer metric calculates the average output of each analyzed rule and on a per-symbol basis. The standard average output adds up the outputs generated by all the positions for all securities then divides this value by the number of positions.
The current metric adds up the outputs separately for...
No notes
|
Rule Metrics
Advanced
|
| |
This item downloads historical tick data for all U.S. equities and for the last 20 trading days.
If you are not using the Auto-Manage feature of QuantShare, you must first update your symbols list:
- Select "Symbol -> Auto-Manage Symbols"
- Check "New York Stock Exchange", "American...
No notes
|
Downloader
Medium
Private
|
| |
PERCENTRANK of High, Low and Close values translated from Amibroker.
Amibroker Code:
function PercentRankHLC(Data1, Data2, Data3, Periods)
{ ...
No notes
|
Indicator
Medium
|
| |
Inspired by Butler (2012) Adaptive Asset Allocation: A Primer (http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2328254)
"The paper addresses flaws in the traditional application of Modern Portfolio Theory related to Strategic Asset Allocation. Estimates of parameters for portfolio optimization based on long-term observed average values are shown to be inferior to alternative estimates based on observations over...
No notes
|
Trading System
Advanced
Private
|
| |
With that downloader you can get very accurate EOD and Intraday Data from equities, futures and forex.
This downloader is using the free API function getQuote() from Barchart.
You can found a detail description here: https://www.barchart.com/ondemand/api/getQuote
...
No notes
|
Downloader
Medium
|
| |
This item downloads U.S. Crude Oil and Liquid Fuels Supply, Consumption, and Inventories historical statistics data. The data is retrieved as an Excel file from the Energy Information Administration website (Official Energy Statistics from the U.S. Government), it is then parsed and updated so it can be inserted into the...
No notes
|
Downloader
Medium
|
| |
This item downloads one year of historical EOD data for Australian stocks (Stocks listed on the Australian Securities Exchange, ASX). It requires a list of symbols of ASX stocks, which can be downloaded here 108.
The website that provides the quotes downloaded by 127 is no longer updated. The last update...
No notes
|
Downloader
Medium
|
| |
In the rating system of the Motley Fool, each member predicts if a stock is going to outperform or underperform the S&P 500 Index in a given timeframe and based on these predictions a score or CAPS rating is given to each stock. The higher the CAPS rating is the...
No notes
|
Downloader
Medium
|
| |
Created by William Blau and described in his book "Momentum, Direction and Divergence", the Directional Trend Index, DTI, can be used to measure the directional movement of a stock or security. Usually, the DTI moves along with the market. When the market moves up, the DTI moves up as well...
No notes
|
Indicator
Medium
|
| |
This Arms index item is my third market breadth composite index. This first item I have uploaded, 340, calculates the ratio between the number of advancing stocks and the number of declining stocks. The second one, 344, calculates the absolute value of the difference between the number of advancing stocks...
No notes
|
Composite
Medium
|
| |
TSPTalk.com publishes a weekly survey that asks investors whether they think the S&P 500 is bullish or bearish. The percentage of bullish and bearish traders as well as the TSP trading strategy mode are downloaded from TSP website. The Excel file is parsed then three symbols are created and added...
No notes
|
Downloader
Medium
|
| |
This is for Gap up openings and gives th gap up opening and the high of the previous day ...
No notes
|
Screen
Medium
|
| |
Mean-variance optimization (the implementation of Markowitz's modern portfolio theory) basically allows one to find the optimal weights of assets in a portfolio that maximizes expected return given a level of risk/variance, or equivalently, minimize risk/variance given a level of expected return. The biggest ingredient in mean-variance optimization is the covariance...
No notes
|
Trading System
Medium
Private
|
| |
This is a composite and market breadth indicator that calculates the ratio of stocks trading above the moving average of their close prices plus the 30-bar standard deviation to stocks trading below the moving average of their close prices minus the 30-bar standard deviation.
The Standard deviation is a measure of...
No notes
|
Composite
Medium
|
| |
|
|
The "Close price above cursor" drawing tool is the first of a series of drawing tools that I am going to share to explain you how to create your own custom drawing tools.
This object simply displays the security close price above the mouse cursor when you move your mouse over...
No notes
|
Drawing Tool
Medium
|
| |
The Accumulation/Distribution or A/D indicator tries to determine whether the current security is controlled by buyers (accumulation) or by sellers (distribution). It acts as a leading indicator and it is calculated by summing over a specific number of bars, a formula that uses the close, high, low and volume prices....
No notes
|
Indicator
Medium
|
| |
Here is an option chains and LEAPS downloader that can get data for options traded on U.S. exchanges.
You just need to enter the underlying securities in the "Symbols" tab, click on "Start Downloading" to get options data for all strikes and expiration dates.
Example: ...
No notes
|
Downloader
Medium
Private
|
| |
The list of symbols for the Tunisian Stock Market or bourse de Tunis can be downloaded here: 349.
This item let you download historical end-of-day quotes for the Tunisian market and for all companies listed in the bourse de Tunis. The data is downloaded from the exchange website (www.bvmt.com.tn). You can...
No notes
|
Downloader
Medium
|
| |