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
For all the news headlines about trade wars and tit-for-tat retaliatory tariffs, none of that trade-related news seems to be doing much to move the needle of the stock market.
We're not the only market observers to recognize that with little exception, the stream of trade-related news headlines isn't contributing much more than noise to the daily action of stock prices. Here's one such take:
Do you really think the treat of a trade war is causing U.S. stocks to stumble? That's what the headline writers would have you believe, but I'm not buying it.
It strikes me as though mounting trade tensions have become commentators' latest whipping boy, conveniently available as the after-the-fact explanation for whatever the market is already doing.
When the U.S. market tumbes, as it did Monday and again on Tuesday, when the Dow Jones Industrial Average fell by almost 300 points, increasing trade war worries are blamed. If the market had risen instead, any reports of easing trade tensions will undoubtedly receive credit.
And here's another similar take:
The escalating rounds of tariffs between the United States and China is an interesting point of economic debate. However, from the perspective of the interest rate markets, it appears to be one of those subjects that generates a great deal of economist commentary, but with limited market impact. This view is arguably complacent; whether it is too complacent is left for the reader to judge.
And there's more here. But let's go back to that first view that we quoted - would stock prices be behaving the way they are in the absence of such dueling trade headlines?
We may be able to answer that question. Last week, we observed that investors seemed to be fixing their forward-looking sights on the distant future quarter of 2019-Q1 in setting today's stock prices. Well, there's a particular trajectory on our S&P 500 spaghetti forecasting chart that's specifically projects the likely trajectory that the S&P 500 would follow within a relatively narrow range of error for that particular scenario, which we've projected prior to any news headlines being published for what would be the week ahead.
In the following animated chart, we've taken our chart from last week and are alternating it with the updated version from this week. Please click through to our site to see the animated version if you're reading this article on a site that republishes our RSS news feed.
What you see here is that if investors are indeed focusing on the distant future quarter of 2019-Q1 and the current expectations associated with it, the S&P 500 is behaving in accordance with that outlook, with U.S. stock prices falling within the typical range of noise that we would expect in that situation. As we noted two weeks ago, investors coming to focus upon 2019-Q1 would be associated with a downward movement in the S&P 500.
So without any advance knowledge of what the third week of June 2018's potentially market-moving news headlines might be, much less any trade war-related headlines, our dividend futures-based model of how stock prices work managed to account for the movement of the S&P 500 during the week. Before the week began.
Speaking of which, here are the headlines that we flagged as noteworthy during Week 3 of June 2018.
Need a bigger picture of the third week of June 2018's economics and markets news, but don't want to slog through a lot of noise? Check out Barry Ritholtz' summary of the week's positives and negatives!
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.