Hi Josh, 

If you recall in one of our recent exchanges you suggested a way to load
multiple symbols for adjustOHLC. This worked fine until I updated the
adjustOHLC to the latest version a couple of days ago to r583.

For example, now when using 

for (s in symbols) {
  assign(tolower(s), adjustOHLC(get(s), symbol.name=s))
}

Gives the following error:

Error in try.xts(splits, error = stop("\"as.xts(splits)\" failed")) : 
  "as.xts(splits)" failed

I'm wondering if it's your update that's causing the error? In the meantime
I'll revert to the previous version. 

Best,

Henry




--
View this message in context: 
http://r.789695.n4.nabble.com/adjustOHLC-discrepancy-tp4643567p4647268.html
Sent from the Rmetrics mailing list archive at Nabble.com.

_______________________________________________
R-SIG-Finance@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only. If you want to post, subscribe first.
-- Also note that this is not the r-help list where general R questions should 
go.

Reply via email to