Syntax
Public Function RelativeStrengthIndex(applyTo As ENUM_APPLIED_PRICE, period As Integer) As String |
The RSI (Wilder) is a popular indicator that shows comparative price strength within a single security.
9, 14 and 25 period RSI calculations are the most popular.
The most widely used method for interpreting the RSI is price/RSI divergence, support/resistance levels and RSI chart formations.
Parameters
Key | Description |
applyTo | The value can be one of ENUM_APPLIED_PRICE |
Period | Period as integer value |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also