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
SCTR
by crfaldu, uploaded several months ago

This item calculates the SCTR (Stock Charts Technical Ranking). Please see the link for description. https://school.stockcharts.com/doku.php?id=technical_indicators:sctr

cFunctions.SetForwardAndBackwardBars(200, 0);

String str = "EMA200_ = ((Close - ema(200))/ema(200)) * 30;" + ...

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 one download Notes Report an item
 Indicator 
Medium
GetVariable Multiple Usage
by Josh McCormick, uploaded several months ago

By default, users are unable to take advantage of global variables inside of charts and other features. This function reads the specified global variable and returns its value as a string (not a number). If the global variable does not exist, this function will return a blank string.

By itself, GetVariable...

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 2 downloads Notes Report an item
 Indicator 
Medium
Simfin Quarterly Balance Sheet Downloader
by Stefan Kroscen, uploaded several months ago

This downloader is for ingesting the free version of the SimFin+ quarterly balance sheet bulk data.
You can get the data here: https://simfin.com/data/bulk
The downloader assumes that you have downloaded and unzipped the .csv file to this location: c:\temp\us-balance-quarterly.csv
...

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 5 downloads Notes Report an item
 Downloader 
Medium
ISEE Index - Market Sentiment
by QuantShare, uploaded several months ago

The ISEE Index is an index that tries to measure the market sentiment by comparing the number of calls bought to open on the International Securities Exchange against the number of puts bought to open. The calculation excludes market makes and firm trades because these are not considered to be...
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
ZeroToNan
by QuantShare, uploaded several months ago

This function loops through each trading bar and update any zero value with Nan

The function could be useful in many situation. Here is how it is used in this how-to lesson:

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
 Indicator 
Basic
Martin Pring KST System
by QuantShare, uploaded several months ago

The Martin Pring's KST trading system is based on the KST (Know Sure Things) oscillator developed by Martin Pring. The idea of this oscillator is to make rate of change readings easier for traders to analyze.

In this trading system, the crossover of the KST oscillator with its smoothed version...

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 27 downloads Notes Report an item
 Trading System 
Medium
Minimum Bars Held
by QuantShare, uploaded several months ago

This money management script adds a logic to prevent a position from being closed if it isn't active for at least a specific number of bars.
As an example, if you specify the minimum trade bars to 10 then any position that is about to be closed but was not bought...

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 8 downloads Notes Report an item
 Money Manag. 
Medium
MAD Opt. and ROC+ROC (MAD 50, 0 to 0.6 )
by Carlos Pina, uploaded several months ago

High Moving Average and 2 low ROC strategy....
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
 Trading System 
Medium
Barchart GetQuote
by Christian, uploaded several months ago

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

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
 Downloader 
Medium
Barchart GetHistory
by Christian, uploaded several months ago

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 getHistory() from Barchart.

You can found a detail description here: https://www.barchart.com/ondemand/api/getHistory
...

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
 Downloader 
Medium
High and Low Between a Start and End Time
by Azouz, uploaded several months ago

This function calculates the high or low of a trading session within a specific period/interval. You can define a start and end time, whether to get the high and low and the function returns the last high or low that occurred during that time frame.

Example of usage:
// Calculates the 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 8 downloads Notes Report an item
 Indicator 
Medium
ToNumeric
by Azouz, uploaded several months ago

Convert a text/string to a numeric value.

For example, if you have a numeric data stored in a text field such as Name1, Name2... and you want to use this in a QuantShare formula, you can use this function to do so:
a = ToNumeric(Name1());

...

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 6 downloads Notes Report an item
 Indicator 
Medium
Moving Average Derivative (MAD)
by Carlos Pina, uploaded several months ago

Moving Average Derivative

This Indicator shows the value of the slope (Derivative) of the Moving Average with X days.
The slope is calculated in % increase.
A negative slope means the Moving Average is decreasing, so a bearish signal to the the stock.
...

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 11 downloads Notes Report an item
 Indicator 
Medium
pedramus
by Pedram Stark, uploaded several months ago

quant fund settings
run this to find the three stocks...

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 11 downloads Notes Report an item
 Trading System 
