[R] quantmod: Error in charToDate(x)

2011-04-27 Thread Swen Strek
Hi, I have following problem when trying to feed an CSV file to quantmod using following command: getSymbols(test1,src=csv) Error in charToDate(x) : character string is not in a standard unambiguous format The sample test1.csv file contents: Symbol, Date, Open, High, Low, Close, Volume

[R] quantmod: Error in charToDate(x)

2011-04-27 Thread Swen Strek
Hi, I have following problem when trying to feed an CSV file to quantmod using following command: require (quantmod) getSymbols(test1,src=csv) Error in charToDate(x) :  character string is not in a standard unambiguous format The sample test1.csv  file contents: Symbol, Date, Open, High,

[R] Quantmod Error Message

2010-07-12 Thread Tyler Campbell
I am trying to create a model using the Quantmod package in R. I am using the following string of commands: ema-read.csv(file=ESU0 Jul 7 1 sec data.csv) Bid=(ema$Bid) twentysell=EMA(Bid,n=1200) fortysell=EMA(Bid,n=2400) sigup-ifelse(twentysellfortysell,1,0)

[R] Quantmod error

2010-01-20 Thread Jose Narillos de Santos
Hi all I have installed quantmod package but when I try to obtain GOOG data appers this message: Can anyone inform why itappears? I type getSymbols(GOOG,src=google) Thanks and Best Regards for all Error en download.file(paste(google.URL, q=, Symbols.name, startdate=, : no fue posible abrir la

Re: [R] Quantmod error

2010-01-20 Thread Cedrick Johnson
Can you ping the host 'finance.google.com' ?? The error msg is right there, Unable to Resolve -c I just tried it now: getSymbols(GOOG, src=google) [1] GOOG head(GOOG) GOOG.Open GOOG.High GOOG.Low GOOG.Close GOOG.Volume 2007-01-03466.00476.66 461.11 467.59 7527500