This downloader gets intraday data for more than 200 assets from the currency, index and futures market. The data is available for the last seven trading days and it is downloaded in 5-minutes time frame format.
- Forex:
...
No notes
|
Downloader
Medium
|
| |
The least squares regression line is a line in the form of "y = a + b * x" that best fits a data set (time series).
The least squares regression is the most used modeling technique. It is mainly used to predict the future value of the analyzed time series.
Example: ...
No notes
|
Indicator
Advanced
|
| |
SocialPicks is a community for stock traders and investors to share investment ideas, rate stocks and track other users' investment decisions and performance. Each investor can express his opinion regarding a particular stock; he can then decide whether his is bullish (initiate a buy) or bearish (initiate a sell) on...
No notes
|
Downloader
Medium
|
| |
By adding this money management to your trading system, you can prevent the backtester from purchasing any security that was previously bought in the past N days if its most recent return is lower than the specified threshold.
As an example, let us say that your trading system bought GOOG and...
No notes
|
Money Manag.
Medium
|
| |
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
|
Downloader
Medium
|
| |
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
|
Money Manag.
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
|
| |
This is a trading system based on level breakout. The system detects the levels of the last peaks and troughs and decides to enter or exit a position when the price breaks these levels. A buy signal is generated when the close price crosses above the last peak and a...
No notes
|
Trading System
Medium
|
| |
This is a single mask that applies a simple moving average and then a rate of change transformation on any indicator or time-series. This mask first smooth the indicator you provide by applying a moving average with a 30 period bar (this can be changed later) and then calculate the...
No notes
|
Rules Mask
Medium
|
| |
The Ulcer Performance Index is a measure of investment or trading strategy performance and is constructed by dividing the excess return by the Ulcer Index. The calculation is almost the same as in the Sharpe Ratio, which is computed by dividing the excess return (Total strategy return minus the risk...
No notes
|
Indicator
Medium
|
| |
This item downloads several trading volume numbers released daily by the New York Stock Exchange. A total of 10 numbers are downloaded from the exchange website and are associated with different ticker symbols. These NYSE Statistics are updated and released daily.
NYSE volume can divided into several groups or categories. For...
No notes
|
Downloader
Medium
|
| |
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
|
Indicator
Medium
|
| |
Download historical economic releases data (Economic Calendar) for several currencies (EUR, USD, JPY, GBP, CHF, AUD, CAD, and NZD)
The event releases, their importance, the actual and forecast values as well as the release date and time are downloaded by this item. The data spans from May 2007 to present...
No notes
|
Downloader
Advanced
|
| |
In finance, Revenue is mainly composed of the total amount of money received by the company for the services and/or goods provided to its clients during a defined period of time. It can also include money received from other companies from interest, dividends and royalties.
Total revenue can be found at...
No notes
|
Downloader
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
|
| |
The 'Choose' function is a small piece of code that returns a vector given an index. The function accepts six parameters, the first one is the index and it is used to select one the next five parameters. The others parameters accept any numeric vectors.
Example:
a = rsi(14);
b = rsi(14) >...
No notes
|
Indicator
Medium
|
| |
The current trading object downloads volume activity data for US equities and derivatives and for issues listed on NYSE. The historical volume data is reported by NYSE Euronext and is available in an Excel format. The trading item downloads the file, converts it and then stores the parsed data in...
No notes
|
Downloader
Medium
|
| |
Tirone levels can be calculated using the midpoint or the mean method. This drawing tool uses the midpoint method. This technique consists of calculating three lines: The top line, the center line and the bottom line. The top line for example is calculated by subtracting the lowest low from the...
No notes
|
Drawing Tool
Advanced
|
| |
Shortable stocks refer to stocks that can be shorted, that is, traders are able to sell these stocks even if they don't own them. Usually, stock shares are borrowed from a broker and sold to another buyer. When the trader want to buy back stock shares (cover its position), these...
No notes
|
Downloader
Medium
|
| |
The Regularized Exponential Moving Average or Regularized EMA is a trading indicator introduced by Chris Satchwell in July 2003 version of Stock & Commodities magazine.
This technical analysis indicator was designed to be smoother and with less lag that the traditional exponential moving average. The indicator gets the EMA period and...
No notes
|
Indicator
Medium
|
| |
The percentage of stocks that trade above their moving average is a popular measure of market sentiment. When a higher number of stocks trade below their moving average, the indicator value decrease and traders consider this as a bullish sign and expect a rally to occur in the coming days.
The...
No notes
|
Composite
Medium
|
| |
This item retrieves EOD data of Bursa Malaysia stocks from the klseeod.com website. The data goes back to June 2009 and it is downloaded by date. This download item automatically adds new symbols. However, you can use the 341 list of symbols with this item to get the company titles...
No notes
|
Downloader
Medium
|
| |
This system is a very frequent trading system. The basic is as follows:
1. The system purchases stocks at the limit price based on the previous day.
2. If the trade is executed, the stock will be sold at the limit price of high the following day. If...
No notes
|
Trading System
Medium
|
| |
The "IndustryIndex" function should be used with the following downloader (452), to return the industry index given the stock's industry.
Industry names that are used by QuantShare and by the above downloader are different and this function helps us correspond or associate the different industry names.
...
No notes
|
Indicator
Medium
|
| |
This money management script calculates the 1-bar return for the strategy's equity curve and the benchmark you provide in the money management inputs. It then compares the values and adds the percentage of bars the equity curve is performing better than the benchmark in the trading system report table.
The percentage...
No notes
|
Money Manag.
Basic
|
| |
Here is a super simple indicator with dozens of applications. Similar to AggM, the AggZ is a composite trend and mean-reversion indicator rolled into one. The concept of both is to anchor a long term trending measure to a short-term mean-reverting measure so that you can have an indicator that...
No notes
|
Indicator
Medium
|
| |
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
|
Rules
Medium
|
| |
This simply downloads all the data from finviz that cannot be calculated from the price data in one quick download. (Fundamental data)...
No notes
|
Downloader
Basic
|
| |
A.K.A. Very Long Term (VLT) Momentum indicator (using monthly timeframes)
Named for Edwin Sedgewick Coppock - this indicator was developed as a way to find the upturns from major stock market bottoms.
He based his settings on how long it takes a person to grieve, and to get over the...
No notes
|
Indicator
Basic
|
| |
Downloads Market yields on Treasury inflation protected securities, or TIPS, adjusted to constant maturities. The data comes from the U.S Federal Reserve website and is updated on a daily-basis.
The item adds and fills 4 symbols: TIPS yields at 5-year constant maturity, TIPS yields at 7-year constant maturity, TIPS yields at...
No notes
|
Downloader
Medium
|
| |
This is a small modification to 1601 by QuantShare to add support for filtering and column labels.
>>> Instructions below mostly copied from the original post >>>
...
No notes
|
Downloader
Medium
|
| |
The built-in "random" QuantShare function returns a random value given a min and max interval. The random number is the same for all bars. It will be no lower than "min" and no higher than "max".
The current "RandomValues" function is almost the same but instead of assigning the same...
No notes
|
Indicator
Medium
|
| |
Percent Above Average Yield:
This function calculates the percent difference of a stocks current dividend yield and its average yield (over the period you set). To work, this indicator needs data from 93. That is just for stocks in the US market. Other markets may require other objects....
No notes
|
Indicator
Medium
|
| |
The CBOE DJIA BuyWrite Index and the CBOE NASDAQ-100 BuyWrite Index are benchmark indices that track the performance of an hypothetical buy-write strategy that buys stocks in the Dow Jones Industrial Average (CBOE DJIA BuyWrite Index) or in the NASDAQ 100 (CBOE NASDAQ-100 BuyWrite Index) and sells or writes DJX...
No notes
|
Downloader
Medium
|
| |
This custom trading indicator gets a time-series or condition and starts returning "1" on the first occurrence of "true" signal. It keeps returning "1" until there are no longer "true" signals in the future (in the provided time-series or condition). In other words, it returns "true" or "1" between the...
No notes
|
Indicator
Medium
|
| |
The Hull Moving Average is based on several weighted moving averages. In an attempt to create a more responsive MA and reduce the lag problem that is inherent to most moving averages, the HULL indicator returns a much faster and smoother moving average.
The Hull Moving Average was first introduced by...
No notes
|
Indicator
Medium
|
| |
This download item gets historical intraday data for free for U.S. Stocks. The trading object downloads 1 minute bars for several days and it gets the close, open, high, low and volume fields. Once the data is downloaded you can display intraday charts using any timeframe equal or higher...
No notes
|
Downloader
Medium
|
| |
The True Strength Index (TSI) is a momentum indicator developed by William
Blau, published in "Momentum, Direction and Divergence" (Wiley 1995). It is designed to determine both the trend and overbought-oversold conditions. The TSI is applicable to intraday time frames as well as longer-term horizons.
The TSI uses a one...
No notes
|
Indicator
Medium
|
| |
The list contains stocks that are traded in Paris Stock Exchange.
Besides the symbols, are included in this list: industries, stocks' full name and some other details.
This list contains 765 symbols....
No notes
|
Symbols
Medium
|
| |
The Average Output per Month is a script metric for the rules analyzer plug-in. It loops through all the generated positions and calculates the average output value for each month. It then averages these values to produce a unique metric, which is the average output per month.
The advantage of using...
No notes
|
Rule Metrics
Medium
|
| |