Stochastic Fast

From MultiCharts
Jump to navigation Jump to search

Stochastic Fast calculates the position of the current price in relation to its range over a number of the most recent bars (specified in StochLength input). The calculated values are further indexed and FastK is plotted. FastD is plotted as the smoothed average of FastK. FastK and FastD plot as oscillators with values from 0 to 100.

The Stochastics plot direction may be used to define price movement. For example, rising Stochastics may be a sign of rising prices. Stochastics may also help to determine turning points when there are divergences. For example, a new high in price without a new high in Stochastics may indicate a false breakout. Stochastics are also useful for overbought and oversold conditions when the Stochastics reach extreme highs or lows.

Default Inputs

PriceH (High) - price value used as the upper end of range for FastK calculation.

PriceL (Low) - price value used as the lower end of range for FastK calculation.

PriceC (Close) - price value used as the the current price for FastK calculation.

StochLength (14) - number of bars included in calculation of FastK.

SmoothingLength1 (3) - number of bars for slowing FastK to FastD.

SmoothingLength2 (3) - number of bars for slowing FastD to FastK.

SmoothingType - 1 = original, 2 = legacy.

MedLength (9) - number of bars included in calculation of the "medium" average.

OverSold (20) - oversold FastK level.

OverBought (80) - overbought FastK level.

Plots

Plot1 (FastK, Cyan) - FastK value.

Plot2 (FastD, Red) - FastD value.

Plot3 (OverBot, Dark Green) - overbought level reference line.

Plot4 (OverSld, Dark Green) - oversold level reference line.

Note: All the plots will be displayed in a separate sub chart from the price data when the indicator is applied to a chart.

Stochastic-Fast-indicator.png