[R-SIG-Finance] quantstrat: Missing function?

Daniel Cegiełka daniel.cegielka at gmail.com
Thu Jul 1 15:37:21 CEST 2010


2010/7/1 km <krish.maheswaran at gmail.com>:
>
> Ok. Thx. I did that prior to posting.
>
> Normally, I can see what the function is doing by typing the function name
> at the prompt. In this case I cannot. So can I assume that this function is
> there but not exposed?

Yes.

https://r-forge.r-project.org/scm/viewvc.php/pkg/quantstrat/R/traderules.R?view=markup&revision=347&root=blotter

if you have linux (or *nix):

wget https://r-forge.r-project.org/src/contrib/quantstrat_0.2.tar.gz
tar xvzf quantstrat*
echo "export(getPosLimit)" >> quantstrat/NAMESPACE
R CMD build quantstrat
R CMD INSTALL quantstrat_*

regards
daniel

>
> Many thx.
> --
> View this message in context: http://r.789695.n4.nabble.com/quantstrat-Missing-function-tp2274567p2275168.html
> Sent from the Rmetrics mailing list archive at Nabble.com.
>
> _______________________________________________
> R-SIG-Finance at stat.math.ethz.ch 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.
>



More information about the R-SIG-Finance mailing list