Skip to content
Prev 1740 / 15274 Next

backtesting engine (full-blown) application

adschai at optonline.net wrote:
There are many many commercial portfolio back testing engines available. 
  They range from pretty good to worthless.
One key question you'll need to ask is what instruments, data feeds, 
other systems, etc. you need to integrate to.  Many of the less 
expensive systems have very limited capabilities for getting data in an 
out, placing all the effort on you to get the data, feed it into the 
system, make your trades, and then feed the results back into the 
optimizer.  This is why many small-to-medium sized asset managers build 
their own infrastructure.

There are some R packages available to aid you in the build-your-own 
approach, and I'm sure the community would continue to contribute to 
building an open framework for doing portfolio analysis.

Regards,

   - Brian