What to Make of a VIX Approaching 20

Thursday, October 22, 2009   Welcome Guest  |  Register  |  Sign In Home The Market ETFs Int'l Financials Commodities Tech Education Lifestyle More BLOGS PODCASTS VIDEOS CONTRIBUTORS PREMIUM    Profile | Bill Luby Website | VIX and More Follow Me on Twitter  RSS Author's Latest Posts | Diving Deeper Into Strategy-In-a-Box ETFsThe Unfairly Overlooked Strategy-In-a-Box ETFsInteresting "?Pseudo VIX Buy-Write' Trade IdeaA Look at Trade King's Option Screening ToolsIs a Blog Network a Better Buy than BusinessWeek? more » Breaking News Galleon managers in Asia explore buyout of fu...5:46 AM  10/22/09 Russia drops $22.5 billion suit vs BONY5:29 AM  10/22/09 Travelers ups dividend, buyback program5:51 AM  10/22/09 U.K. retail sales in September flat on month4:36 AM  10/22/09 Apple Joins The Mouse Masses6:10 AM  10/22/09 Tap Into China's Swelling Consumer Base6:10 AM  10/22/09 Ericsson Posts Sharp Decline in Profit4:35 AM  10/22/09 U.S. to Order Steep Pay Cuts at Firms That Go...4:07 AM  10/22/09 more » What to Make of a VIX Approaching 20

By Bill Luby | October 21, 2009 | 12:23 PM | 0 Comments

Tweet This

I can't quite decide whether to be delighted or puzzled that so many people seem to care that the CBOE Volatility Index (VIX) is approaching 20. In truth, I feel a little bit of each. When I started this blog, I decided to devote a fair amount of attention to this unusual statistic that very few people were aware of and most that did had stopped paying attention to out of boredom. Of course the VIX was at about 10 then, the markets were awash in liquidity, and following a volatility index felt about as useful as trying to estimate Usain Bolt's times with a sundial.

Fast forward three years and many things have changed. I can certainly appreciate the role the VIX played in trying to help the masses quantify fear in the midst of the financial crisis. When the VIX hit 50, 60, 70 and 80, these new highs sent a message that the situation was getting worse - or at investors were willing to pay dearly to protect themselves from the many potential disaster scenarios looming on the horizon.

A funny thing happened when the markets started to recover. We started to hear a variety of opinions that the VIX was too low, that substantial risks still remained, etc. The "VIX is too low" argument has been heard for several months now, but it seems to be gathering steam as the VIX approaches 20.

More than 35 years ago, Amos Tversky and Daniel Kahneman wrote a seminal piece on anchoring called Judgment Under Uncertainty: Heuristics and Biases. In the words of the authors:

"In many situations, people make estimates by starting from an initial value that is adjusted to yield the final answer. The initial value, or starting point, may be suggested by the formulation of the problem, or it may be the result of a partial computation. In either case, adjustments are typically insufficient. That is, different starting points yield different estimates, which are biased toward the initial values. We call this phenomenon anchoring."

 

This is the same line of thinking practiced by investors who watch GOOG hover around the 450 mark for week after week, thinking they will wait until the stock falls to 400 to buy it on the cheap. The problem is that when GOOG moves over 500, all that anchoring around the 450 has conditioned the brain to think that 500 is too expensive, no matter how much GOOG rallies from that level.

Turning to the VIX, not only have all those readings in the 30s, 40s and 50s been recently imprinted into the investor's psyche, but so also has all the emotional turmoil associated with the financial crisis and stock market crash. Even if things are better, the argument goes, can they possibly be this much better so soon after the global financial system was teetering on the edge of a cliff? The short answer is that anchoring makes it difficult for many investors to adapt to new price ranges and a new set of circumstances as situations change. It is part of the reason why bulls cling to hope on the way down and perma-bears have difficulty changing their bias when the market bounces. Finally, it is why so many people seem to be incredulous that the VIX is almost down to 20.00 when the lifetime (20 year) moving average for the volatility index is 20.26. In terms of volatility, we are right at the VIX's lifetime moving average, which means investors are pricing in an average amount of risk and uncertainty - in historical terms - at the moment.

