Quote from jtrader33:
I was a long time Amibroker user but went back to using Excel for backtesting. It's entirely flexible and doesn't suffer from the quirks that you'll find in a 3rd party application. I also find it easier to identify bad data using Excel which is inevitable regardless of your supplier.
My testing is almost exclusively short term intraday (tick - 5 min data). The key for me getting reasonable speed was to store data in .csv files and then use text queries to pull them into excel. Obviously it takes a bit of VBA to pull it together, but you want to keep as many calcs as possible in the sheets to take advantage of multithreading.
Jtrader, do you have a rolling data base with all the stocks you track that constantly updates at session close everyday?