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


Syntax

 Public Function ClosePrices(SymbolName As String, TimeFrame As ENUM_TIMEFRAMES, StartPos As Long, Count As Long, ByRef CloseArray As Variant) As Integer 

Description

This function is used to get into the CloseArray the history data of the bar close prices for the selected symbol period.

Parameters

Key Description 
SymbolName The name of the symbol to get the close prices bar prices for, the value of type string
TimeFrame Symbol period, the value of type  ENUM_TIMEFRAMES
StartPos The start position for the first bar, the value of type long
Count The data count to get the close prices bar prices for, the value of type Long
CloseArray Close prices bar result, the value of type Variant


Return value

Returns the bars count that gets the close prices of, and return 0 if the start pos less than 0. If an error occurred, call GetLastError to read the error.


Sample

 Public Sub main()

    Dim Count

    Dim arr ()

    Count = ClosePrices ("EUR/USD", PERIOD_M5, 1, Bars (0), arr)

    AlertMessage ("the close price for the bar number 30 is " & Arr (30))

 End Sub

See Also


Back to VTL Client Script Index

1

(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