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
On Wednesday, 8 November 2017, the S&P 500 (Index: INX) closed at an all time new record high closing value of 2594.38, before going on to fall back a bit to end the week at 2582.30.
Along the way, the index set an all new intraday high on Tuesday, 7 November 2017 of 2597.02. The new highs marked a now one-year long rally for stock prices in the United States, coinciding with the positive market reaction to the surprise defeat of Hillary Clinton in the 2016 presidential elections and the end of expectations that failing Obama-era economic and fiscal policies would continue.But for us, that wasn't the most interesting thing that happened during a fairly uneventful week. Just over two months ago, we identified a specific range in which we expected that the S&P 500 would fall during each day of the last two months, provided that investors would largely remain focused on the distant future quarter of 2018-Q2 in making their investment decisions. And then it happened, where we've opted to mark the occasion by showing the trajectory of the S&P 500 over the span of 2017-Q3 and 2017-Q4 through the close of trading on 10 November 2017 in the following chart.
The thing that prompted us to make the unique forecast was the need to have to cope with echo effect of the past volatility of stock prices on our dividend futures-based model for an extended period of time, which arises from our use of historic stock prices from 13 months, 12 months and 1 month earlier as the base reference points from which we project future stock prices. There was, of course, no guarantee that investors would maintain their focus on 2018-Q2 during all that time, nor was their any guarantee that the U.S. stock market wouldn't be affected by a major noise event either in a new outburst of current-day volatility, but our assumptions remained valid and our forecasting results speak for themselves.
Let's next take a closer look at where we are in the current quarter of 2017-Q4.
The key to understanding what our model is communicating is to know how far ahead in time investors are focusing their forward-looking attention. In these spaghetti charts, once you've identified which point of time in the future investors are looking, our model can put you within 3% of the indicated trajectory associated with that future quarter, where currently, investors continue to appear to be focused on 2018-Q2, which currently coincides with what will likely be the timing of the Fed's first rate hike in 2018, following an almost certain lock for a rate hike to be announced in December 2017.
We said earlier that Week 2 of November 2017 was largely uneventful for the S&P 500, and as you can see from the following short list of headlines that caught our attention during the week that was, that may be an understatement....
Elsewhere, Barry Ritholtz summarized the week's positives and negatives for the U.S. economy and markets!
Update 13 November 2017, 8:12 AM EST: General Electric (NYSE: GE) pulled the trigger before the opening bell and cut its dividend in half, to 12 cents per share. This is a stock to watch today, although it looks like that investors somewhat anticipated the action since our last comments on the topic. Here's a short list of our recent coverage:
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.