I have tick data on a bunch of securities that I want to backtest some strategies on. The data includes type (bid, ask, or trade), price, volume, date/time, and condition codes stored in csv files.
I'm decent with VBA, I don't know any other programming languages and prefer not to learn any...