Function - STOCHRSIFASTD
Stochastic Relative Strength Index Fast D |
Indicators
|
SYNTAX |
StochRsiFastd( ARRAY close, ARRAY timeperiod, ARRAY fastk_period, ARRAY fastd_period, ENUM fastd_movingaveragetype) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Stochastic Relative Strength Index Fast D |
ADDITIONAL INFO |
|
EXAMPLE |
StochRsiFastd(close, 15, 5, 5, _MaSma) |
| |