Skip to content
Prev 552 / 15274 Next

Backtest trading strategies

On 11/26/05, Rob Steele <rfin.20.phftt at xoxy.net> wrote:
I don't use MySQL so won't comment on that part but for parsing
data I have found R to have everything I need.  I used to use perl
but now use R exclusively.    R's string manipulation includes
regular expressions and the vector processing often simplifies
string manipulation by eliminating loops over lines or vectors
of strings.

To me its much easier to maintain code if its all in one language and
moving to R has enabled me to replace a bunch of perl, batch files
and other statistical software with R which really helps clean it
all up.  (Actually I still have some Windows batch files, see
http://cran.r-project.org/contrib/extra/batchfiles/, but they are only
for generic configuration utilities and nothing specific to any application.)