This is a simple hammer screen. It searches for a body equals to 1/3 of the daily (high low) range, It also searches for an upper shadow which is equal or smaller than 1/11 of the daily range (high low). The screener filters out stocks with average volume smaller...
No notes
|
Watch List
Medium
|
| |
|
The Dynamic Momentum Index or DMI is a technical analysis indicator used to determine overbought and oversold conditions of a particular security. Unlike other overbought/oversold indicators like the Relative Strength Index (RSI), the Dynamic Momentum Index does not use a fixed time period. Instead, the time period, used by this...
No notes
|
Indicator
Medium
|
| |
Here is an indicator I am using to detect potential turning points in the S&P 500 Index. The technical indicator is the addition of the percent rank of the AAII Bullish Index and the percent rank of the S&P 500. The lower the indicator value is the more likely there...
No notes
|
Indicator
Medium
|
| |
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
|
Indicator
Medium
|
| |
The Short Cover Simulation Indicator is a technical analysis tool that allows you to transform any short and cover rules into a measure of the performance of a trading strategy that shorts a stock given the short rules you have specified and covers it given your cover rules.
The short cover...
No notes
|
Indicator
Medium
|
| |
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
|
Indicator
Medium
|
| |
Intraday RSI multitimeframe rules based based on intraday data.
There are 4 basic rules:
2 HOURS RSI >x
...
No notes
|
Rules
Basic
|
| |
This Saudi Stock Exchange EOD Downloader gets one year of historical data for all stocks listed on the Tadawul Exchange. A total of 162 stocks and indices are downloaded; the list includes for example: Riyad Bank, Bank Al Jazira, Yanbu Cement Co., Fitaihi Holding Group, Saudi Basic Industries Corp., Saudi...
No notes
|
Downloader
Medium
|
| |
The time segmented volume is a technical indicator that segments the price and volume of a stock according to time intervals.
The idea is to calculate accumulation (buying) and distribution (selling) based on volume and price change. The time segmented volume or TSV indicator increases when the current bar's close is...
No notes
|
Indicator
Basic
|
| |
Get stock market prediction (US markets) picks from traderbots website.
The traderbots website has an army of trading systems that generate signals for stocks that trade in the US stock market, the trading systems that are used perform stock analysis using algorithms and artificial intelligence according to the traderbots website.
For...
No notes
|
Downloader
Medium
|
| |
This is a simple advanced rule that detects UP and DOWN breakaway gaps.
A Gap occurs when the security low price of the current bar is higher than the high price of the previous bar (GAP UP) or if the security high price of the current bar is lower than the...
No notes
|
Rules
Advanced
|
| |
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
|
Downloader
Medium
|
| |
The list of symbols in the "Bourse de Toronto" and "TSX Venture Exchange".
This list contains 1581 symbols. Stock description is also included.
The fiscal year ends in the month specified in the Expiration Date field....
No notes
|
Symbols
Medium
|
| |
This item downloads historical data for the IMF (International Monetary Fund) commodity prices. The IMF commodity prices are prepared by the Energy and Commodities surveillance unit of the research department. The data is available on the IMF website (www.imf.org) and it is updated once a month.
The commodity prices are constructed...
No notes
|
Downloader
Medium
|
| |
This is a list of 300 stocks that have most heavily traded options volume for the month of May 2016, as compiled by CBOE. Being the most heavily traded also makes them the most liquid, ie: tight bid/ask spreads. This list can be downloaded every month...
No notes
|
Watch List
Medium
|
| |
If - while swing-trading - you want to buy e.g. when a higher swing high occurs after a higher swing low then you could set up your trading system as follows:
buy = sp(10, -1) > 0 && sp(10, 0) > sp(10, 2) && sp(10,1) > sp(10,3);
What does it mean?
...
No notes
|
Indicator
Medium
|
| |
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
|
Symbols
Medium
|
| |
Here is an interesting market breadth indicator that measures market strength by comparing the stocks that are outperforming their industry with stocks that are underperforming it.
The composite is calculated as follows:
- It counts the number of stocks whose 25-bar rate of return is higher than the 25-bar rate of return...
No notes
|
Composite
Advanced
|
| |
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
|
Trading System
Medium
|
| |
Using this money management script, you can simulate the effect of withdrawing a fixed amount of money, every month, from your portfolio.
The script allows you to enter the fixed amount to withdraw and to determine whether to withdraw money on each month or only on months that show positive returns...
No notes
|
Money Manag.
Medium
|
| |
The portfolio versus stock return item is a money management script you can include in any trading system.
Here is how it works:
For each incoming new position, it calculates the N-bar return of that stock and compares it with the N-bar return of the portfolio (equity).
The new position is taken only...
No notes
|
Money Manag.
Advanced
|
| |
The maximum drawdown is a popular measure of the maximum amount an investor can expect to lose. It is used as a measure of riskiness of a trading strategy.
Another measure of a trading strategy's riskiness is the Time under Water.
The Time under water is derived from the calculation of...
No notes
|
Rule Metrics
Advanced
|
| |
This MM scrip adds many system statistics and per trade metrics to help compare trading systems. Most of the calculations are done in terms of R (defiend as initial risk).
Trade Statistics:
Total R - P/L in terms of R
Expectancy (R)
...
No notes
|
Money Manag.
Advanced
|
| |
Some companies distribute dividends and some do not. Some companies distribute dividends quarterly, while others distribute it biannually, annually or sporadically. The distribution schedule is usually tied to the company fiscal year.
Dividend frequency refers to how often a dividend is paid. The current function calculates the dividend frequency or the...
No notes
|
Indicator
Medium
|
| |
To calculate the average 14-bar relative strength index of each U.S. industry, I have used the composite function and grouped stocks by the value returned by the "industry()" function. This function returns the industry name of a stock. By passing it to the composite function, the average calculation will not...
No notes
|
Screen
Medium
|
| |
The object gets a list of companies that are either upgraded or downgraded by analysts for the current trading day. Analysts working for brokerage firms track the performance of thousands of U.S. companies. An analyst upgrades a company if he/she thinks that the company stock price is underpriced, and downgrades...
No notes
|
Downloader
Medium
|
| |
This watchlist will find stocks which are trending upwards on the 130 EMA. It will find only those stocks where:
- The 130 EMA is at least 5% higher than 55 days ago.
- The most recent value of turnover is above $2M
...
No notes
|
Watch List
Basic
|
| |
The Bursa Malaysia is a stock exchange based on Malaysia. It was formerly known as the Kuala Lumpur Stock Exchange, but in 2004, this exchange becomes a demutualised exchange and it was renamed to Bursa Malaysia. Bursa Malaysia is a fully integrated exchange; it offers trading, clearing, settlement and depository...
No notes
|
Symbols
Medium
|
| |
Coefficient of Variation (CV) is a measure of the dispersion of points/prices around the mean (Dispersion of a probability distribution).
In statistics, the coefficient of variation is also called variation coefficient, unitized risk or relative standard deviation (%RSD). Because its value is normalized and it is a dimensionless number, it is...
No notes
|
Indicator
Medium
|
| |
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
|
Indicator
Medium
|
| |
This has been suggested and provided on the Quantshare forum but not uploaded as an indicator/ function (that I can find) Credit: Allan Nathan.
Default is for month (21) and annualized value.
Historical Volatility reflects the past price movements of the underlying. Historical volatility is also referred to as the asset's actual...
No notes
|
Indicator
Basic
|
| |
This money management script loads dividend data and reinvests these dividends in your trading system using the "AddCash" function available in the "Functions" class of the "OnEndPeriod" event.
Dividend data can be collected using the following downloader:
93
...
No notes
|
Money Manag.
Medium
|
| |
A list of all commodities trading on the NCDEX can be downloaded here 526. This list contains agricultural commodities (Potato, Chana, Crude Palm Oil, Soy Bean, Cotton...), metals (Steel, Copper, Zinc...), precious metals (Gold, Silver, Platinum...), energy (Brent Crude Oil, Gasoline, Heating Oil, Natural Gas...).
The list is not mandatory because...
No notes
|
Downloader
Medium
|
| |
In technical analysis and active trading, the majority of oscillator systems follow almost the same logic. Buy when the oscillator moves above a certain threshold and sell when it moves below a certain threshold. The problem with this approach is that it doesn't take the evolution and the volatility of...
No notes
|
Indicator
Medium
|
| |
EMA Exponential Moving Average
SYNTAX Ema( ARRAY close, ARRAY timeperiod)
In a Simple Moving Average, each value in the time period carries equal weight, and values outside of the time period are not included in the average. However, the Exponential Moving Average is a cumulative calculation, including all data. Past values...
No notes
|
Indicator
Medium
|
| |
This watchlist scans for securities that have parallel support and resistance lines.
This is accomplished using the powerful "autosr" function (Automatic Support/Resistance).
You can read more about how this dynamic watchlist was built by reading the following blog post:
How to Scan for Parallel Resistance and Support Lines ...
No notes
|
Watch List
Advanced
|
| |
The Trade Weighted Index or Trade Weighted Exchange Index is an economic indicator used to compare an exchange rate again several other exchange rates. A country calculates the Trade Weighted Index by weighting exchange rates of its major trading partners. Each trading partner's currency weight is equal to its share...
No notes
|
Downloader
Medium
|
| |
This is another historical end-of-day data downloader for the US Stock Market. It works with all companies listed in one of the following exchanges: NYSE, NASDAQ, AMEX, OTCBB, and Pink Sheets.
The item gets the data from the NASDAQ website. You must select a period and a list of ticker symbols...
No notes
|
Downloader
Medium
|
| |
Investopedia defines oversold as
1. A condition in which the price of an underlying asset has fallen sharply, and to a level below which its true value resides. This condition is usually a result of market overreaction or panic selling.
2. A situation in technical analysis where the price of an asset...
No notes
|
Watch List
Medium
|
| |