Hacker News new | ask | show | jobs
by kasey_junk 4006 days ago
> but haven't hard a good explanation about why the economy would suffer so much if the ultra high frequency trading just wouldn't exist.

The short explanation is that the speed is a tool for managing risk (like most other market tools) and by removing it, you remove that ability. That risk must be priced into the market somewhere and that will be in the spread that everyone pays.

Will that be worse than what we currently have? Who knows, but what we have is working pretty well with regard to providing liquidity (it is cheaper and easier to get in more markets than ever before and the margins are as low as they have ever been on providing it), so why mess with something that has so few down sides?

> Surely there must be worse things than stock market computer systems being confused?

There are, but Bloomberg doesn't specialize in them, and they don't garner nearly the HN upvotes.

3 comments

> why mess with something that has so few down sides?

When I look at high frequency trading, it says to me that the game is rigged. It's like going on Jeopardy up against a machine contestant that always buzzes in first.

How on earth can I possibly succeed as an individual investor in a trading environment where institutional investors are so privileged? How many other ways is the ostensibly neutral marketplace overseer profiting by offering those who pay-to-play opportunities to shave pennies, nickels, dimes, and dollars from me?

If investing is not your full-time occupation, you shouldn't be trading every day. (You probably shouldn't be trading every week.) If you expect a regularly-traded security to appreciate over the next month, it's entirely possible to enter an order to purchase that security, and later to sell it, without being beaten out of a few pennies by HFT.
> When I look at high frequency trading, it says to me that the game is rigged.

And when I hear this complaint, I don't understand the rationale. Why shouldn't participants that do something professionally, invest in infrastructure, invest in research or other kinds of IP have an advantage. If they didn't that wouldn't be a market, that would be a lottery.

Quite simply, the market dynamics that make it such that you might want to be involved in it as an individual are created by the sophisticated market participants engaging in individual zero sum trades that add up to a beneficial whole and they have been for hundreds of years.

Computers have made this process more efficient and you should be celebrating your ability to trade for cheaper than ever. That you don't is a sign that you don't understand how the markets work now nor how they have ever worked.

