Syntax
Public FunctionPositiveVolumeIndex(applyTo As ENUM_APPLIED_PRICE, volumeVal As ENUM_VOLUME_METHOD) As String |
The Positive Volume Index shows focus on periods when volume increases from the previous period.
The interpretation of the Positive Volume Index is that many investors are buying when the index raises, and selling when the index falls.
Parameters
Key | Description |
applyTo | Value can be one of ENUM_APPLIED_PRICE |
volumeVal | Value can be one of ENUM_VOLUME_METHOD |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also