Click or drag to resize

MT5APISubscribe(String) Method

Subscribe trading instruments.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public void Subscribe(
	string[] symbols
)

Parameters

symbols  String
Symbols for trading.
Exceptions
ExceptionCondition
ExceptionNot connected.
See Also