Syntax
Event ChartHistoryRecieved(SymbolID As Integer,Period As PeriodNoEnum ,NumbersOfBars As Integer,OpenValues() As Double , HighValues() As Double, LowValues() As Double, CloseValues() As Double, TimeValues() As String )
Description
This Event is raised after calling GetChartHistory method and receives chart data for symbol ID.
Parameters
Parameter |
Description |
SymbolID |
Trading symbol ID that chart history belong to ,value of type Integer. |
Period |
Chart time frame , value of type PeriodNoEnum. |
NumbersOfBars |
Bars count that chart history belong to , value of type Integer. |
OpenValues |
Open prices container , value of type Double |
HighValues |
High prices container , value of type Double. |
LowValues |
Low prices container ,value of type Double. |
CloseValues |
Close prices container ,value of type Double. |
TimeValues |
The data times container, value of type String. |
See Also
VertexFX Backoffice API Index
|