Table of Contents

Method DownloadQuoteHistoryToday

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

DownloadQuoteHistoryToday(string, int, int)

Today's bars (MT5 DownloadQuoteHistoryToday).

public List<Bar> DownloadQuoteHistoryToday(string symbol, int timeFrame, int timeoutMs = 15000)

Parameters

symbol string
timeFrame int
timeoutMs int

Returns

List<Bar>

Remarks

MT5 equivalent

  • MT5API.DownloadQuoteHistoryToday(string symbol, int timeFrame, int timeoutMs = 15000) — full