WeightedClose
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:21 PM

Syntax

Public Function WeightedClose(chart_ID As Long) As String

Description

Weighted Close is an average of each day’s open, high, low, and close where more weight is placed on the close.

Parameters

Key Description 
chart_ID Chart identifier, 0 is the current chart ,value of type Long

Return value

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

Sample

Public Sub main()

AlertMessage (WeightedClose(0)) '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