Click here to Login






 
Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object
Random

Select a Type :

Info: All items
Average Output Per Year
by The trader, uploaded several months ago

I have just uploaded a rules analyzer metric script, which can be found here: 284. This script produces several metrics, one for each trading year.
The current script creates only one metric, which is the average 'output per bar' for all years. The metric is not the same as the default...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 33 downloads Notes Report an item
 Rule Metrics 
Medium
Sleep Well Bond Rotation Strategy V1.1
by Alexander Horn, uploaded several months ago

V1.1

- Change to daily timeframe
- Change correlation based cash protection to SPY/TLT
--------------------------------------------------------- ...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 9 downloads Notes Report an item
 Trading System 
Medium
 Private 
FOMC meeting dates
by The trader, uploaded several months ago

The Federal Open Market Committee or FOMC consists of twelve voting members and is responsible for setting the monetary policy of the USA. The monetary principal goals are the economic growth, stable prices and full employment.
The monetary policy is set by specifying the short-term objective for open market operations.

There...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 22 downloads Notes Report an item
 Indicator 
Medium
Value At Risk Measure
by Tom Huggens, uploaded several months ago

The value at risk is a risk measure based on the probability distribution of security's prices or portfolio's market value. Unlike other measures such as the volatility, the value at risk measure cares about the direction of the portfolio or security.

The current value at risk function calculates a percentage that...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 16 downloads Notes Report an item
 Indicator 
Advanced
Design and backtest a trading system with two strategies
by QuantShare, uploaded several months ago

If you have two trading strategies and would like to measure the performance and profit of a trading system that combine these two strategies then this money management script can help you achieve this.
Each strategy, whether it is applied to stocks, FOREX, futures or options, is given an initial equity...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 52 downloads Notes Report an item
 Money Manag. 
Advanced
Frankfurt Stock Exchange Symbols
by bug man, uploaded several months ago

Among the Germany's eight securities exchanges, the Frankfurt Stock Exchange is by far the largest one. It accounts for more than 85% of the trading volume in Germany and 35% of the stocks trading volume in Europe. It is also the third large securities exchange place in the world after...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 405 downloads Notes Report an item
 Symbols 
Medium
DaysBetweenDates
by QuantShare, uploaded several months ago

This function returns the number of calendar days between two dates.
For example, if you want to know the number of calendar days (not trading days) between the current bar and the previous bar, just type:

a = daysBetweendates(date(), RefString(date(), 1));
plot(a, "");
...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 10 downloads Notes Report an item
 Indicator 
Basic
Average Correlation Index - S&P 500
by Tom Huggens, uploaded several months ago

This composite index calculates for each stock, its close price correlation with the close price of an index. It then averages the results and creates the Average Correlation Index, whose symbol name is "Correl_10bars".

For each trading bar and for each stock (only stocks whose close prices are above two are...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 54 downloads Notes Report an item
 Composite 
Advanced
Market Timing Rules - Used to construct profitable trading strategies
by QuantShare, uploaded several months ago

The current list of rules contains 44 series/indicators based on the sum function. This list can be used when implementing the technique described in the following blog post: How to turn any ordinary trading strategy into a very profitable one

The indicators are transformed by the PercentRank function, then...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 118 downloads Notes Report an item
 Rules 
Medium
Convert Seconds to Trading Bars
by QuantShare, uploaded several months ago

This simple indicator converts a number of seconds (Intraday) to the equivalent number of bars given the analyzed data.

For example, let us say you want to calculate the return of a stock in the last hour.
If you are working on a one-minute chart, you can type:

...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 12 downloads Notes Report an item
 Indicator 
Basic
Swing Index Indicator
by The trader, uploaded several months ago

The swing index uses the current and past prices to determine the market direction and change in direction. It gives a numerical value that is between +100 and -100. This indicator is primarily used in the commodity and Forex markets, but it can also be applied to stocks.

The formula includes...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 59 downloads Notes Report an item
 Indicator 
Medium
AAII Sentiment Survey - Historical Data
by Caleb, uploaded several months ago

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

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review 2 reviews Number of downloads 69 downloads Notes Report an item
 Downloader 
Medium
Trendiness Measure
by Brian Brown, uploaded several months ago

This indicator measures the tendency of a security to trend. It does so by calculating a moving average then counting the number of times that moving average crosses the close price in the previous N-bars. The fewer crossovers the more evidence that the stock or security is trending. A high...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 20 downloads Notes Report an item
 Indicator 
Medium
Ratio of Equal-weighted to Market capitalization-weighted S&P 500 Index
by Brian Brown, uploaded several months ago

The ratio of equal-weighted S&P 500 Index to its S&P 500 market capitalization-weighted Index can be constructed using two Exchange traded funds: the SPY (S&P 500 SPDR) and the RSP (Rydex S&P 500 Equal Weight). The S&P 500 equal-weighted indice has the same constituents as the capitalization weighted S&P500, however...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 14 downloads Notes Report an item
 Indicator 
Medium
Best Performing VS Worst Performing Stocks
by The trader, uploaded several months ago

The best performing versus worst performing stocks is a composite I have created while trying to find whether the number of stocks with very high increase is higher or not that the number of stocks with very high decrease.

This market indicator calculates the number of stocks whose daily return was...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 34 downloads Notes Report an item
 Composite 
Basic
Negative trend breakout list (SMA200-based)
by Jan, uploaded several months ago

This dynamic watchlist lists all shares that are on the current symbol list, that have crossed south the simple moving average during the last 200 days. For long-term trend followers this could be a signal for going short on stocks from this particular list)....
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 20 downloads Notes Report an item
 Watch List 
