TradeVoulmeIndex
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 27 August 2020 10:22 AM

Syntax

Public Function TradeVolumeIndex(applyTo As ENUM_APPLIED_PRICE, VolumeVal As ENUM_VOLUME_METHOD, MiniTickvalue As Double) As String 

Description

The Trade Volume Index shows whether a security is being accumulated or distribute (similar to the Accumulation/Distribution index).

Parameters

Key Description 
applyTo Applied price , can be one of the ENUM_APPLIED_PRICE
VolumeVal Value of the volume method , can be one of ENUM_VOLUME_METHOD
MiniTickvalue Specifying the minimum tick value to be used in the Trade Volume Index calculations, value of type Double.

Return value

Returns the handles of a technical indicator, in case of failure returns an empty string.

Sample

Public Sub main()

AlertMessage (TradeVolumeIndex (price_close,VOLUME_CLOSE,9))

'Draws the indicator on chart and shows a message box with the indicator name.

End Sub

See Also


Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions