Skip to content

MT4Account.TickValueWithSizeAsync method

Asynchronously calculates tick value, size, and contract size for specified symbols.

public Task<TickValueWithSizeData> TickValueWithSizeAsync(IEnumerable<string> symbolNames, 
    DateTime? deadline = default, CancellationToken cancellationToken = default)
parameter description
symbolNames List of symbol names.
deadline Optional deadline.
cancellationToken Cancellation token.

Return Value

Tick value data for each symbol.

See Also