images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

RSI()

Definition Relative strength index. Developed by J. Welles Wilder, the RSI is an overbought/oversold indicator. Traditionally, the RSI employs a 14-period data set.

Syntax images/aspen00000264.gif

Formula images/aspen00000265.gif

images/aspen00000266.gif

Parameters SERIES
Required if the formula name declares the SERIES parameter.

INPUT
Required if the formula name declares the INPUT parameter.

PERIOD
Required if the formula name declares the PERIOD parameter.

Examples RSI_EX1(SERIES,PERIOD=14)=RSI(SERIES,PERIOD)

RSI_EX2(INPUT,PERIOD=14)=RSI(INPUT,PERIOD[1])

See also: Relative Strength Index Study