+1 888 340 6572 GET STARTED

StochDslow

Article/Author: "Stochastics", Stuart Evens, S&C Magazine, Traders Tips, 09/1999

Download: Stoch.ela

File Includes:
Function - StochDslow
Function - StochDreg
Function - StochKreg
Function - StochKslow
Indicator - Stoch - Reg
Indicator - Stoch - Slow

Category: Function > StochDslow

Description:

Inputs:

EasyLanguage Code:
INPUT: LENGTH(NUMERIC), SLOWPERIOD(NUMERIC);


STOCHDSLOW = AVERAGE(STOCHDREG(LENGTH, SLOWPERIOD), SLOWPERIOD);