Skip to content
Prev 12771 / 15274 Next

In highfrequency package `convert` function creates folder structure, but no .RData file with TickData.com data

Nick,
On Thu, Sep 18, 2014 at 12:41 AM, Nick White <n-e-w at qtradr.net> wrote:
I think the github account was only used for the initial Google Summer
of Code project.  The current code base seems to be on R-Forge:
https://r-forge.r-project.org/projects/highfrequency/
It's really hard to say without a reproducible example, but the error
occurs either on line 2301 or 2308 of realized.R.  And dates is
defined as:

dates = unique(as.Date(index(alldata)))

which makes me think this is a TZ issue.  The default TZ for as.Date
is "UTC", but the TZ of alldata is likely different.  You could cross
your fingers and run Sys.setenv(TZ="UTC") at the beginning of your R
session and see if that works...
Best,
--
Joshua Ulrich  |  about.me/joshuaulrich
FOSS Trading  |  www.fosstrading.com