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
The fifth and final week of March 2017 ended on an upnote for the S&P 500, at least compared to where it closed out the fourth week of March 2017, which we attribute to the week's positive news events for the U.S.' markets and economy.
We think that positive news directed investors to focus their forward-looking attention on 2017-Q2 as the most likely timing of the U.S. Federal Reserve's next hike in short term interest rates, thanks in good measure to multiple public statements by Fed officials indicating their willingness to do so throughout the week.
The following chart shows how the S&P 500 closed out the first quarter of 2017 against the backdrop of where our dividend futures-based model would place stock prices given how strongly focused they might be on any particular future quarter at any point of time throughout the quarter.
Overall, our model performed well in anticipating where the S&P 500 would go for much of the quarter, even during the periods where we used our "connect-the-dots" method to account for the effect of the "echo" of past volatility on the accuracy of its projections, which arises as a direct result of the model's use of historic stock prices as the base reference points from which it project the alternative future trajectories that the S&P 500 based on how far into the future investors are looking ahead.
The exception to that however came on 21 March 2017, when investors suddenly shifted more of their attention toward 2017-Q3 as poor economic news led more investors to speculate that the timing of the next Fed rate hike might be pushed back to 2017-Q3.
The quarter ended with investors splitting their forward-looking focus between 2017-Q2 and 2017-Q3, where as of 31 March 2017, we would say that stock market investors are slightly favoring 2017-Q3 (55%) as the quarter in which the Fed would next hike U.S. interest rates.
Now, let's take our first look at what lies ahead for 2017-Q2:
2017-Q2 looks significantly cleaner than 2017-Q1 with respect to the echo effect from past stock price volatility. However, the alternative trajectories projected by our model suggest an overall downtrend through the middle of the quarter, after which, the trajectories would be likely to flatten out through the end of the quarter.
However, what we see for those overall trends may be a moot observation. With such a large vertical distance between the alternative trajectories that the S&P 500 might take if investors were to more closely focus on either 2017-Q2 or 2017-Q3, conditions will be ripe for considerable volatility to take place in U.S. stock prices during the quarter. We think that volatility factor will have a lot more sway over the actual trajectory of stock prices during the quarter - at least until sufficient news comes out to more strongly prompt investors to focus their attention on just one future quarter.
That difference will make 2017-Q2 very different from either 2016-Q4 or 2017-Q1, where investors were often focused on either 2017-Q1 or 2017-Q2, and which had virtually no difference in the expectations for the change in the year-over-year growth rate if dividends per share between them, which proved to be a recipe for record low levels of volatility in U.S. stock prices. At least, all the way up until 21 March 2017, when investors first glanced toward 2017-Q3, finally breaking our weeks-long run for reasonably predicting the course of the S&P 500's actual trajectory.
It is possible that investors might focus their attention upon other future quarters such as 2017-Q4 and 2018-Q1, but we think that's unlikely until the Fed firmly commits to the timing of its next rate hikes.
So that's what we anticipate for 2017-Q2. If you're an investor who uses our analysis to inform your investing decisions, the question for you is how would you play these particularly chaotic dynamics that we anticipate for the quarter?
That question asked, here are the headlines that we considered to be significant for their market-moving potential during Week 5 of March 2017.
Meanwhile, award-winning Barry Ritholtz categorizes the week's positives and negatives for the U.S. economy and markets at The Big Picture. (Congratulations to Barry and the Ritholtz Wealth Management team!)
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.