Description Usage Arguments Examples
Store the historical Pricing points from Oanda
1 2 3 4  | storeOandaPricing(Cur1 = "AUD", Cur2 = "CAD",
  ACCOUNT_TYPE = .oandaEnv$ACCOUNT_TYPE,
  ACCESS_TOKEN = .oandaEnv$ACCESS_TOKEN,
  dir = "~/Common/models/AUDCAD_Oanda.RData")
 | 
Cur1 | 
 Currency 1  | 
Cur2 | 
 Currency 2  | 
ACCOUNT_TYPE | 
 Account type (e.g. "real" or "paper")  | 
ACCESS_TOKEN | 
 Account API Token  | 
dir | 
 Data file directory  | 
1  | storeOandaPricing(Cur1 = 'AUD', Cur2 = 'CAD', ACCOUNT_TYPE = .oandaEnv$ACCOUNT_TYPE, ACCESS_TOKEN = .oandaEnv$ACCESS_TOKEN, dir = "~/Common/models/AUDCAD_Oanda.RData")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.