Displaying 3 results from an estimated 3 matches for "openint".
Did you mean:
opening
2016 Apr 23
2
Data Frame Column Name Attribute
...718 19860721 19860722 ...
$ Open : num 9.14 9.45 9.3 9.08 8.71 ...
$ High : num 9.45 9.51 9.35 9.08 8.71 ...
$ Low : num 9.03 9.14 9.03 8.65 7.96 ...
$ Close : num 9.4 9.35 9.03 8.76 8.5 ...
$ Volume : int 332719 180049 234212 218772 605427 339507 306866 418593
94880 119332 ...
$ OpenInt: num [1:7505, 1] 0 0.317 -0.155 -0.223 -0.367 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : NULL
.. ..$ : chr "Open"
* $ newcol2:* num [1:7505, 1] 0 0.317 -0.155 -0.223 -0.367 ...
..- attr(*, "dimnames")=List of 2
.. ..$ : NULL
* .. ..$ : chr "Open&quo...
2010 Oct 25
4
zoo.read intraday data
Hello all,
I'm trying to use zoo.read but can't figure out
how to deal with the time format. (example below)
would be nice if someone could help.
best regards,
Immanuel
---------------------------
L <- "Date,Time,Open,High,Low,Close,Up,Down
05.02.2001,00:30,421.20,421.20,421.20,421.20,11,0
05.02.2001,01:30,421.20,421.40,421.20,421.40,7,0
2001 Apr 30
0
Rgui 1.2.3 for Windows crashes reading huge CSV file (PR#927)
...in the Task Manager and it peaked around 160 MB.
Here's the first few lines of the input file (stock price data for all NYSE
stocks for the past year) if you want to try this with some fake data -- just
add 688,499 more rows of this stuff :-)
Symbol,Date,Cvf,IsStock,Open,High,Low,Close,Volume,OpenInt
"WLP",20000428,2,1,75.25,75.25,72.5,73.75,4151,0
"WLP",20000501,2,1,74,74.5,72.120002746582,72.4300003051758,2229,0
"WLP",20000502,2,1,72.370002746582,72.370002746582,71,71.870002746582,3629,0
I haven't tried this with the Linux version yet to see if it handles th...