Computes the Relative Strength Index (RSI) of a series
Syntax: |
---|
RSI( series, rsiBars, [elementCount], [offset] ) |
Parameter: |
Description: |
---|---|
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. |
Example: |
---|
' Calculate the RSI of this instrument's |
Returns: |
RSI Calculation Result is the calculated Relative Strength Index (RSI) value associated with the data record where the RSI calculation is performed. |
Links: |
---|
|
See Also: |
Basic Indicators, Series Functions |
Edit Time: 9/18/2020 11:29:38 AM |
Topic ID#: 512 |