|
Computes the RSI of a series
Syntax
RSI( series, rsiBars, [elementCount], [offset] )
Parameters
series
|
|
the name of the series
|
rsiBars
|
|
the number of bars to use for the RSI computation
|
elementCount
|
|
the optional number of bars to use out of the entire data series for this computation.
|
offset
|
|
the optional offset from the current bar, for auto indexed, and the start location for non auto indexed. Defaults to zero.
|
returns
|
|
the RSI value
|
|