@gmst:
This guy's hilarious.
Last I know, 5-6 ticks per second = 1 tick per 180 milliseconds. Some "hft" indeed.
This guy's hilarious.
Quote from hftvol (http://www.elitetrader.com/vb/showthread.php?threadid=257415&perpage=6&pagenumber=7):
So, after you vectorize your back test how are you gonna handle conditional branches? You basically can only vectorize what is repetitive. Anything else you need to loop through. By the way I process backtesting code inside loops at a rate of about 5-6 ticks per second which pretty much blows away any vectorized code you could write in amibroker or R or matlab. I heavily peruse concurrency and parallelization an I run everything in C#. I have not even hit the ceiling I could easily outsource certain matrix computations in some of my correlation strategies to a GPU. So much to c# not being up for the task.
Last I know, 5-6 ticks per second = 1 tick per 180 milliseconds. Some "hft" indeed.