Of course, if one were to be anchored in the last 12 months, the VIX would be at an all-time low. Conversely, if one were anchored in the period from 2004-2006, the VIX would be in the 99th percentile, almost at an all-time high.

So...drop the anchor and embrace the present mean.

[source: StockCharts]

 |  | addthis_pub = 'swgmba'; addthis_logo = 'http://www.addthis.com/images/yourlogo.png'; addthis_logo_background = 'EFEFFF'; addthis_logo_color = '666699'; addthis_brand = 'greenfaucet'; addthis_options = 'email, delicious, technorati, digg, google, facebook, newsvine, reddit, fark, live, more'; Comments (0)  |  Related Topics  » Technical Analysis .form-item { margin-top: 1em; margin-bottom: 1em; } tr.odd .form-item, tr.even .form-item { margin-top: 0; margin-bottom: 0; white-space: nowrap; } .form-item input.error, .form-item textarea.error, .form-item select.error { border: 2px solid red; } .form-item .description { font-size: 0.85em; } .form-item label { display: block; font-weight: bold; } .form-item label.option { display: inline; font-weight: normal; } .marker, .form-required { color: #f00; } .more-link { text-align: right; } .node-form .form-text { display: block; width: 95%; border:1px solid #BFBFBF; } .node-form .standard { clear: both; } .node-form textarea { display: block; width: 95%; border:1px solid #BFBFBF; } .form-submit { background: url(http://www.greenfaucet.com/themes/greenfaucet_new/images/preview_post_back.gif) no-repeat; border: none; width: 106px; height:17px; color: #023A4B; font-family:tahoma; font-size:10px; font-weight:bold; padding:0 0 4px 0; } Post new comment Your name: * E-mail: * The content of this field is kept private and will not be shown publicly. Homepage: Subject: Comment: * Lines and paragraphs break automatically.More information about formatting options Captcha Validation: * Please type in the letters/numbers that are shown in the image above.   function verifyRequired3() { if (document.icpsignup3["fields_email"].value == "") { document.icpsignup3["fields_email"].focus(); alert("The Email field is required."); return false; } return true; } Free Weekly Newsletter Enter your email address to sign-up for greenfaucet's free weekly newsletter: //'; document.getElementById('tag_cloud').innerHTML = ''; } if(val==2) { document.getElementById('most_popular').innerHTML = ''; document.getElementById('tag_cloud').innerHTML = ''; } } //]]> function show_tag_cloud(val) { var url = location.protocol + '//' + location.host + "/show_tag_cloud.php?val="+val; if (window.XMLHttpRequest) // code for Mozilla, etc. { xmlhttp = new XMLHttpRequest(); } else if (window.ActiveXObject) // code for IE { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } if (xmlhttp != null) { try { xmlhttp.onreadystatechange=stateChanged8; xmlhttp.open("GET", url, true); xmlhttp.send(null); } catch(ex) { alert("Your browser returned AJAX error " + ex); } } else { alert("Your browser does not support XMLHTTP."); } return false; } function stateChanged8() { if(xmlhttp.readyState==4 || xmlhttp.readyState=="complete") { if(xmlhttp.status==200) { document.getElementById("display_detail").innerHTML=xmlhttp.responseText; xmlhttp=null; } } } The Big Decision for 2010Michael Pento Is the Commodity ETF (DBC) Ready to ...Jim Farrish Large Decline in Gasoline Supplies ...Brad Zigler Frantic Late Day Trading in the USDKathy Lien Are We Seeing Signs Of Sector Rotat ...Gary Gordon 4 Day Price/Volume Pattern BearishRob Hanna U.S. Laggard in Global RecoveryDock David Treece Recommended Sites KitcoSector ExchangeETF TrendsShark InvestingBull Bear TraderCondor OptionsRandom Roger's Big PicturePacific Financial PlannersSabrient SystemsQuantifiable EdgesOptions News NetworkAfraid to TradeWelsh Money ManagementBlog For Trading SucessRoom FortyHamzei Analytics Abnormal ReturnsPortfolio TiltTrader PsychesThe Kirk ReportVIX and MoreMarket RewindETF ExpertThe Capital SpectatorHard Assets InvestorKathy LienClif DrokeRed County Read Full Article »


Comment
Show comments Hide Comments


Related Articles

Market Overview
Search Stock Quotes