MT5.MarketwatchRemove: Remove symbols in MT5's marketwatch

Description Usage Arguments Value Author(s) See Also Examples

View source: R/Source_MT5.R

Description

Remove symbols in MT5's marketwatch.

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

Usage

1

Arguments

sSymbol

character(); vector of target symbols to remove.

Value

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

Author(s)

Guilherme Kinzel, guikinzel@gmail.com

See Also

MT5.Marketwatch(), MT5.MarketwatchAdd(), MT5.SymbolInMarketwatch()

Examples

1
2
3
4
5
6
## Not run: 
## Remove XAUUSD and XAGUSD
MT5.MarketwatchAdd(c("XAUUSD","XAGUSD"))


## End(Not run)

Kinzel/mt5r documentation built on March 25, 2021, 9:57 p.m.