Quote from katiewc:
can someone pls let me know what software is good for backtesting intraday stock trading strategies? Ninjatrader any good? anything else? thx in advance
How advanced are your programming skills?
How advanced is your strategy?
To use Ninja you need to know C#
TradeStation is pretty awesome but you have to learn Easy Language and it's not so easy.
TS has 20 years back data at your finger tips.
If you can think it up you can do it in TS. Variables, Arrays, external calls,
write your own indicators, it even has a genetic optimizer.
There is one unbelievable drawback to TS and Ninja and many others.
THEY ONLY BACKTEST ONE STOCK AT A TIME and you have to manually combine the results
if you want to know how your strategy performed against a "portfolio of stocks"
If you are new to back testing with little code writing experience
and you have a simple strategy to test out i.e. you are just comparing one bar to another
and the bars relationship to a popular indicator to get your buy and sell signal then I might suggest TD Ameritrades StategyDesk.
They only have 6 years of back data but you can test your strategy against the entire S&P500 or entire NASDAQ back 6
years with summarized results in a few hours while you sleep.
If anyone else knows of cheap easy to use software for back testing simple strategies that does
âportfolio testingâ against a large basket of stocks and will accept multiple data sources
or imported data please chime in.
It is also important that the software be able to auto trade the Strategy once it is perfected.