This Average Year over Year indicator will calculate the average close price (or any other time series) movement over the preceding N-years.
For any particular date, it will take the preceding N-year values and calculate the average one-bar return of these values.
Note that this indicator can work with daily, weekly and...
No notes
|
Indicator
Advanced
|
| |
The absolute breadth index, or ABI, is a market breadth indicator; it uses the number of advancing and declining stocks to measure the amount of volatility on US exchanges. This indicator does not take into account the price direction because it calculates the absolute value of the difference between the...
No notes
|
Composite
Medium
|
| |
It took me more than 2 hours to complete this short selling downloader. This item is more complex than the previous ones (319, 321, 310, 322) because it calculates the sum of all short selling data for four different facilities.
Because the data is retrieved from four different URLs, I have...
No notes
|
Downloader
Medium
|
| |
This item creates an equal-weighted index given a basket of assets and a reference date. The close, open, high, low and volume fields of the index or composite are constructed based on the weight of each asset on the reference date.
By default, the reference date is set to the beginning...
No notes
|
Composite
Medium
|
| |
Here is a list of rules I am using in the trading system GA and PBIL optimizer to find profitable trading patterns and create new trading systems.
The list contains several rules that only use the close price. I usually use this list with other trading rules as trading system entries...
No notes
|
Rules
Medium
|
| |
The Buy Sell Simulation Indicator is a technical analysis tool that allows you to transform any buy and sell rules into a measure of the performance of a trading strategy that buys a stock given the buy rules you have specified and sells it given your sell rules.
The buy sell...
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
|
| |
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
|
Downloader
Medium
|
| |
The "RandomMonths" function picks months depending on a percentage value passed to this function. If you specify 100% then the function returns TRUE for all months, if you specify 50% then the function returns TRUE for half of the months and if you specify 0% then the function returns FALSE...
No notes
|
Indicator
Medium
|
| |
For traders interested in the Singapore Exchange, I have created an item that downloads historical EOD quotes data for companies listed in the SGX or Singapore Exchange. The item automatically adds symbols to your database (quotes database), so it does not need any symbols list in order to work. However,...
No notes
|
Downloader
Medium
|
| |
This is a list of UK symbols extracted from the following symbol list: 214. The total number of symbols is 2867. These symbols are selected because they have historical data in Google finance website. The other symbols are rejected.
To download historical data for these ticker symbols (companies listed on...
No notes
|
Symbols
Medium
|
| |
This function is an example that shows you how to use the "plotprofile" function of QuantShare.
Each month, it splits the stock's high/low range into ten buckets then counts the number of times the analyzed stock has closed within that bucket. The higher the bucket value, the more the stock closed...
No notes
|
Indicator
Advanced
|
| |
To measure the profitability of a company, analysts and investors use metrics such as the ROE (Return on equity), ROI (Return on investment) and ROA (Return on assets).
Profitability is very important for the growth of a company. It is also important for company's owners and managers. It is a...
No notes
|
Downloader
Medium
|
| |
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
|
Indicator
Medium
|
| |
This item downloads historical end-of-day quotes for companies listed in the Hong Kong Stock Exchange (HKEX). The HKEX is a stock exchange based in Hong Kong, China. It is owned by the Hong Kong Exchanges and Clearing Ltd after the merger of the Hong Kong Futures Exchange and the Hong...
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
|
| |
Trend is friend and making an entry at low risk point in trending share minimizes the risk. Here is a watch list that filter for trending stocks and ensure that weekly trend is also up. I have used following equation to find the trending stock,being ROC is still a effective...
No notes
|
Watch List
Medium
|
| |
The put minus call options volume is the daily difference between the total put volume generated by optionable stocks and the total call volume.
For each trading day, the composite calculates the difference between put and call volume of each optionable U.S. stock, and then sums these differences. The market indicator...
No notes
|
Composite
Medium
|
| |
One of the most important economic indices used to measure the state of macroeconomics is the Unemployment rate.
Definition: The jobless rate is the percentage of people, in the labor force and in a particular country, that are willing to work but are not currently working.
Each country's main goal is...
No notes
|
Downloader
Medium
|
| |
Here is a very simple script that allows you to create a sort of in-sample/out-of-sample testing. The money management creates a script that takes one parameter. You can set this parameter to 1 to perform a normal backtest or set it to 1 to perform a backtest based on half...
No notes
|
Money Manag.
Medium
|
| |
This is a simple moving average crossover. This is intended to find long trends in the system. This should be combined with fundamantal analysis as that will ensure you are investing in solid companies and you are trying to find a good entry point and exiting before the...
No notes
|
Trading System
Basic
|
| |
Breadth Thrust is another less known market breadth indicator. It is a market momentum indicator also called the Zweig Breadth Thrust or ZBT because it was created by Dr. Martin Zweig. As with other market breadth indicators applied in technical analysis, the Breadth Thrust uses the number of advancing and...
No notes
|
Composite
Advanced
|
| |
Intraday RSI multitimeframe rules based based on intraday data.
There are 4 basic rules:
2 HOURS RSI >x
...
No notes
|
Rules
Basic
|
| |
The McClellan Oscillator is a very popular market breadth indicator often used by traders to gauge the general market sentiment. This indicator is derived from the Advance-Decline Line, which is simply the difference between the number of stocks that closed higher minus the number of stocks that closed lower.
The McClellan...
No notes
|
Downloader
Medium
|
| |
The current fundamental data downloader gets several valuation metrics or ratios for stocks listed on US exchanges from the finviz website. Valuations ratios are measures of how expensive or cheap a stock or company is; they are used by analysts, traders and investors to assess the attractiveness of the company.
The...
No notes
|
Downloader
Medium
|
| |
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
|
Indicator
Medium
|
| |
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 staggered entry and exit strategy allows you to enter a percentage of the total number of shares to buy when the first condition is met. The remaining number of positions is entered only when the second condition is met.
For exits, it will close only a percentage of the total...
No notes
|
Money Manag.
Medium
|
| |
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
|
Indicator
Medium
|
| |
The Fibonacci retracement indicator returns a value indicating whether there is a support or resistance near the current stock price. Five different retracement levels or numbers are used: 0%, 38.2%, 50%, 61.8% and 100%.
When calculating the Fibonacci retracement levels, if the highest stock value occurs before the lowest value, then...
No notes
|
Indicator
Medium
|
| |
The New York Stock Exchange releases Round-Lot Share Volume numbers every day. This report includes the following numbers:
Specialist Purchases (Symbol: ^Specialist_Purchases): The Specialist purchases volume. Specialists are members of the NYSE; their role is to facilitate the trading of stocks by holding an inventory of the stocks in which they...
No notes
|
Downloader
Medium
|
| |
Swedish 3-Month Treasury Bill - Historical data (1983-01-03 - today).
A Treasury Bill is a short-term debt instrument issued by the Swedish National Debt Office. The duration is usually up to one year. Treasury Bills are used to finance the government's short-term borrowing requirement. The 3M T-bill can be used together...
No notes
|
Downloader
Basic
|
| |
Folks dont miss this one.
This object uses Macdsignal,Percent Bollinger Bands and MFI. Here you will get watchlist and indicator on chart.Here i am posting chart link https://www.opendrive.com/files?Ml8zNjIzMjI1X0M4S015
You can read this chart same as relative strength index.
this reading is for entry and exit. ...
No notes
|
Watch List
Medium
|
| |
This is an index published monthly by the Federal Reserve Bank of Philadelphia and is used to predict future movements of the economy.
This composite is based on several economic indicators. They are all leading indicators which mean that their changes are likely to precede changes in the economy. These economic...
No notes
|
Downloader
Medium
|
| |
Instead of downloading data like any other downloader, this item allows you to export any indicator data for any securities and for a specific period.
All you have to do is install this item, open it in the downloader manager (Download -> Download Manager) then:
- Select "Start & End Dates" tab...
No notes
|
Downloader
Advanced
|
| |
This trading system implements the ConnorsRSI pullback system as described in the ConnorsRSI Pullbacks Guidebook.
A description of ConnorsRSI and the system description are available here:
http://info.tradingmarkets.com/ConnorsRSI_ConnorsRSI.html
...
No notes
|
Trading System
Medium
|
| |
A Gap occurs when the price of a stock or any other security moves up or down with few trading in between. Gap Up is defined as a stock price with a today's low that is higher than yesterday's high and the opposite for the Gap Down; stock price with...
No notes
|
Indicator
Medium
|
| |
Dividends are portion of corporate profits that a company decides to redistribute to its shareholders.
Depending on their dividend policy, some companies will pay dividend to their shareholders while others prefer to invest in their future growth.
This downloader gets dividend data from the yahoo finance website. It downloads history of...
No notes
|
Downloader
Advanced
|
| |
TFS is a trend-following system introduced by Bryan Strain in "How to get with the trend and out at the end" in the Stock & Commodities magazine in 2000. It consists of a set of three indicators, used together to generate entries. We here focus on the TFS tether line...
No notes
|
Indicator
Medium
|
| |
AMM model following the logic of Sector Surfer (www.sumgrowth.com)
Basically rotates each month into the Top1 (only one held), and uses autocorrelation market filter on SP500
- Uses special trend function SSEma / SSEma1 which is double smoothened EMA 1456 ...
No notes
|
Trading System
Medium
Private
|
| |