Serving the Quantitative Finance Community

 
User avatar
60202
Topic Author
Posts: 13
Joined: August 27th, 2012, 11:34 pm

Best program to back test and run simulations?

February 20th, 2013, 9:09 pm

Just curious, what do people generally use to do the following:-Back test trading ideas using data such as price and volume (no charts)-Run simulations such as monte carlo simulationsExcel, Matlab, R?
 
User avatar
torquant
Posts: 0
Joined: November 13th, 2005, 1:47 pm

Best program to back test and run simulations?

March 1st, 2013, 12:15 pm

I'd put Python into the list above: nice scripting and database hook-up, scientific libraries, good experience to put onto resume anyway.
 
User avatar
secret2
Posts: 9
Joined: July 28th, 2010, 10:29 pm

Best program to back test and run simulations?

March 2nd, 2013, 11:05 am

Matlab is ok. But I have been exploring using TradeLink, it streamlines the data retrieving process from broker. It is in C#. (Free open source)
 
User avatar
sm1
Posts: 0
Joined: June 1st, 2013, 3:41 pm

Best program to back test and run simulations?

June 5th, 2013, 7:49 pm

People start with TradeStation or MultiCharts and when they realize all the limits they move to Matlab, C++, or something similar.