Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Overview
The Relative Strength Index ("RSI") is
a popular oscillator.
It was first introduced by
Welles Wilder in an article
in Commodities (now known as Futures)
Magazine in June, 1978.
Step-by-step instructions on calculating
and interpreting
the RSI are also provided in
Mr. Wilder's book,
New Concepts in Technical
Trading Systems.
The name "Relative Strength Index"
is slightly misleading
as the RSI does not compare
the relative strength of two securities,
but rather the internal strength of
a single security.
A more appropriate name might
be "Internal Strength Index."
Relative strength charts that compare
two market indices,
which are often referred to as
Comparative Relative Strength.
Wilder, J. Welles. New Concepts
in Technical Trading Systems. Greensboro, NC: Trend Research, 1978.
Code:
Interpretation
When Wilder introduced the RSI,
he recommended using a 14-day RSI.
Since then, the 9-day and 25-day
RSIs have also gained popularity.
Because you can vary the number
of time periods
in the RSI calculation, I suggest
that you experiment
to find the period that works best for you.
(The fewer days used to calculate the RSI,
the more volatile the indicator.)
The RSI is a price-following oscillator
that ranges between 0 and 100.
A popular method of analyzing the RSI
is to look for a divergence
in which the security is making a new high,
but the RSI is failing to surpass its previous high.
This divergence is an indication of an impending reversal.
When the RSI then turns down and
falls below its most recent trough, it is said
to have completed a "failure swing."
The failure swing is considered a confirmation
of the impending reversal.
In Mr. Wilder's book, he discusses five uses
of the RSI in analyzing commodity charts.
These methods can be applied to other security
types as well.
Code:
Tops and Bottoms.
The RSI usually tops above 70 and bottoms below 30.
It usually forms these tops and bottoms before
the underlying price chart.
Chart Formations.
The RSI often forms chart patterns such
as head and shoulders (page 215) or triangles (page 216)
that may or may not be visible on the price chart.
Failure Swings.
also known as support or resistance penetrations or breakouts).
This is where the RSI surpasses a previous high (peak) or
falls below a recent low (trough).
Support and Resistance.
The RSI shows, sometimes more clearly than price themselves,
levels of support and resistance.
Divergences.
As discussed above, divergences occur when the price makes
a new high (or low) that is not confirmed by a new high (or low) i
n the RSI. Prices usually correct and move in the direction
of the RSI.
For additional information on the RSI, refer
to Mr. Wilder's book:
on amazon com
for example.
Calculation
The RSI is a fairly simple formula, but is difficult
to explain without pages of examples. Refer to Wilder's book
for additional calculation information.
The RSI is a fairly simple formula, but is difficult
to explain without pages of examples. Refer to Wilder's book
for additional calculation information.
The basic formula is:
100
RSI = 100 - --------
1 + RS
RS = Average Gain / Average Loss
Average Gain = [(previous Average Gain) x 13 + current Gain] / 14
First Average Gain = Total of Gains during past 14 periods / 14
Average Loss = [(previous Average Loss) x 13 + current Loss] / 14
First Average Loss = Total of Losses during past 14 periods / 14
Note: "Losses" are reported as positive values.
Below you can find an spreadsheet to calculate RSI manually
Trend RSI Indicator: elite section post with indicator and settings; and public thread with indicator.
RSI & Momentum Color+Alarm: small thread with very good indicators.
Moving Average Cross with RSI Confirmation: thread with few indicators combined in one indicator with the rules.
RSIvar_v1 indicator: thread with indicator using any kind of ma indiocator with the settings:
Code:
Price = 0; // Applied Price(0-Close;1-Open;2-High;3-Low;4-Median;5-Typical;6-Weighted)
Length = 27; // Period of evaluation
MA_Mode = 1; //Mode of MA (0-SMA;1-EMA;2-SMMA;3-LWMA)
Many MTF RSI indicators:
- MTF_RSI_4PerX4TF_Dots_[cw], RSI_DynamicZone_RSI_[Bz](FLBLmtf), RSI_DynZ_TDI_(mtf) and RSI_SelfAdjustRSI_v1.0[FX5](mtf) indicators are here.
- RSI_Filter_mtf (together with Stochastic_Filter_mtf and WPR_Filter_mtf) and RSI_Del_WA_mtf indicators are on this page.
- RSI_onMA_2X2_mtf.mq4 2RSIs on 2MAs - like 2 little Rsiomas in one: this post.
Smoothed Stochastic of an RSI is here. Stochastic RSI Indicator Corrected is on this post.
Laguerre RSI with some additional options and alerts: this post.
It was bug or something: when moderating the first post of the thread so the whole thread may be disappeared sometimes (i did not delete the thread and did not moderate the forum in that time). It is possible to restore using forum database backup but the whole forum only and not a particular thread.
Thus, it is the new thread instead of old one.
Last edited by newdigital; 07-06-2008 at 02:15 PM.
It was bug or something: when moderating the first post of the thread so the whole thread may be disappeared sometimes (i did not delete the thread and did not moderate the forum in that time). It is possible to restore using forum database backup but the whole forum only and not a particular thread.
Thus, it is the new thread instead of old one.
Yes. It was my problem when I was moderating the first post. Removing one posts ended in a thread deletion. One of many things that vbulletin needs to fix or warn .
I made this RSI pack zip file with the 45 RSI based indicators I have (with the exception of Elite ones).
RSI in Histogram Alert indicator: this post. RSI in Histogram Alert next version: this post. RSI in Histogram Alert next version: has selectable signal and main lines to help visualize rsi position. This post.
Last edited by newdigital; 07-29-2008 at 07:34 PM.
Reason: has selectable signal and main ...