[R-SIG-Finance] marketdata in qsiblive

me at censix.com me at censix.com
Wed Oct 19 19:17:54 CEST 2011


Hi

the marketdata that is the basis for trading in qsiblive is created just
as daniel says, with the 'save' function. A bit more detail:

Assume that 'SOMESYMBOL_xts' is an xts timeseries with OHLC columns in
your current R environment, then you just save that to file with the
following command.

save(list='SOMESYMBOL_xts' , file='SOMESYMBOL.rdata')

HTH

Soren


> Hi there,
> I am now trying the qsiblive by Soren, and it requires a daily marketdata
> file, just I have not figured out how to create such a rdata file, what
> kind
> of data to be included? can anyone give me a hint on this?
>
> Thanks in advance
> Fan
>
> 	[[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Finance at 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.
>


-- 
http://censix.com



More information about the R-SIG-Finance mailing list