Nothing
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(RTTWebClient) library(lubridate)
ttWebApiHost <- InitRTTWebApiHost(server = "ttlivewebapi.fxopen.com")
print(ttWebApiHost$GetDividends())
print(ttWebApiHost$GetSymbolsInfo())
print(ttWebApiHost$GetBarsHistory("EURUSD", "Bid","M1", now("UTC") - days(1), now("UTC")))
print(ttWebApiHost$GetTickHistory("EURUSD", now("UTC") - days(1), now("UTC")))
print(ttWebApiHost$GetCurrencyInfo())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.