Description Usage Arguments Value Author(s) See Also Examples
Remove symbols in MT5's marketwatch.
Any attempt to remove sSymbol
that has any chart opened will fracass automatically by MT5.
1 | MT5.MarketwatchRemove(sSymbols)
|
sSymbol |
character(); vector of target symbols to remove. |
Returns logical(). TRUE
if symbol was successfully removed, FALSE
otherwise.
Guilherme Kinzel, guikinzel@gmail.com
MT5.Marketwatch()
, MT5.MarketwatchAdd()
, MT5.SymbolInMarketwatch()
1 2 3 4 5 6 | ## Not run:
## Remove XAUUSD and XAGUSD
MT5.MarketwatchAdd(c("XAUUSD","XAGUSD"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.