SymbolIsSynchronized

The function checks whether data of a selected symbol in the terminal are synchronized with data on the trade server.

bool  SymbolIsSynchronized(
   string  name,       // symbol name
   );

Parameters

name

[in]  Symbol name.

Return value

If data are synchronized, returns 'true'; otherwise returns 'false'.

See also

SymbolInfoInteger, Organizing Data Access