[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SlowKClassic



PureBytes Links

Trading Reference Links

hi list,

as some don't seem to have the function SlowKClassic, which is
referenced by the DivFinder i posted yesterday, here it is.

{********************************************************}

{*******************************************************************
Description : This Function returns Slow Stochastic %K Classic
Provided By : Omega Research, Inc. (c) Copyright 1999
********************************************************************}

Inputs: FastKLen(NumericSimple), Length(NumericSimple);

SlowKClassic = Average(FastK(FastKLen), Length);

{************************************************************}