For further details concerning the definition of these moving averages please see the accompanying PDF documentation or the API documentation for SimpleMovingAverage.
Evaluate the (general) %D Stochastic.
[Visual Basic]
Overloads Public Shared Function DStochastic( _
ByVal sc As SeriesCollection, _
ByVal noOfPeriods As Integer , _
ByVal method As Integer , _
ByVal lengthOfMA As Integer _
) As SeriesCollection
[C#]
public static SeriesCollection DStochastic(
SeriesCollection sc,
int noOfPeriods,
int method,
int lengthOfMA
);
For further details concerning the definition of these moving averages please see the accompanying PDF documentation or the API documentation for SimpleMovingAverage.
This is just the moving average of the (fast) When the simple moving average is used and the moving average is take over three days, the resulting indicator to referred to as the K Stochastic.
As one would expect the Moving Average D of the K Stochastic depends on:
Remark When the simple moving average is used and it is evaluated over 3-days, then the D Stochastic reduces to what is known as the slow K Stochastic.
FinancialEngine Class | FinancialEngine Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.