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