Live Chat by Hybrid Solutions
Knowledgebase
ChaikinVolatility
Posted by Mohammad Rahhal on 24 January 2012 06:55 PM

Syntax

Public Function ChaikinVolatility(chart_id As Long, period As Integer, Rate As Integer, MA As ENUM_MA_METHOD) As String

The Chaikin Volatility Oscillator is a moving average derivative of the Accumulation/Distribution index.

The Chaikin Volatility Oscillator adjusts with respect to volatility, independent of long-term price action.

Parameters

Key Description 
chart_id Chart ID.
period Period of type integer.
Rate Rate Of change of type integer.
MA An integer value of type ENUM_MA_METHOD.

Return value

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

Sample

Public Sub main()

MsgBox (chaikinVolatility(0,14,1,2))

'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 votes)
This article was helpful
This article was 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. This is required to prevent automated registrations and form submissions.

Help Desk Software by Hybrid Solutions