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
Last Uploads

Select a Type :

Info: All items
NSE Margin Trading
by QuantShare, uploaded several months ago

The Margin Trading data for the National Stock Exchange (India) is downloaded from the NSE website (http://www.nseindia.com/archives/archives.htm). It includes the quantity and the amount financed by members/dealers of the NSE under the Margin Trading Facility for all securities listed in the exchange.

Members of the exchange report this data to 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 22 downloads Notes Report an item
 Downloader 
Medium
Anchored Indicator
by The trader, uploaded several months ago

This function calculates the number of bars, value, sum, average and rate of return of a specified vector and using reference points. For example, if you use the rate of return indicator (ROC), the function accepts as input a vector and a lookback period (number of bars). If we choose...
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 
Medium
Donchian Channels
by Brian Brown, uploaded several months ago

The Donchian channel is an indicator that was introduced by Robert Donchian; it consists of a set of 3 lines used as an envelope in order to calculate the price volatility. The first one is the price highest high over a chosen period; the second one is the lowest low...
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 108 downloads Notes Report an item
 Indicator 
Medium
Relative Momentum Index
by Brian Brown, uploaded several months ago

Relative momentum index is an oscillator introduced by Roger Altman in a February 1993 'Stocks & Commodities' magazine article. Inspired from the relative strength index, it attempts to improve it by eliminating the oscillations between defined overbought and oversold levels through the introduction of a momentum. The relative momentum index...
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
 Indicator 
Medium
NSE Derivatives
by QuantShare, uploaded several months ago

The National Stock Exchange of India allows traders and investors to download bhavcopy equities data (294), as well as bhavcopy derivatives data. The Derivatives data contains futures and options non-continuous contracts historical data.

The current downloader gets these quotes data from the NSE website, decompresses the ZIP archive file, parses the...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review 4 reviews Number of downloads 138 downloads Notes Report an item
 Downloader 
Medium
End of Month
by Brian Brown, uploaded several months ago

Here is another date function that can be used to make correspondence between trading bars and actual dates in the calendar. It is named 'EndOfMonth' and it returns 1 for the trading bar that corresponds to the last day in the month. Its principle is simple; it loops through 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 32 downloads Notes Report an item
 Indicator 
Medium
NSE Stock Quotes
by Tom Huggens, uploaded several months ago

------------------------------------------------------------------------
------------------------------------------------------------------------
This item no longer works.

You can use the following downloader instead: 463 ...

No notes

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review 3 reviews Number of downloads 3232 downloads Notes Report an item
 Downloader 
Medium
Day of week and Week number function
by Brian Brown, uploaded several months ago

Here is another date function used to make correspondence between the trading bars and the actual dates in the calendar. It is named DayOfWkMonth, and it returns a value of one for the bar that corresponds to the day of week in the week number given as parameters.
For example, if...

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
 Indicator 
Medium
Day of week Average
by Brian Brown, uploaded several months ago

Day of week average is a date-related function. It does not aim at generating signals and making decisions, but is used as a statistical indicator tracing the price change dependently on the day of the week. It gives the price simple moving average over N bars back, these bars corresponding...
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 13 downloads Notes Report an item
 Indicator 
Medium
How far are the close prices from the support line
by The trader, uploaded several months ago

The current rule detects support line patterns. It uses the advanced rules syntax to detect bars where a support line with specific characteristics occurs.
The support line here is defined as a line (which is most of the time non-horizontal) that connects two bars and where the close prices between these...

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 62 downloads Notes Report an item
 Rules 
Medium
M2 money supply
by The trader, uploaded several months ago

The money supply or stock, in economics, is the total amount of money available at a particular point in time. Money includes the currency in circulation as well as demand deposits. The variation or changes in the money supply has multiple effects on the economy, for example the price level...
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
 Downloader 
Medium
Standard Error Bands
by Brian Brown, uploaded several months ago

Introduced by John Andersen in a September 1996 article appearing in the 'Stock and Commodities' magazine, Standard Error Bands is an envelope whose bands are obtained by the calculation of the beta and alpha coefficients of linear regression. Standard Error Bands are used to measure the strength of a trend,...
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
 Indicator 
Medium
calcA
by Brian Brown, uploaded several months ago

The 'calcA' function is used by the standard error bands function to calculate the alpha linear regression coefficient. It is multiplied by the sum of the close price over the calculation period and then subtracted from the sum of the square of the close price over the same period. CalcA...
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 19 downloads Notes Report an item
 Indicator 
Medium
calcB
by Brian Brown, uploaded several months ago

The 'calcB' function is used by the standard error bands function to calculate the beta linear regression coefficient. It is multiplied by the sum of the close price over the calculation period multiplied by the current bar and then subtracted from the sum of the square of the close 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 19 downloads Notes Report an item
 Indicator 
Medium
Ownership data for US companies
by Patrick Fonce, uploaded several months ago

This item downloads Ownership data for US stocks. The data is downloaded from the finviz website and a total of nine ownership ratios are retrieved. The fundamental ratios are stored into the following database 'fund_ownsership', which is a custom historical database.
Each time you run the downloader, a pre-script that I...

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 60 downloads Notes Report an item
 Downloader 
Medium
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
Output metric for each trading year
by The trader, uploaded several months ago

This rules analyzer metric script produces several metrics, one for each year in the analysis period. Its task is simple, it calculates the 'Output per bar' value, the same way QuantShare calculates it, but instead of producing one 'Output per bar' metric for all the trading period, it produces 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 28 downloads Notes Report an item
 Rule Metrics 
Medium
Number of bars up to the end of the month
by Brian Brown, uploaded several months ago

Here is another date function named 'BarsToMonthEnd'. It returns the number of trading bars from the current bar up to the last trading bar of the actual month in the calendar. For example, for 30th December 2009, BarsToMonthEnd could return 1, and for 1st December 2009, it could return 22.
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 42 downloads Notes Report an item
 Indicator 
Medium
Number of bars since the beginning of the month
by Brian Brown, uploaded several months ago

Correspondence between bars of trading days and their actual dates is sometimes needed in trading. In fact, trading days do not include neither weekends nor some holidays. Besides, the trading period does not correspond to a particular interval of the calendar; it starts and ends dependently on the trader's...
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
 Indicator 
Medium
Number of successive increases in the volume
by Tom Huggens, uploaded several months ago

The 'BarsUpVolume' function calculates the number of successive increases in the volume (bars).

For example, if the bar n: 100, has a value of 2, this means that the volume were increasing for the last 2 bars. Volume of yesterday is higher than the Volume of the day before yesterday, 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
Elastic Volume Weighted Moving Average - eVWMA
by Brian Brown, uploaded several months ago

The elastic volume weighted moving average is a technical indicator used, like all moving averages, to determine the nature of the market and to generate signals. It can also be used as a trigger line. EVWMA has the specificity that it is both symbol-independent and time-frame independent.
This is made...

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 46 downloads Notes Report an item
 Indicator 
Medium
SIX Swiss Exchange - Historical quotes
by bug man, uploaded several months ago

The SIX Swiss Exchange offers the access to historical quotes data for Swiss companies on their website. The data are grouped by date and by type. It is available in CSV or ZIP format.

This item downloads the data that are stored under the Swiss Blue Chip Shares, Mid & Small...

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
 Downloader 
Medium
Volume * Price Momentum Oscillator
by Brian Brown, uploaded several months ago

Volume * Price Momentum oscillator is an indicator used to determine the trend tendency using both price and volume. In fact, it acts upon the principle that the trend tendency, which is characterized here by the price variation, is stronger when the exchanged volume is higher. The indicator is based...
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 30 downloads Notes Report an item
 Indicator 
Medium
Lane Stochastic Oscillator
by Brian Brown, uploaded several months ago

The Lane's stochastic oscillator is an improvement of the well-known stochastic indicator. It was developed by Georges Lane in the 1950s. It is based on the calculation of the difference between the daily price and the lowest low divided by the highest-lowest price range. The indicator values vary from 0...
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 43 downloads Notes Report an item
 Indicator 
Medium
SIX Swiss Exchange
by bug man, uploaded several months ago

The SIX Swiss Exchange is part of the SIX Group. The exchange is based in Zürich and it is the principal stock exchange in Switzerland. Securities like bonds, ETFs and derivatives are also traded in this exchange. The exchange is closed on Saturdays, Sundays and holidays. The normal trading session...
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 114 downloads Notes Report an item
 Symbols 
Medium
Historical futures data
by Brian Brown, uploaded several months ago

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

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
 Downloader 
Medium
ETF Data: NAV - PE- Fees - Assets - Yield - Beta
by The trader, uploaded several months ago

ETF traders can now access some historical fundamental data using this downloader. The item downloads fees, assets, nav, yield... data from the (etfzone.com) website.
Fees: The fund fees.
Nav: Net asset value. It is the value of each share of a fund as determined by the value of its underlying holdings, including...

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 41 downloads Notes Report an item
 Downloader 
Medium
ASX Fundamental data
by The trader, uploaded several months ago

Australian stock market traders who are interested in building a fundamental database can use this item to download historical fundamental data. The data is retrieved from (ascii-data.com) website; it is available from December 2003 to July 2009. July was the last release; I don't know the reason why the website...
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 32 downloads Notes Report an item
 Downloader 
Advanced
Center Of Gravity - COG
by Brian Brown, uploaded several months ago

The Center of Gravity function originated from a John Ehler's article published in May 2002 in the Stock and Commodities magazine. It was derivated from the Finite Impulse Response Filter formula, which constituted one of Ehler's researches undoubtedly inspired from digital signal processing.

The main goal for COG is not to...

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 31 downloads Notes Report an item
 Indicator 
Medium
Choppiness Index
by Brian Brown, uploaded several months ago

Choppiness index is an indicator used to measure the degree in trendiness and in choppiness in a market.

It uses a 0-100 scale and includes an upper and a lower bands respectively corresponding to Fibonacci 61.80 and 38.20 numbers. While CI values below 31.80 mean a trending market, those above 61.80...

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 43 downloads Notes Report an item
 Indicator 
Medium
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
Market: Canada Holidays
by Patrick Fonce, uploaded several months ago

This item is used to retrieve a list of all holidays in Canada. The data is stored in the following database (holidays_canada) and is associated with the following symbol: (^Holidays_CANADA).
You can for example use the data to create some holiday-related indicators (see this link for more information: 270).

Here is an...

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
Market: US Holidays
by Patrick Fonce, uploaded several months ago

This item loads and saves a list of all US holidays. The data is retrieved from the (ice.com) website. The market closes on these US holiday dates and thus the list can be helpful if you need to conduct some analysis on the how the market behaves near these dates.

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 10 downloads Notes Report an item
 Downloader 
Medium
Klinger Volume Oscillator
by Brian Brown, uploaded several months ago

First introduced in a December 1997 'Stock and Commodities Magazine' article by Stephen I. Klinger, the Klinger Volume Oscillator is a volume-based indicator developed with the intention to be both short-term sensitive and long-term accurate. In fact, KVO measures the sum of in (accumulation) and out (distribution) volumes for 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 32 downloads Notes Report an item
 Indicator 
Medium
BSE Stock Exchange
by Tom Huggens, uploaded several months ago

I have shared this list of symbols so it can be used with the following downloader: 265.
The list contains companies listed in the Bombay Stock Exchange; more than 2900 symbols are available. It contains the symbols' code (A unique identifier assigned by the Bombay Stock Exchange), the company title or...

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 1380 downloads Notes Report an item
 Symbols 
Medium
BSE historical data
by Tom Huggens, uploaded several months ago

The historical EOD data for stocks listed in the Bombay Stock Exchange are directly retrieved from the exchange's website (bseindia.com). The data is grouped by date and downloaded as a ZIP file. The downloader decompresses the files and then parses the data without any Pre-Script or Post-Script codes. The 'Daily...
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 1388 downloads Notes Report an item
 Downloader 
Medium
Chandelier Exits
by Brian Brown, uploaded several months ago

Alexander Elder's Chandelier Exits trend-following system was first introduced in his book 'Come Into My Trading Room' in 2002. The system intends to provide better stop loss mechanisms by generating exit signals in a trending market. It includes two indicators, one used for up-trends and the other for down-trends.

Indeed, one...

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
 Indicator 
Medium
Kuwait Stock Exchange historical quotes data
by bug man, uploaded several months ago

Traders interested in the Kuwait Stock Market can use this item to download historical end-of-day data of companies listed in the Kuwait Stock Exchange. The list of symbols can be downloaded at the following location (262). Although this list is not mandatory (In fact the downloader automatically adds new symbols),...
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 13 downloads Notes Report an item
 Downloader 
Medium
Kuwait Stock Exchange
by bug man, uploaded several months ago

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

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 78 downloads Notes Report an item
 Symbols 
Medium
Positive Volume Index
by Brian Brown, uploaded several months ago

The positive volume index was created by Norman Fosback. It is used, as with the Negative Volume Index, to determine the nature of trending markets.
The positive volume index is a cumulative indicator, its value increases by the daily return of the close price multiplied by the yesterday PVI value, if...

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 18 downloads Notes Report an item
 Indicator 
Medium
Previous - ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 - 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 © 2024 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.