Click or drag to resize

MT5APIRequestQuoteHistoryMonth Method

Request 1 minute bar hsitory for one month back from specifeid date

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public void RequestQuoteHistoryMonth(
	string symbol,
	int year,
	int month,
	int day
)

Parameters

symbol  String
Symbol
year  Int32
Year
month  Int32
Month
day  Int32
Day
See Also