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


Overload List

OverloadDescription
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.

 

Example

See Also

© 2010 All Rights Reserved.