Medium
Economic Series Downloader
by QuantShare, uploaded several months ago

This item will allow you to download any U.S economic series from the FRED (Federal reserve bank of St. Louis) website.

The downloader is quite easy to use. Once it is downloaded and installed in QuantShare, open it then select the "Ids" tab on the right. There you need to enter...

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 21 downloads Notes Report an item
 Downloader 
Medium
Pullback to EMA 20 during Downtrend
by Kelvin, uploaded several months ago

Screens stocks using Ketlner's Channel and MACD histogram slope.
I screen for a NEGATIVE MACD Histogram slope below the 0 reference line to prevent being too late for the pullback.
Filters stock that either have it's close lower than the -2 ATR or has a price rejection candle with the low greater...

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 25 downloads Notes Report an item
 Screen 
Medium
Arnaud Legoux Moving Average
by QuantShare, uploaded several months ago

Alma is a moving average developed by Arnaud Legoux & Dimitris Kouzis-Loukas. It uses curve of the normal distribution (Gauss) which can be updated using the offset parameter.

This technical indicator has four paramters:
Series: Timeseries to use for the moving average
Window: Lookback period
...

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
Entry Trailing Stop V2
by Christian, uploaded several months ago

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

Rate an item Rate an item Rate an item Rate an item Rate an item Write a review no reviews Number of downloads 17 downloads Notes Report an item
 Money Manag. 
Medium
Tiingo IEX Intraday Downloader
by Colibri, uploaded several months ago

!!! PLEASE ADD A TOKEN OR THIS DOWNLOADER WILL NOT WORK!!!
Tiingo IEX Intraday Downloader for Quantshare...

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 23 downloads Notes Report an item
 Downloader 
Medium
Total Buy_Sell
by Chris Brock, uploaded several months ago

Based off of a buy/sell signals mostly using the signals report.

When updating please date your update and make it person specific so we don't destroy the original.

Absolute goal is CAGR >20% with drawdown

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 35 downloads Notes Report an item
 Trading System 
Medium
Unadjusted Historical Stock Market Data
by QuantShare, uploaded several months ago

This item downloads unadjusted historical stock market data for several markets. The data comes from the Yahoo servers.
The open interest field stores the stock adjustment factor.

You can use the following item to get adjusted historical daily data:
463
...

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 27 downloads Notes Report an item
 Downloader 
Basic
NSE Stock Quotes(Modified)
by Gilari Decosta, 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 no reviews Number of downloads 23 downloads Notes Report an item
 Downloader 
Medium
Daily Historical Data - Alphavantage
by QuantShare, uploaded several months ago

This downloader gets historical data from Alphavantage website. The data is available for free and the last daily bar is constantly updated with real time data.
The data is adjusted for splits and dividends and it is available for the last 20 years.

In order to be able to download data, you...

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 259 downloads Notes Report an item
 Downloader 
Medium
Intraday Historical Data - Alphavantage
by QuantShare, uploaded several months ago

This downloader gets free intraday 1-minute data from Alphavantage website. The data is available for the past 10 to 15 trading days and the current day is updated with real time data.

Before using this intraday downloader, you need to obtain first a free ApiKey from the Alphavantage website.
- Visit 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 209 downloads Notes Report an item
 Downloader 
Basic
iShares ETF Holdings
by QuantShare, uploaded several months ago

This downloader gets historical holdings of iShares ETFs. The data is downloaded once per month and is available starting from 2010. (The downloader URL-script could be modified to get older data).

The data is stored in a custom database whose name is "ishares_etf_holding". The holdings symbols are stored in the "holdings"...

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 37 downloads Notes Report an item
 Downloader 
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
GetDataStringLast
by QuantShare, uploaded several months ago

This is a modified version of the "GetDataString" function which gets a string/text from a custom database field.
The modified version allows you to get the last (non empty) string on any given trading bar.

As an example, let us say that you have a database whose name is "db" and a...

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 9 downloads Notes Report an item
 Indicator 
Medium
Beep on a New Bar
by QuantShare, uploaded several months ago

