If I have the following requirement for a back testing software, which one is the best one the market right now, and what are their limitations?
1: I want to write my code/strategy using real programming languages, rather than a script.
2: I want to link options and stock. For example, my strategy is
if IBM drops below 100 then buy some front month puts, and sell some HPQ puts at the same time....if the bid ask is less than 10c.
I want to be able to easily write a strategy to do that..
3: easily write code to "scan" a strategy against 100s of stocks.
4: Running and generating report in a nightly run without user interface.
Could you guys please give me some recommendations?
thanks!
Kevin
1: I want to write my code/strategy using real programming languages, rather than a script.
2: I want to link options and stock. For example, my strategy is
if IBM drops below 100 then buy some front month puts, and sell some HPQ puts at the same time....if the bid ask is less than 10c.
I want to be able to easily write a strategy to do that..
3: easily write code to "scan" a strategy against 100s of stocks.
4: Running and generating report in a nightly run without user interface.
Could you guys please give me some recommendations?
thanks!
Kevin