Table of Contents

Method DownloadQuoteHistoryMonth

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

DownloadQuoteHistoryMonth(string, int, int, int, int, int)

Bars from the start of a month (or of day when > 0) up to now (MT5 DownloadQuoteHistoryMonth).

public List<Bar> DownloadQuoteHistoryMonth(string symbol, int year, int month, int day, int timeFrame, int timeoutMs = 15000)

Parameters

symbol string
year int
month int
day int
timeFrame int
timeoutMs int

Returns

List<Bar>

Remarks

MT5 equivalent

  • MT5API.DownloadQuoteHistoryMonth(string symbol, int year, int month, int day, int timeFrame, int timeoutMs = 15000) — full