Edit: the more I thought about this, the more I decided it was overly harsh. I think well informed participants can disagree about the values of HFT and needn't celebrate it. I do think that the idea that markets don't (or shouldn't) reward more engaged participants is fundamentally broken.

HFT is a tool of oppression. Who can afford it? Who has the time, capital, and personnel to make and deploy HFT algos? And ultimately, who is really benefitting the most from this technological advance?
Could "High Frequency Trading As A Service" be a thing? Someone provides the infrastructure and a nice API to talk with the market and runs your algorithms on their hyperfast computers at the heart of the stock exchange for a fee.
> How on earth can I possibly succeed as an individual investor in a trading environment where institutional investors are so privileged?

Economists have sort of argued that it was impossible to succeed in the way you're talking about since long before HFT came along. The classic explanation is presented in https://en.wikipedia.org/wiki/A_Random_Walk_Down_Wall_Street.

Every day markets shut down at 4pm except for very limited after hours trading. Every weekend down. 10+ days a year, down for market holidays.

We're talking on the order of zero liquidity for 30% of the days (weekends and market holidays) in a given year, and severely limited liquidity outside of market hours.

If liquidity was as important as we like to say, this just wouldn't be the case.

I'm not sure I understand your argument. Let me see if I can restate it:

"If liquidity was really required at the millisecond level, market participants would not accept markets being down for holidays or weekends."

But that is not the point of the millisecond (or sub) resolution. The point is so that the people that provide the liquidity during operational hours can add as much information as they can into their pricing models, thereby requiring them to take on less risk with each bit of liquidity they provide. This less risk gets passed on as savings to the rest of the market participants in the form of smaller spreads. Any increase in that resolution increases the risk to the market makers, who will therefore need to increase the spread to compensate, making trading for everyone more expensive.

This would be true if the markets were only open 4 hours a week as well, though trends are towards more 24x5 (at least) trading, not less (and I think that is a good thing).

I worked in technical risk management for a large market maker in the US. The latency arms race just drove things towards riskier and riskier practices in our systems.

Soft-realtime systems in C++ instead of safer garbage collected runtimes.

Parsing market data on FPGAs or Cell processors instead of in code written with emphasis on safety.

Distributed trading systems that couldn't afford the latency budget to pass everything through centralized risk management, and therefore not taking into account the entire order book before authorizing a trade. Instead a series of compromises and less optimal failsafes.

It also just lead to more expensive practices--communication between threads using spinlocks instead of the normal waking a waiting thread through a system call; basically converting the spreads we could capture into data center waste heat in order to beat out the next guy.

Artificially slowing things down a bit would have just reduced costs and increased safety for everyone.

That is a bit of an orthogonal issue, but I would say that it doesn't show that the speed of HFT is a problem to the broader market. For instance as a market participant I largely do not care about the implementation of any given market makers risk configs. In fact, even with all the nasty bits in HFT, it is loads better than the system it replaced. There is an open question about if it can be made even better.

I'd also suggest that your experience (many of which I share) do not necessarily mean that speed is making things riskier, only that your centralized risk management was not as good at lowering the cost of risk as opposed to getting fast. As for the dc energy to spread arbitrage game, that is the result of far reaching policy decisions well outside of HFT and I largely agree that energy is too cheap.

I think that any artificial slowing of the market is likely to have really bad unintentional issues. I'd much rather we incentivize the market to fixate on something we care about (ie price) rather than try to subvert the laws of the market.

One approach that appeals to me is to remove the sub-penny rule that is artificially propping up spreads.

>as a market participant I largely do not care about the implementation of any given market makers risk configs

Why? It could severely hurt market liquidity (which everyone claims is so important) if there is a mistake that sparks a panic.

> was not as good at lowering the cost of risk as opposed to getting fast

Can you reword this a bit? I don't understand what you are saying.

> I think that any artificial slowing of the market is likely to have really bad unintentional issues.

Can you give some examples?

> One approach that appeals to me is to remove the sub-penny rule that is artificially propping up spreads.

This would be a decent thing to do, it would take some money out of market making, reducing the returns fueling the latency arms race a bit. Lower returns would also give less justification for some of the risks that are taken today.

A transaction tax would help in a similar way, but work more broadly against other high volume, low latency, low value traders. Index-to-underlyings arbitragers (maybe not the best example; sub-penny would decimate (hurr) them as well), etc.

> Why? It could severely hurt market liquidity (which everyone claims is so important) if there is a mistake that sparks a panic.

Because we've seen what happens when a very major market maker blows their risk configs, it is a headlines day but the market largely recovers quickly. I'm more interested in systematic risk and I believe that any "fix" to the speed issue in HFT is likely either just going to shuffle advantage from one group to another or have unintended consequences.

> Can you reword this a bit? I don't understand what you are saying.

It was more risky to be slow than to use a central (and assumedly better) risk system. At least that was the implicit lesson learned from a market maker not using their own systems. I understand trading incentives enough to realize that might have been short term thinking trumping long term thinking, but I'd rather adjust the incentives there as well (long term bans from trading for risk limit violators maybe?)

Further, I want market makers to be able to be innovative with some of their risk controls, as I believe that it could lead to better risk controls more broadly.

> Can you give some examples?

The most common response that people trot out to "fix" HFT is to introduce batch auctions. I believe that this a) won't remove the incentives to play speed games and b) will make it harder for market makers to price spreads appropriately leading to them making them more expensive.

A transaction tax is similar. I view transaction taxes as pass throughs that will largely be paid by non-speculative investors. That is, we actually largely don't care (I don't think) about the number of transactions, so why would we use a tax to discourage them? Lets discourage what we actually want to discourage (I'm not sure what that is by the way).

> Index-to-underlyings arbitragers

I'm not so sure. In the short term they and market makers would get wrecked, but I believe quickly they would adjust (or go out of business) and the pricing models would be better for it, and spreads would go even lower.

Globally markets are 24/7/365 (+/- 1s). You are speaking of just one particular market.
Liquidity of an altogether different basket of securities (or a somewhat overlapping basket) isn't relevant to the point.
> it is cheaper and easier to get in more markets than ever before and the margins are as low as they have ever been on providing it

High enough that the firms are at least receiving a normal profit. And given the opportunity cost that all these smart people incur by working in this industry, this normal profit is rather big, and no doubt that the extraction of this normal profit has non-neglible deleterious effects on the economy.

> High enough that the firms are at least receiving a normal profit.

As did the system of pit traders that it replaced. The margins and accompanied spreads are lower now than previously.

> no doubt that the extraction of this normal profit has non-neglible deleterious effects on the economy

As with any market activity, it needs to be compared with the benefits it provides.