Basic
Standard Error of the Estimate of a Regression Line
by QuantShare, uploaded several months ago

The standard error of the estimate is a measure that tells us how close our values are from the regression line. In other words, it measures the accuracy of predictions. The lower the standard error of the estimate the better the predictions are.
When applied to the close series, we can...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 14 downloads Notes Report an item
 Indicator 
Advanced
Optimizable Fibonacci Long and Short Trading System
by SystemTrade, uploaded several months ago

This is a Fibonacci Long and Short Trading System based on the Generic Trading System Template I have uploaded a couple of months ago.
It will identify past swing highs and lows and generate a buy or sell signal when a certain Fibonacci retrace level - which can be optimized -...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 113 downloads Notes Report an item
 Trading System 
Medium
BSE stock quotes
by bug man, uploaded several months ago

This item downloads historical end-of-day data for Bombay Stock Exchange companies. The historical data goes back to 2000 for some symbols. The item downloads quotes very fast because it does not get data for each symbol separately but instead get compiled data for each month. You can specify the start...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 20 downloads Notes Report an item
 Downloader 
Medium
Avgerage Correlation
by Vangelis M., uploaded several months ago

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

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 21 downloads Notes Report an item
 Indicator 
Medium
GDP at Market Prices - Gross Domestic Product - Euro Zone
by The trader, uploaded several months ago

The European Central Bank releases several economic indicators for the Euro Area; these indicators include the Inflation Rate, Monetary aggregate M3, Unit labor costs, Labor productivity, Current account balance as a percentage of the GDP, Currency in circulation, Gross outstanding debt, unemployment level and GDP at market prices.

The last economic...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 12 downloads Notes Report an item
 Downloader 
Medium
CBOE Options Advance Decline
by The trader, uploaded several months ago

I have already uploaded several items to get advance decline issues from several US exchanges. For example, the 159 gets the number of advancing, declining and unchanged issues from the New York Stock Exchange, American Stock Exchange and NASDAQ.

This CBOE Options Advance Decline will get the number of options issues...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review one review Number of downloads 19 downloads Notes Report an item
 Downloader 
Medium
U.S. Weekly Leading Index - Economic Indicator
by bug man, uploaded several months ago

The Economic Cycle Research Institute, ECRI, is an independent institute specialized in economic cycle research. It maintains over 100 proprietary indexes for several economies including the Country Long Leading Index, the Country Coincident Index, the Long Leading Index, European Coincident Index, Austrian Long Leading Index, French Short Leading Index and...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review 2 reviews Number of downloads 25 downloads Notes Report an item
 Downloader 
Medium
S&P 500 - Price to earnings ratio
by Tom Huggens, uploaded several months ago

The S&P 500 Price to Earnings Ratio is the average PER (Price to Earnings ratio) of the 500 stocks that compose the S&P 500 Index. The P/E ratios are based on trailing 12-month earnings, and they are reported quarterly with one-quarter lag due to reporting.

The Price earnings ratio is simply...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 36 downloads Notes Report an item
 Downloader 
Medium
Stop Trading Based on Your Portfolio Equity Return
by Patrick Fonce, uploaded several months ago

If your portfolio or trading system performance decreases below a specific threshold then this money management script will automatically stop (pause) your strategy (by not taking more positions) for a specified number of trading bars. The stop threshold and the number of trading bars are two money management variables than...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 39 downloads Notes Report an item
 Money Manag. 
Advanced
ETF NYSE Euronext Symbols
by QuantShare, uploaded several months ago

Currently, there are about 500 Exchange Traded Funds listed on NYSE Euronext (Paris, Lisbon, Amsterdam, and Brussels Exchanges). These ETFs are issued by Banks and Financial companies such as Amundi Investment Solutions, HSBC ETFs, iShares P.L.C, JP Morgan Struct FD Management and UBS ETF. They are investment products that offer...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 23 downloads Notes Report an item
 Symbols 
Medium
Average Growth Rate
by QuantShare, uploaded several months ago

This metric is calculated in two steps:
- For each symbol, position returns are transformed then multiplied. The resulting value is the growth rate of the strategy equity for a particular symbol.
- The growth rates (for each symbol) are averaged.

