to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
With the S&P 500 (Index: SPX) having tumbled some 480 points from its 16 July 2024 record high of 5,667.20 as of Monday, 5 August 2024, it's a good time to consider whether order might be starting to break down within the U.S. stock market.
That's especially true because the Nasdaq (Index: COMP) has fallen more dramatically in the last several weeks, entering into correction after dropping by more than 10%. Since many of the biggest stocks within the S&P 500 are even more heavily weighted in the Nasdaq Composite Index, it's very possible the S&P is well on its way to seeing its established state of order come to an end.
As best as we can tell, that relative period of order began on 30 September 2022 and has continued, so far, through the present. As of 5 August 2024, the S&P 500 would have to fall at least another 153 points in short order to throw up an official warning sign that the market's current state of order is breaking down. The following chart shows how the current period of relative order for the S&P 500 has evolved, the warning sign that would be triggered would be the value of the S&P 500 dropping below its lower red-dashed curve:
That the current period of relative order in the stock market has broken down would be confirmed by the 20-day moving average for the S&P 500 falling almost 480 points from its current level to cross below the lower red-dashed curve on this chart.
When that happens, the U.S. stock market will most likely enter into a new chaotic period. As the note on the chart indicates, that change of state can happen with very little warning.
Image Credit: Microsoft Copilot Designer. Prompt: "An editorial cartoon in the style of Herblock showing the concepts of order in the stock market on the left hand side and chaos on the right hand side".
Most of the preceding text of this article was drafted on Saturday, 3 August 2024, well ahead of the implosion of Japan's stock market on Monday, 5 August 2024 and the U.S. stock market's reaction to the impact of that new information event. Other than updating the chart and adjusting some numbers in the text, we didn't have to change much of what we had already written.
That said, If the day-to-day change in stock prices continues to be interesting (changing by more than two percent from the previous day's close), you can use the chart with the latest value of the S&P 500 index to see how close the index is to signaling a breakdown of order in the U.S. stock market. Find the marked data point for 5 August 2024 on the chart, imagine a vertical line passing through it, then point to the position of the latest value of the S&P 500 on that vertical line to see whether its above or below that lower red dashed curve. Falling below that curve is the warning sign.
The confirmation that order has broken down will take longer to play out, since that data is determined by a 20-day moving average. Until then, if the daily value of the index drops below the red-dashed curve and stays below it for many days on end, it would only be a matter of time.
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.