The Efficient Market, Debugged 5 comments
-
Font Size:
-
Print
- TweetThis
What is the link between the price discovery process and fixing software bugs? In a debugging process, one can never eliminate all the bugs. This is because fixing a known bug can potentially create more unknown bugs, implying that there exists a point of diminishing returns where fixing more bugs will not yield any more benefits.
The stock market shares the same essential characteristics as open source software: anyone can participate. In the stock market, anyone can buy and sell securities. Likewise, any programmer can participate in an open source project. When a stock market participant discovers the “solution” to a price (i.e. fixes a bug) based on certain information that he’d gathered, he will simultaneously affect the price (i.e. creates a bug). This newly arrived at price becomes a new piece of information that acts as a signal to other traders who cause the price to change again (i.e. creates more bugs). And because not all bugs can be fixed, prices at any time cannot be correct and never will be.
How much money should one devote to “fixing bugs” in the stock market at most? The answer is: spend money up to the point of diminishing returns! This point is defined simply by the Kelly Criterion.
Where E[r] is the expected return, rf is the risk-free rate of borrowing and lending, and s2 is the variance of the expected return.
Wealth is destroyed when more resources are allocated than necessary (Kelly Criterion’s f). This is exactly what caused the current boom / bust cycle of the finance industry – there was simply too much finance. The society had overspent its resources (beyond the point of diminishing returns) to making the markets more efficient. Isn’t it ironic that in the pursuit of more efficiency, we have made it more inefficient, and destroyed our own wealth?
Related Articles
|
























This article has 5 comments:
I'm unclear as to whether you take the EMH (Efficient Market Hypothesis) as a given. There's a lot of evidence - noisy markets, abnormally successful long term investors etc. - which suggests that EMH is a fallacy.
Also I don't quite follow your reasoning about too much finance- are you equating that somehow with overspending resources? What would add a whole new level of complexity to your simple model is the role of credit and leverage in the financial economy and that alas is also something that the EMH fails to address.
Incidentally Morph366, Eurgene Fama should win a nobel in economics any year now. If you really and truly believe that the EMH is a fallacy, attend one of his lectures and inform him of your belief. I don't think that he will praise your insight.
The Kelly formula is often expressed as: ((g+1)*p-1)/g
Where, g = the ratio of the amount gained when there is a gain, over the amount lost when there is a loss; and p = probability of a gain.
While I’ve never seen anyone else break this down before, this is simply the mathematical equivalent of: M/ag
Where M = the mean return; and ag = the average gain when there is a gain.
Your description on the other hand, (expected return - risk-free rate) / variance, sounds more like a description of the Sharpe Ratio, where variance would be the standard deviation of returns (not SD squared, which is how you have it illustrated in your formula (“s2”).