dotnetCHARTING Send comments on this topic.
KFastStochastic Method
See Also 
dotnetCHARTING Namespace > FinancialEngine Class : KFastStochastic Method


Evaluation of the Fast

Indicator variables

The Stochastic K depends on the following variable:

Now the formulae for the Stochastic %K over a is:


100 x (Last Close - Lowest low)/(Highest high - Lowest low)

where the "lowest low" (respec. "highest high") is the highest (respec. lowest) close of the asset over the period under consideration. Since the "Last close", will lie between the highest high and lowest low this indicator will lie between 0 and 100.

Overload List

Overload Description
KFastStochastic(String,Series,Int32) Evaluation of the Fast

Indicator variables

The Stochastic K depends on the following variable:

  • Periods - the number of previous time periods used over which the closing price is compared.

Now the formulae for the Stochastic %K over a is:


100 x (Last Close - Lowest low)/(Highest high - Lowest low)

where the "lowest low" (respec. "highest high") is the highest (respec. lowest) close of the asset over the period under consideration. Since the "Last close", will lie between the highest high and lowest low this indicator will lie between 0 and 100.

 
KFastStochastic(Series,Int32) Evaluation of the Fast

Indicator variables

The Stochastic K depends on the following variable:

  • Periods - the number of previous time periods used over which the closing price is compared.

Now the formulae for the Stochastic %K over a is:



100 x (Last Close - Lowest low)/(Highest high - Lowest low)

where the "lowest low" (respec. "highest high") is the highest (respec. lowest) close of the asset over the period under consideration. Since the "Last close", will lie between the highest high and lowest low this indicator will lie between 0 and 100.

 
KFastStochastic(SeriesCollection,Int32) Evaluation of the Fast

Indicator variables

The Stochastic K depends on the following variable:

  • Periods - the number of previous time periods used over which the closing price is compared.

Now the formulae for the Stochastic %K over a is:



100 x (Last Close - Lowest low)/(Highest high - Lowest low)

where the "lowest low" (respec. "highest high") is the highest (respec. lowest) close of the asset over the period under consideration. Since the "Last close", will lie between the highest high and lowest low this indicator will lie between 0 and 100.

 

See Also