Click or drag to resize

MT5APIDownloadQuoteHistoryMonth Method


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

Parameters

symbol  Void
 
year  Bar
 
month  String
 
day  Int32
 
timeFrame  Int32
 

Return Value

ListT
See Also