The first step calculates the trading rule real performance for each...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 46 downloads Notes Report an item
 Rule Metrics 
Medium
Historical Earnings Calendar for Major Stock Exchanges
by Patrick Fonce, uploaded several months ago

Download historical earnings release date and approximate time for all markets supported by Yahoo, beginning with current quarter and going back several years. This should be useful when backtesting equity strategies which either focus on entering positions during earnings (buy the rumor, sell the news, etc), or those that want...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review one review Number of downloads 233 downloads Notes Report an item
 Downloader 
Medium
Strategy Indicator - Percent winning trades for a trading rule
by bug man, uploaded several months ago

Let us say you have a trading system that contains three trading rules, imagine if you have a indicator that acts like a backtester or simulator; it analyzes each trading rule before it is applied to a stock or a security and tells you whether this rule was profitable for...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review one review Number of downloads 64 downloads Notes Report an item
 Indicator 
Advanced
Market: Europe Holidays
by Patrick Fonce, uploaded several months ago

This item loads and saves a list of all European holidays. As with the US holidays object (268), 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...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 7 downloads Notes Report an item
 Downloader 
Medium
RTS RU Indices data
by Tom Huggens, uploaded several months ago

This RTS indices item downloads historical EOD quotes for ten indices maintained by the Russian Trading System Exchange.
Indices ticker symbols can be found here 441.

The data is downloaded from the RTS RU (Russian Trading System) website.
List of indices: ...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 6 downloads Notes Report an item
 Downloader 
Medium
Johannesburg Stock Exchange - JSE
by bug man, uploaded several months ago

It is the largest stock exchange in Africa and one of the top exchanges in the world, the Johannesburg Stock Exchange is an exchange located in Johannesburg, South Africa. It is owned by JSE Limited.

The Johannesburg Stock Exchange has shares listed on two separate markets (Mainboard and AltX). It is...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 276 downloads Notes Report an item
 Symbols 
Medium
Relative Performance Chart - Dynamic assets and index
by Alexander Horn, uploaded several months ago

This function creates a chart with different plots usefull for asset allocation / rotation systems as an update to 1005 :

1. Pane: Relative performance of assets indexed dynamically to first visible date on chart, e.g. changes when scrolling chart
2. Pane: Trend indicator of different assets based on custom indicator and...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 21 downloads Notes Report an item
 Indicator 
Medium
Analyst comments
by The trader, uploaded several months ago

This downloader gets analyst comments from an RSS feed at the streetinsider.com and insert the extracted data into your local database. The 'analyst_comments' database that will be created contains two columns, the date and the title. The title column will contain the analyst comments for a particular stock, and the...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 28 downloads Notes Report an item
 Downloader 
Medium
Position Sizing: Fixed Dollar Amount
by QuantShare, uploaded several months ago

Fixed dollar amount, or fixed cash amount, position sizing is a money management technique that lets you allocate exactly the same amount of money for each trade you enter. Regardless of the stock, its price or its volatility, the number of shares for each new trade is calculated based on...
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 106 downloads Notes Report an item
 Money Manag. 
Medium
Scale-In On Price Drop
by Vangelis M., uploaded several months ago

The strategy consists of buying additional shares of a stock at a lower price than the first entry price.

It is similar to the "Averaging Down" MM Script but it is specifically built to work with the Connors_Alvarez MDD/MDU strategy.

The script goes through your open positions and if any current price...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 50 downloads Notes Report an item
 Money Manag. 
Medium
Average Maximum Drawdown
by QuantShare, uploaded several months ago

The average maximum drawdown is a rules analyzer metric described in the following post: The average maximum drawdown metric . It calculates the maximum drawdown (the maximum an output can lose) of each symbol or security output and then averages the result.

If you are analyzing for example a list...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 52 downloads Notes Report an item
 Rule Metrics 
Medium
Forex Economic Calendar
by QuantShare, uploaded several months ago

This item downloads economic calendar data for several currencies. It creates the following ticker symbols (EUR, USD, JPY, GBP, CHF, AUD, CAD, CNY and NZD) and associate economic events to each one of them.
It also creates a custom database (economic_cal) with the following fields:
Date: The economic event's date and...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review one review Number of downloads 75 downloads Notes Report an item
 Downloader 
Advanced
Minimum Variance Optimization with Solver V1.1- AMM
by Alexander Horn, uploaded several months ago

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

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review one review Number of downloads 8 downloads Notes Report an item
 Trading System 
Medium
 Private 
Alpha/Jensen index of a Security
by QuantShare, uploaded several months ago

Here is a trading indicator to calculate the Jensen index or alpha of a particular security. When evaluating the return of a security or a fund, it is important to take into account the risk. The alpha indicator helps you achieve this by measuring risk premiums in terms of beta....
No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 22 downloads Notes Report an item
 Indicator 
Advanced
Previous - ... 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ... - Next






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2026 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.