Remove symbols in MT5's marketwatch.

Any attempt to remove sSymbol that has any chart opened will fracass automatically by MT5.

MT5.MarketwatchRemove(sSymbols)

Arguments

sSymbol

character(); vector of target symbols to remove.

Value

Returns logical(). TRUE if symbol was successfully removed, FALSE otherwise.

See also

Examples

if (FALSE) { ## Remove XAUUSD and XAGUSD MT5.MarketwatchAdd(c("XAUUSD","XAGUSD")) }