MT4ManagerChartRequest Method (String, Period, DateTime, DateTime) |
Get OHLC price history
Namespace:
mtapi.be.MT4ManagerNetApi
Assembly:
MT4ManagerNetApi (in MT4ManagerNetApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Bar[] ChartRequest(
string symbol,
Period period,
DateTime start,
DateTime end
)
Public Function ChartRequest (
symbol As String,
period As Period,
start As DateTime,
end As DateTime
) As Bar()
public:
array<Bar>^ ChartRequest(
String^ symbol,
Period period,
DateTime start,
DateTime end
)
member ChartRequest :
symbol : string *
period : Period *
start : DateTime *
end : DateTime -> Bar[]
Parameters
- symbol
- Type: SystemString
- period
- Type: mtapi.be.MT4ManagerNetPeriod
- start
- Type: SystemDateTime
- end
- Type: SystemDateTime
Return Value
Type:
BarSee Also