Hi guys,

I am trying to pass the time and data with the OHLC prices to a function in R but it seems to convert it to a double.

Is it possible to pass it as a string?

For example something like:
vars DT = series(strdate("%y%m%d %H:%M:%S", wdate()));

Many thanks,

Charlie