Skip to content
Prev 368 / 15274 Next

Backtest trading strategies

I use R to download data through the ODBC driver, do backtests and
then show simple reports of the results.  Calculating decile return in
R is extremely easy.  My code is so highly specialized for what I am
doing and I couldn't see it being worth much to anyone else, and like
the previous poster my employer would not like me sharing it.  We also
license third party backtesting software, but I like programming in R
because of the infinite ability to customize the code (and its
actually faster).

Simple backtesting code is really easy to write,  Its when you try to
write a program that is generic enough to allow anyone to testing
anything they can think of that you drive yourself crazy.  I don't
think anyone can write backtesting software for you, I think its just
something you have to bit the bullet to do yourself.

Although I wouldn't mine seeing anything Patrick Burns has written,
its always a good way to learn.  I liked your book but it seemed
geared mainly to Unix users.

Thanks,

Roger
On 5/22/05, Patrick Burns <patrick@burns-stat.com> wrote: