Description Usage Arguments Value Author(s) See Also Examples
Add symbols in MT5's marketwatch.
1 | MT5.MarketwatchAdd(sSymbols)
|
sSymbol |
character(); vector of target symbols to add. |
Returns logical(). TRUE
if symbol was successfully added, FALSE
otherwise.
Guilherme Kinzel, guikinzel@gmail.com
MT5.Marketwatch()
, MT5.MarketwatchRemove()
, MT5.SymbolInMarketwatch()
1 2 3 4 5 6 | ## Not run:
## Add 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.