Syntax
Public Function VolumeROC(volumeVal As ENUM_VOLUME_METHOD, Period As Integer) As String |
The Volume Rate of Change indicator shows clearly whether or not volume is trending in one direction or another.
Sharp Volume ROC increases may signal price breakouts.
Parameters
Key | Description |
volumeVal | The value can be one of ENUM_VOLUME_METHOD |
period | Period as integer |
Return value
Returns the handles of a technical indicator, in case of failure returns an empty string.
See Also