ASPxClientRelativeStrengthIndex.valueLevel Property
Gets a value, indicating whose series point values are used to calculate the indicator’s values.
Declaration
valueLevel: string
Property Value
Type | Description |
---|---|
string | A string value, which indicates which series point value should be used to calculate indicator values. |
Remarks
This property returns one of the following values:
- “Close”
- “High”
- “Low”
- “Open”
- “Value”
- “Value_1”
- “Value_2”
- “Weight”
See Also