Syntax
|
Public Function ComparativeRSI(applyTo1 As ENUM_APPLIED_PRICE, applyTo2 As ENUM_APPLIED_PRICE) As String |
The Comparative Relative Strength index divides one price field by another price field.
The base security is outperforming the other security when the Comparative RSI is trending upwards.
Parameters
| Key | Description |
| applyTo1 | Value can be one ENUM_APPLIED_PRICE |
| applyTo2 | Value can be one ENUM_APPLIED_PRICE |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also