Nifty futures Chart intra day trading system setup RSI Relative Strength Index
Post on: 16 Март, 2015 No Comment
Introduction
Developed by J. Welles Wilder and introduced in his 1978 book, New Concepts in Technical Trading Systems . the Relative Strength Index (RSI) is an extremely useful and popular momentum oscillator. The RSI compares the magnitude of a stock’s recent gains to the magnitude of its recent losses and turns that information into a number that ranges from 0 to 100. It takes a single parameter, the number of time periods to use in the calculation. In his book, Wilder recommends using 14 periods.
The RSI’s full name is actually rather unfortunate as it is easily confused with other forms of Relative Strength analysis such as John Murphy’s Relative Strength charts and IBD’s Relative Strength rankings. Most other kinds of Relative Strength stuff involve using more than one stock in the calculation. Like most true indicators, the RSI only needs one stock to be computed. In order to avoid confusion, many people avoid using the RSI’s full name and just call it the RSI.
Calculation
To simplify our explanation of the formula, the RSI has been broken down into its basic components which are the RS. the Average Gain. and the Average Loss .
To calculate RSI values for a given dataset, first find the magnitude of all gains and losses for the 14 periods prior to the time where you wish to start the calculation. (Note: 14 is the standard number of periods used when calculating the RSI. If a different number is specified, just substitute that number in for 14 throughout this discussion.)
It is important to understand that the RSI is a running calculation and the accuracy of the calculation depends on how long ago the calculations started. The first RSI value is an estimate — subsequent values improve on that estimate. You should calculate at least 14 values prior to the start of any values that you will rely on — going back 28+ periods is even better.
To start the running calculation, the First Average Gain is calculated as the total of all gains during the past 14 periods divided by 14. Similarly, the First Average Loss is calculated as the total magnitude of all losses during the past 14 periods divided by 14. The next values for the averages are calculated by taking the previous value, multiplying it by 13, adding in the next Gain (or Loss), and then dividing by 14. This is Wilder’s modified smoothing technique in action.
The RS value is simply the Average Gain divided by the Average Loss for each period.
Finally, the RSI is simply the RS converted into an oscillator that goes between zero and 100 using this formula: 100 — (100 / RS + 1).
Here’s an Excel Spreadsheet that shows the start of an RSI calculation in action.
When the Average Gain is greater than the Average Loss, the RSI rises because RS will be greater than 1. Conversely, when the Average Loss is greater than the Average Gain, the RSI declines because RS will be less than 1. The last part of the formula ensures that the indicator oscillates between 0 and 100. Note: If the Average Loss ever becomes zero, RSI becomes 100 by definition.
Advertisement
Use
Overbought/Oversold
Divergences
Centerline Crossover
The centerline for RSI is 50. Readings above and below can give the indicator a bullish or bearish tilt. On the whole, a reading above 50 indicates that average gains are higher than average losses and a reading below 50 indicates that losses are winning the battle. Some traders look for a move above 50 to confirm bullish signals or a move below 50 to confirm bearish signals.
Example
The DELL example shows a number of extreme readings as well as a negative divergence. In Oct-99, RSI reached oversold for a brief moment to mark the low around 38. The next extreme reading (overbought) occurred after a large advance that peaked in Dec-99. RSI reached overbought levels in late Dec-99 and moved below 50 by the second week of Jan-00. The next oversold reading occurred in Feb. for another brief moment and marked the low around 35. By the end of Feb-00, RSI moved back above 50 and into overbought territory in March. A negative divergence formed in March and marked the high in the upper fifties.