Table of Contents

Method TickHistoryRequest

Namespace
ViiSync.AccountApi
Assembly
ViiSync.AccountApi.dll

TickHistoryRequest(string, int, int, int)

Stream ticks from a start date up to now on OnTickHistory, newest page first (MT5 TickHistoryRequest). Stop with TickHistoryStop(string).

public void TickHistoryRequest(string symbol, int startYear, int startMonth, int startDay)

Parameters

symbol string
startYear int
startMonth int
startDay int

Remarks

MT5 equivalent

  • MT5API.TickHistoryRequest(string symbol, int startYear, int startMonth, int startDay) — full