Latest News

February 4: Follow new BandBreak5 system HERE!!!

Follow my S&P500 and FOREX EUR/USD weekly forecast.

My BBS Trading expert was presented at the 2011 Trading Forum in Denver. More information?

Trade with my DSTfx01 forex robot, (or BandBreak5) watch the VIDEO.

View an excerpt of my last 1st, 2nd and 3rd article about the put/call ratio published in S&C magazine.

MetaStock formulas.

MetaTrader formulas.

Best offer "Capturing Profit with Technical Analysis"!

WINNER "Favorite Article" in the S&C Readers' Choice Award 2010 and 2011. Thank You!

AXIOM business books awards, bronze medal for my book! Thank You!

My YouTube videos

Sylvain Vervoort

SEARCH Stocata
Book Store

Ttitle, author, item# or ISBN

Capturing Profit with Technical Analysis

WINNER 2010 and 2011 favorite article Readers' Choice Award.

readers choice awards

AXIOM Business Books Awards, bronze medal.

AXIOM award

 

   special offers

  Facebook fan page

 

 


 

MetaStock Formulas

HOME   Back to MetaStock Formulas Overview

SVE_ARSI

The Relative Strength Index (RSI) was developed by J. Welles Wilder and published in Commodities magazine in June 1978 and in his “New Concepts in Technical Trading Systems” the same year.

The RSI is a momentum indicator measuring the speed at which a security's price is changing. Early signaling for entry and exit points is the main advantage of this leading indicator.

One of the most valuable ways utilizing the RSI is to watch for divergences with price. A divergence describes a situation when the trend of the oscillator moves in a different direction from the prevailing price trend.

 

Looking for a way to have as much as possible reliable divergence signals, I was thinking of using a smaller average in the creation of the RSI oscillator. The original RSI uses the same RSI averaging period both for the up closing and down closing bars. However, to me, more logical would be using the number of up bars for averaging the up closing and the number of down bars for averaging the down closing bars in the selected RSI period. So, I am using a dynamically changing average to get more reliable divergences compared to the standard RSI.

This is the formula:

SVE_ARSI:

Period:=Input("ARSI Time Period  ->",1,100,14);
UpCount:=Sum(If(ROC(C,1,$)>=0,1,0),Period);
DnCount:=Period-UpCount;
UpMove:=ExtFml("Forum.MOV",If(ROC(C,1,$)>=0,ROC(C,1,$),0),UpCount*2-1,E);
DnMove:=ExtFml("Forum.MOV",If(ROC(C,1,$)<0,Abs(ROC(C,1,$)),0),DnCount*2-1,E);
RS:=UpMove/(DnMove+0.0001);
arsi:=100-(100/(1+RS));
arsi

To be able to use this formula, you need the external "forum.dll" file that has a function for a dynamic moving average. You can find this file on the Equis forum http://forum.equis.com/. Please make sure reading the CopyRight notice.

 
Special offer: "Capturing Profit with technical Analysis"
 

The most valuable way utilizing ARSI is to watch for divergences with price. A divergence describes a situation when the trend of the oscillator moves in a different direction from the prevailing price trend.

When the oscillator creates a higher bottom while the price makes a lower bottom, they diverge. This is mostly found at the end of a downtrend, indicating an uptrend reversal.

When the oscillator creates a lower top while the price makes a higher top, they diverge. This is mostly found at the end of an uptrend, indicating a downtrend reversal. These divergences are commonly known as normal divergences.

 

When the oscillator makes a lower bottom while price sets a higher bottom, they diverge. This is mostly found in a price uptrend after a temporary price correction, indicating a continuation of the previous uptrend.

ARSI assymetrical RSI chart

When the oscillator has a higher top while price sets a lower top, they diverge. This is mostly found in a price downtrend after a temporary price up correction, indicating a continuation of the previous downtrend. We call these last two reverse or hidden divergences.

Search the Internet
 

Very cheap books

 

HOME   Back to MetaStock Formulas Overview


 
Find a Stock ticker symbol, enter the ticker and find a chart, news, fundamentals and historical quotes here.

 

Enter Ticker Symbol:



 

 

 
Copyright © 2007 Stocata.org, All rights reserved.