When added to a chart, this function generates a beep each time a new bar is created.
This function could be particularly useful when streaming real time data in a chart with a custom periodicity (Tickers per Bar, Range Bar.). It allows you to be quickly notified each time a new...

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 7 downloads Notes Report an item
 Indicator 
Medium
Zweig
by Amritendu Maji, uploaded several months ago

This is the Zweig Indicator. You can change the percentage values or optimize them based on the market you are looking at. For US stock markets, 4% seem to work.

After a buy signal, generate the next sell signal upon a 4% or greater decline from...

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 15 downloads Notes Report an item
 Indicator 
Medium
Fixed Interest Cash
by QuantShare, uploaded several months ago

This money management item allows you to specify an interest rate so that the backtest tool can use it to calculate interest earnings on your cash.
Note that when your balance/cash is negative (Example using margin), the backtester will withdraw cash daily based on that fixed interest rate.

You can see 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
 Money Manag. 
Advanced
CryptoCompare Daily Downloader
by QuantShare, uploaded several months ago

This downloader will retrieve historical daily data for crytpocurrencies from cryptocompare.com (see symbols list below). The request is for prices based on USD. You may change the script and request prices based on BTC (bitcoin).
Notes:
1. Cryptocompare.com API returns 2 volume fields: volumefrom and volumeto. We retrieve the volumeto field.
2....

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 103 downloads Notes Report an item
 Downloader 
Medium
Tiingo EOD
by QuantShare, uploaded several months ago

This item downloads EOD data for stocks from Tiingo website. The service covers more than 40,000 tickers including US stocks (+10,000), Chinese stocks, Mutual funds and ETFs.

What you need to do:
- Download the item and install it into QuantShare
- Select it in "Download -> Download Manager"
...

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 39 downloads Notes Report an item
 Downloader 
Medium
Selectable center of gravity index
by Christian, uploaded several months ago

This indicator uses the polynomial nonparametric regression mathematical formula to calculate the center of gravity of a moving stock (blue line) and other standard deviations. The amplitudes of these deviations are proportions of the golden number 1.618.


The center of gravity indicator was created by Mostafa Belkhayate.

This indicator is a modified...

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
Entry Trailing Stop
by Christian, uploaded several months ago

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

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
 Money Manag. 
Medium
Number of Increases for each Month/Year
by QuantShare, uploaded several months ago

The current pivot table displays the number of increases (today's close higher than yesterday's close) for each month and for each year for the SPY.

You can update the pivot table to display data for any indicator you want, you can also select the "Values" field, click on the "Symbols" tab...

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 24 downloads Notes Report an item
 Pivot Table 
Medium
Random Bar Value
by MikeMM, uploaded several months ago

Unlike the default Random built-in function of QuantShare which returns a fixed random value of all bars, this function returns a random value for each trading bar.

Usage:
a = RandomBar(0, 100); // Returns a random value between 0 and 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 5 downloads Notes Report an item
 Indicator 
Basic
Opening and Closing Crosses - Share Volume
by Caleb, uploaded several months ago

This item downloads share volume opening and closing crosses from the NASDAQ crossing network. These are the share volume on the open and close auctions for each security listed on the NASDAQ exchange. The auction will determine the stock official open and close prices.

The data is available starting from 2008...

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
Equity and Date Export To Excel
by QuantShare, uploaded several months ago

Unlike the 1406 script, the current one exports the date in addition to the equity value.

It will automatically open an excel document with the date and equity value for each data point.

Please note that in order for this item to work you need to add a reference to the excel...

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
 Money Manag. 
Medium
Outperform Indicator
by QuantShare, uploaded several months ago

This new "Outperform" indicator calculates the percentage of trading periods where a stock or an ETF outperforms a benchmark.

The indicator first gets the benchmark symbol. It then takes "period" and "count" as parameters. The "period" is the number of trading bars used to compare the currently analyzed security with 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 23 downloads Notes Report an item
 Indicator 
Medium
Number of Ticker Symbols
by QuantShare, uploaded several months ago

This function returns the total number of ticker symbols in your database when the provided parameter is empty.

Example:
a = nbtickers("");
plot(a, "Number of tickers");
...

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
 Indicator 
Basic
0 1 2 3 4 5 6 7 8 9 10 ... - 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.