FastD (Function)
The FastD series function returns the Fast D value for the Stochastic oscillator.
Syntax
FastD(StochLength)
Returns (Double)
A numeric value containing FastD for the current bar.
Parameters
Name |
Type |
Description |
StochLength |
Numeric |
Sets the number of bars to consider. |
Remarks
Please refer to the discussion under the Stochastic function.
Example
Assigns to Value1 the Stochastic FastD over 14 bars.
Value1 = FastD(14);
Reference
Takano, Mike. Stochastic Oscillator, Technical Analysis of Stocks and Commodities. April 1991.
Stein, John. The Traders’ Guide to Technical Indicators, Futures Magazine. August 1990.