Anyone have hard numbers on if/by how much quants outperform old fashioned techniques like flags and finding stocks that tend to go the opposite direction from the one you're interested in? I don't know the terminology for all this but I know there are limits due to uncertainty so even the best algorithms may not do much better that someone guessing. Do quants do 10% better, 2x better, 10x better? My Dad and I had a…
> Anyone have hard numbers on if/by how much quants outperform old fashioned techniques From the article, "In the past five years, quant-focused hedge funds gained about 5.1% a year on average. The average hedge fund rose 4.3% a year in the same period."
The Quants Run Wall Street Now
111–120 of 165 posts
Re: The Quants Run Wall Street Now
#112Everyone can try to do it, but you need to spend the time and educate yourself like in any other profession or hobby and the first step is to go to eBay and search for historical stock market data, you can buy 20 years of data for less than $100 and you can test all trading ideas for free and without losing a single penny...the barrier for entry is very low, some Python knowledge + Linux machine and the data and off…
If you are going to use machine learning on the data, though, make sure you know what you are doing unless you are just using someone else's complete package. It's really easy to screw up machine learning. I recall an example given in a class I took. (I may be misremembering the details, though). Some people were trying to apply machine learning to currency trading. They had a bunch of data. They normalized the data…
In real life, that's sort of like having access to the answers when you're given the questions. Being trained in that environment won't do much good.
Re: The Quants Run Wall Street Now
#113My question for these new would-be quants is, how do you see your work? I know there are certain types of smart whizzes who see working for Google/Facebook/Amazon as some sort of intellectual step down, or where in finance the value to society is some handwavy "market-making" argument (depending on how philosophical you get), but presumably these types going into this are also tenure-track, research producing scienti…
There's nothing handwavy about the liquidity argument. Improving liquidity reduces the cost of trading for almost everyone in the market and thus makes almost everyone just a little wealthier. That means ordinary people, like schoolteachers and custodians, retire with a bit more money, and are a bit more comfortable; it means lots of people can donate just a bit more money to charitable causes without crossing whatev…
Re: The Quants Run Wall Street Now
#114Anyone have hard numbers on if/by how much quants outperform old fashioned techniques like flags and finding stocks that tend to go the opposite direction from the one you're interested in? I don't know the terminology for all this but I know there are limits due to uncertainty so even the best algorithms may not do much better that someone guessing. Do quants do 10% better, 2x better, 10x better? My Dad and I had a…
> I wanted to try day trading myself but they changed the law in 2001 so you had to have $25,000 to trade on margin, so only the wealthy could get twice the gains: https://en.wikipedia.org/wiki/Pattern_day_trader This is how the rich get richer and the poor get poorer. The rich can trade on margin, pay less tax (capital gain tax is lower than even income tax), and have many more other opportunities. The middle class…
Also if you have decent credit you can simply take out an unsecured personal loan for $25k and deposit that in your trading account. This is effectively the same thing as trading on margin.
Re: The Quants Run Wall Street Now
#115My question for these new would-be quants is, how do you see your work? I know there are certain types of smart whizzes who see working for Google/Facebook/Amazon as some sort of intellectual step down, or where in finance the value to society is some handwavy "market-making" argument (depending on how philosophical you get), but presumably these types going into this are also tenure-track, research producing scienti…
Most of them view it as a mercenary job, nothing more. They don't give a shit about finance itself, but they enjoy the money, they enjoy solving problems - especially ones that are seen as impossible - and obviously they also enjoy the deep technical aspects of the job as well. It scratches a lot of different itches and it's a very high prestige gig ("Wall Street", "Wolf of Wall Street", etc.) to boot.
Look at it another way: if they're out in the Valley, they're one of thousands of talented engineers, competing against gender disparity in a very competitive social arena. In NYC, they're young, brash hotshots working less hours for more money with all of the ego, bonuses, and cocaine that goes with it, in an infinitely more exciting city. Tell me which setup you'd rather have.
Re: The Quants Run Wall Street Now
#116Earlier quoted context omitted.
> I wanted to try day trading myself but they changed the law in 2001 so you had to have $25,000 to trade on margin, so only the wealthy could get twice the gains: https://en.wikipedia.org/wiki/Pattern_day_trader This is how the rich get richer and the poor get poorer. The rich can trade on margin, pay less tax (capital gain tax is lower than even income tax), and have many more other opportunities. The middle class…
You're speaking of long term capital gains. Day trading results in short term gains which are taxed at regular income rates. Margin accounts are also generally foolish; a way to lose money. They are not usually at favorable rates.
Re: The Quants Run Wall Street Now
#117Anyone have hard numbers on if/by how much quants outperform old fashioned techniques like flags and finding stocks that tend to go the opposite direction from the one you're interested in? I don't know the terminology for all this but I know there are limits due to uncertainty so even the best algorithms may not do much better that someone guessing. Do quants do 10% better, 2x better, 10x better? My Dad and I had a…
I don't do this, but there is a place without any rules, 24/7 trading, wild volatility, and tons of dumb money. This place is cryptocurrencies. Supposedly it's a lot easier to trade in these markets, less competition, less money needed. I used to laugh at my brother, but he turned $20k into $300k, so it is possible.
Re: The Quants Run Wall Street Now
#118Earlier quoted context omitted.
> I wanted to try day trading myself but they changed the law in 2001 so you had to have $25,000 to trade on margin, so only the wealthy could get twice the gains: https://en.wikipedia.org/wiki/Pattern_day_trader This is how the rich get richer and the poor get poorer. The rich can trade on margin, pay less tax (capital gain tax is lower than even income tax), and have many more other opportunities. The middle class…
This is ridiculous. Poor people aren't going to get rich by day trading on 2x margin. And if someone in the US seriously wants to get into margin trading it's not that tough to scrape together $25k by getting a second job and living frugally for a couple years. Also if you have decent credit you can simply take out an unsecured personal loan for $25k and deposit that in your trading account. This is effectively the s…
Re: The Quants Run Wall Street Now
#119Earlier quoted context omitted.
Why isn't this data out on torrents? Is it somehow copyrighted?
I have a hard time seeing how it could be copyrighted, at least if we are talking about comprehensive stock listings organized in the obvious way (e.g., a table of prices organized by date, where the stocks included are chosen by some straightforward criteria). In the United States I'd expect this to be covered by Feist Publications, Inc., v. Rural Telephone Service Co., 499 U.S. 340 (1991). [1] https://en.wikipedia.…
https://www.unc.edu/courses/2006spring/law/357c/001/projects...
Re: The Quants Run Wall Street Now
#120I know there was just a discussion yesterday on how amp is awful but it still is useful, e.g., to read WSJ articles. curl -o 1.htm https://www.wsj.com/amp/articles/the-quants-run-wall-street-now-1495389108 sed -n '/./{/ /,/ /p;}' 1.htm > 2.htm FWIW, 2.htm has no amp elements, no Javascript, no images, no ads, no externally sourced resources and therefore no tracking. Add links to non-essential images (cf. auto-loaded…
I added some bare-minimum CSS to make it a little nicer to read. Full command (with in-place sed):
curl -o article.htm https://www.wsj.com/amp/articles/the-quants-run-wall-street-now-1495389108
sed -n '/./{//,//p;}' -i article.htm
echo "html { text-align: center; padding: 36px; } body { max-width: 600px; text-align: left; margin: auto; }" >> article.htm