Ask HN: Is it feasible to do high-frequency trading as an individual?
11–20 of 59 posts
Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#12Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#13What about low frequency algorithmic trading? As in you run a program that is looking to make money holding a position for hours to days so the exact buy price isn't as big a deal. Or does it become to much of a game of chance then?
Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#14Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#15Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#16Algorithmic trading is an option, though needs careful research on topics of broker setup (InteractiveBrokers should be a good starting point, ThinkOrSwim is another good one, both has rather tolerant programming APIs) and software for time series analysis and trading (among the most popular are Marketcetera and WealthLab + lots of libraries like Incanter and Weka). On some of these topics http://elitetrader.com forum should be helpful.
Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#17Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#18Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#19"I used to work as a software engineer and started developing and trading automated strategies in my spare time in 2006. I went full time in 2007 and have been profitable every quarter since. AMAA"
http://www.reddit.com/r/IAmA/comments/9s9d7/iama_100_automat...
Re: Ask HN: Is it feasible to do high-frequency trading as an individual?
#20HFT algo commission is much lower than $10/trade. IBKR offers 0.008/sh, and it can get much lower if you trade in volume.
Like others said, it is a game of milliseconds. So you need to own a server near the exchanges in new york (i.e. http://www.ubiquityservers.com/data-center/new-york.php).
The best way to start learning is develop algos not for HFT. Instead of milliseconds think about 15 min - daily holds. If you're trading under 25k, you're only allowed to make 3 intraday trades a week.
So find a broker that has a FIX api, buy some data for backtesting, code some stuff out using R/python, and forward test your strat using papertrading for about a month-- then put real money to work.