Formula Stochastic Relative Strength Index

Da traderpedia.
Jump to navigation Jump to search

Nel suo libro The New Technical Trader, Tushar Chande definisce lo Stochastic RSI come:
StochRSI = (RSI - RSIL)/(RSIH -RSIL)
dove RSIL e RSIH sono i valori più alti e più bassi dell’RSI in un periodo determinato di tempo. Nel suo libro egli usa il periodo 14.
Categoria: Nuovi/Ibridi
Formula per MetaStock™:

§ Stochastic Relative Strength Index
INIZIO FORMULA
Prd:= 14;
( ( RSI (Prd) - LLV( RSI (Prd) ,Prd ) ) / ( ( HHV( RSI (Prd) ,Prd ) ) - LLV(RSI (Prd),Prd ) ) )
FINE FORMULA

Vedi anche: