Ask HN: Any high frequency trading hackers
11–20 of 63 posts
Re: Ask HN: Any high frequency trading hackers
#12Re: Ask HN: Any high frequency trading hackers
#13Hadn't started implementing any systems yet, but earlier this year I ordered these and they've been ultra-educational at least for figuring out how to get started, vocabulary, etc.: High-Frequency Trading: A Practical Guide to Algorithmic Strategies and Trading Systems http://www.amazon.com/gp/product/0470563761 Inside the Black Box: The Simple Truth About Quantitative Trading http://www.amazon.com/gp/product/0470432…
I really liked Inside the Black Box.
I didn't find I learned or enjoyed High-Frequency trading that much though.
Re: Ask HN: Any high frequency trading hackers
#14I'd suggest maybe look at algo trading rather than HF, it's much more accesible to outsiders, plus you can use the algorithms on places like betfair and stand a decent chance of actually making money.
Re: Ask HN: Any high frequency trading hackers
#15You won't find a better place to ask than: http://www.wilmott.com/index.cfm?&forumid=1
The site is still building critical mass, but most of the current users are experienced quants & HF traders. (Disclaimer: I launched the site)
Re: Ask HN: Any high frequency trading hackers
#16Sorry the interface was thrown together over a weekend (The actual back-end application was the primary focus for the last year as it was just me looking at it via command line) and quickly designed it with a large AJAX load at the beginning, I'll eventually change it to a static load then do ajax polling to update the data.
I cannot recommend any particular reading sources as I've been working with my financial buddies, that have been feeding me tips and doing my own discovery on the internet.
This was just a side project of mine but has turned into a really nice application. It is always calculating the better strategies (out of over 50 possible different methods/functions with variables ranging from 0-260 that are used to indicate open and close signals in any number of combinations). It has improved its strategy over the last week taking it from estimating ~60% to ~70% gains YTD. I have no doubt it will eventually get over 100%.
I'd love to collaborate with anyone wanting to get into this stuff as I'm flying solo.
Re: Ask HN: Any high frequency trading hackers
#17I'd suggest maybe look at algo trading rather than HF, it's much more accesible to outsiders, plus you can use the algorithms on places like betfair and stand a decent chance of actually making money.
Do you have any suggestions on where to start reading on Algorithmic Trading? Perhaps also a way that I could test algorithms against the market, without actually risking any money?
Re: Ask HN: Any high frequency trading hackers
#18Light speed seems to be a pretty important problem - the added benefit being if you crack that nut, further employment will be unnecessary.
Re: Ask HN: Any high frequency trading hackers
#19Re: Ask HN: Any high frequency trading hackers
#20I'd suggest maybe look at algo trading rather than HF, it's much more accesible to outsiders, plus you can use the algorithms on places like betfair and stand a decent chance of actually making money.
Do you have any suggestions on where to start reading on Algorithmic Trading? Perhaps also a way that I could test algorithms against the market, without actually risking any money?
Optionshouse has a nice one that has a XML ajax interface.
VSE from marketwatch is a bit older but can also be done.
I've wrote APIs for both.