The Stochastic Process was invented by Dr. George C. Lane many years ago under this basic premise: During periods of decrease, daily closes tend to accumulate near the extreme low of the day and conversely, during periods of increase, daily closes tend to accumulate near the extreme highs of the day.
This indicator is designed to show conditions of overbought and oversold markets. Stochastics are divided into two types: Regular Stochastics, often referred to as Fast Stochastics, and Slow Stochastics. Fast Stochastics are said to be more sensitive to price changes and can give very greatly in the short-term, hence the need for Slow Stochastics.
Stochastics display two lines that move in a vertical scale between 0 and 100 - representing percentiles from 0% to 100%. Think of the level of Stochastics as where the most current close is within a specific range. For example, if Stochastics are reading 50%, the current close is in the middle of the price range for a specified period of time. If Stochastics are reading 100%, the close is at the high of the range, and 0% represents the current close price being at the low of the range. Because Stochastics are smoothed, this is not exactly true, but should help you visualize the information being shown. This will also help you to understand why Stochastics are a counter trend indicator, in that the underlying principle behind Stochastics is that prices will move back to the center of the trading range, or the opposite extreme.
When both lines move to an area below 20 on this scale they are said to be in an oversold zone. Conversely, when both %K and %D move to above 80 on this same scale they are indicating an overbought zone. It is this indication of market sentiment that makes this counter trend indicator useful.
George Lane emphasized that the most important signal generated by this method was the difference or divergence between %D and the underlying market price. He said that the divergence is where %D line makes a group of lower highs while the market makes a series of higher highs. This would indicate an overbought condition. The reverse would be true of an oversold market, with %D making higher lows and prices making lower lows.
Trade triggers to buy are created when, during an oversold condition (Stochastics below 20) the slow line, %D is crossed by the faster moving line, %K.
The opposite would occur with a sell signal. The faster %K line crosses above the slower %D line, when both are at a reading above 80.
As with a dual moving average system, when the faster reacting indicator crosses the slower moving indicator, a buy or sell is signaled. Because Stochastics give an indication of either overbought or oversold, you would first want to see both lines in the above 80 or below 20 range, and sloping out of that range back to the middle before looking for these trade triggers.
Calculation
Parameters:
Overall Period (3) - the number of periods used to determine the highest high and lowest low.
%D MA Period (14) - the number of periods used to determine the moving average for the %D value.
Formula: The first step in computing the stochastic indicator is to determine the n period high and low. For example, suppose you specified twenty periods for the stochastic. Determine the highest high and lowest low during the last twenty trading intervals. It determines the trading range for that time period. The trading range changes on a continuous basis. The calculations for the %K are as follows:
%Kt = ( (Closet - Lown) / (Highn - Lown) ) * 100
%Kt: The value for the first %K for the current time period.
Closet: The closing price for the current period.
Lown: The lowest low during the n periods.
Highn: The highest high during the n time periods.
n: The value you specify.
Once you obtain the %K value, you start computing the %D value which is an accumulative moving average. Since the %D is a moving average of a moving average, it requires several trading intervals before the values are calculated properly. For example, if you specify a 20 period stochastic, the software system requires 26 trading intervals before it can calculate valid %K and %D values. The formula for the %D is:
%DT = ( (%DT-1 * 2) + %Kt) / 3
%DT: The value for %D in the current period.
%DT-1: The value for %D in the previous period.
%Kt: The value for %K in the current period.
The values 2 and 3 are constants. You specify the constants and the length of the time period to examine for the trading range.
Buy/Sell Signals
Buy Signal happens when: %K value today is greater than the %D today AND yesterdays %K value is less than or equal to yesterdays %D AND Both %K and %D are less than Threshold 2.
Sell Signal happens when: %K value today is less than the %D today AND yesterdays %K value is greater than or equal to yesterdays %D AND Both %K and %D are greater than Threshold 1.
Slow Stocastics
The slower version of Stochastics is commonly believed to be a more reliable indicator. In this version of Stochastics the more sensitive %K line is dropped. The original %D now becomes the slower line %K. The new %D is a 3-day moving average of the %K. This basically gives you a smoothed version of the original indictor. This modified counter trend indicator is less reactive but considered to be more accurate.
Interpretation
Slow Stochastics are interpreted the same as Fast Stochastics. Quite often the faster of the two indicators moves into and out of the overbought/oversold regions quickly.
Calculation
Parameters:
Overall Period (14) - the number of periods used to determine the highest high and lowest low.
%K MA Period (3) - the number of periods used to determine the moving average for the %K value.
%D MA Period (3) - the number of periods used to determine the moving average for the %D value.
AdditionalLinePeriod (3) - the number of periods used to determine an additional moving average on the stochastic.
Formula:
The calculations for the slow stochastic are similar to the normal stochastic. The first step in computing the stochastic indicator is to determine the n period high and low. For example, suppose you specified twenty periods for the stochastic. Determine the highest high and lowest low during the last twenty trading intervals. It determines the trading range for that time period. The trading range changes on a continuous basis. The calculations for the %K are as follows:
%Kt = ( (Closet - Lown) / (Highn - Lown) ) * 100
%Kt: The value for the first %K for the current time period.
Closet: The closing price for the current period.
Lown: The lowest low during the n periods.
Highn: The highest high during the n time periods.
n: The value you specify.
Once you obtain the %K value, you start computing the %D value, which is an accumulative moving average. Since the %D is a moving average of a moving average, it requires several trading intervals before the values are calculated properly. For example, if you specify a 20 period stochastic, the software system requires 26 trading intervals before it can calculate valid %K and %D values. The formula for the %D is:
%DT = ( (%DT-1 * 2) + %Kt) / 3
%DT: The value for %D in the current period.
%DT-1: The value for %D in the previous time period.
%Kt: The value for %K in the current period.
The values 2 and 3 are constants. You specify the constants and the length of the time period to examine for the trading range.
Once the %K and %D values for the normal stochastic are derived, the slow stochastic can be computed. The formula for the slow stochastic is below:
%KSLOW = %DNORMAL
%DSLOWt = ( ( %D SLOWt-1 * 2 ) + %K SLOWt-1 ) ) / 3
%KSLOW: The %D for the normal stochastic.
%DSLOWt: Slow %D value for the current period.
%DSLOWt-1: The slow %D for the previous period.
%KSLOWt-1: The slow %K for the previous period.
The values 2 and 3 are the smoothing constants. You may select different values.
Buy/Sell Signals
Buy Signal happens when: %K value today is greater than the %D today AND yesterdays %K value is less than or equal to yesterdays %D AND Both %K and %D are less than Threshold 2.
Sell Signal happens when: %K value today is less than the %D today AND yesterdays %K value is greater than or equal to yesterdays %D AND Both %K and %D are greater than Threshold 1.
Slow Stochastics (SSTO)
The SSTO Indicator is included with the Advanced Tools Plug-in.
To View a list of all of the indicators that are included with your purchase of the Advanced Tools Plug-in Click Here