Signal sent to MT5 that requests a response to check if the mt5R in MT5 is available.

It can be used to measure how long the response takes.

MT5.Ping(bShowTimeElapsed = F)

Arguments

bShowTimeElapsed

bool; it will print how long the response takes (default FALSE). See details.

Value

Returns TRUE if mt5R is available in MT5, FALSE otherwise.

Details

For bShowTime = TRUE, is pretty common zero results. Check also ?proc.time

See also