Dow aims for 11th straight day of gains as central-bank decisions, earnings loom – MarketWatch
r; var args = []; if (typeof message !== ‘function’) { return message; } if (param3) { if (typeof param3 === ‘function’) { cb = param3; if (param4 && Array.isArray(param4)) { args = param4; } } else if (Array.isArray(param3)) { args = param3; } } return cb(message.apply(null, args)); }, __reset() { var clean = obj => Object.keys(obj).forEach(key => delete obj[key]); clean(subscriptionsMap); clean(executionQueueMap); }, hasSubscription(key) { return this.getSubscribedElements().indexOf(key) > -1; }, hasSubscribedFunction(key, functionName) { return this.getSubscribedFunctions(key).indexOf(functionName) > -1; }, uniqueFucntionsUnderSubscription(key, script) { const { __ace = () => ({}) } = window; let uniqueFunctions = {}; Object.keys(script).forEach(funcName => { if (subscriptionsMap[key][funcName]) { __ace(‘log’, ‘log’, [{ type: ‘warning’, initiator: ‘page’, message: ‘You are trying to subscribe the function ‘ + funcName + ‘ under the ‘ + key + ‘ namespace again. Use another name.’ }]); } else { uniqueFunctions[funcName] = script[funcName]; } }); return uniqueFunctions; }, addSubscription(key, script) { if (this.hasSubscription(key)) { const uniqueFunctions = this.uniqueFucntionsUnderSubscription(key, script); subscriptionsMap[key] = { …subscriptionsMap[key], …uniqueFunctions }; } else { subscriptionsMap[key] = script; } return subscriptionsMap; }, subscribe(key, script, force) { if (force) { subscriptionsMap[key] = script; return subscriptionsMap; } if (script && typeof script === ‘object’) { this.addSubscription(key, script); this.executeQueue(key); } else { throw new Error(‘Missing third parameter. You must provide an object.’); } return subscriptionsMap; }, globalMessaging() { var [spacename, prop, …tailArgs] = arguments; if (!spacename && !prop) { return this.getSubscribedElements(); } if (spacename && typeof spacename === ‘string’ && !prop) { return this.getSubscribedFunctions(spacename); } if (typeof spacename !== ‘string’ || typeof prop !== ‘string’) { throw new Error(‘First and second argument must be String types’); } if (!this.hasSubscribedFunction(spacename, prop)) { this.addToExecutionQueue(spacename, prop, …tailArgs); return undefined; } return this.execute(spacename, prop, …tailArgs); } }; window.__ace = gmsMethods.globalMessaging.bind(gmsMethods); window.__ace.subscribe = gmsMethods.subscribe.bind(gmsMethods); } globalMessagingService(); })();var googletag = googletag || {};googletag.cmd = googletag.cmd || [];function _typeof(t){return(_typeof=”function”==typeof Symbol&&”symbol”==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&”function”==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?”symbol”:typeof t})(t)}!function(){for(var t,e,o=[],n=window,r=n;r;){try{if(r.frames.__tcfapiLocator){t=r;break}}catch(t){}if(r===n.top)break;r=n.parent}t||(function t(){var e=n.document,o=!!n.frames.__tcfapiLocator;if(!o)if(e.body){var r=e.createElement(“iframe”);r.style.cssText=”display:none”,r.name=”__tcfapiLocator”,e.body.appendChild(r)}else setTimeout(t,5);return!o}(),n.__tcfapi=function(){for(var t=arguments.length,n=new Array(t),r=0;r3&&2===parseInt(n[1],10)&&”boolean”==typeof n[3]&&(e=n[3],”function”==typeof n[2]&&n[2](“set”,!0)):”ping”===n[0]?”function”==typeof n[2]&&n[2]({gdprApplies:e,cmpLoaded:!1,cmpStatus:”stub”}):o.push(n)},n.addEventListener(“message”,(function(t){var e=”string”==typeof t.data,o={};if(e)try{o=JSON.parse(t.data)}catch(t){}else o=t.data;var n=”object”===_typeof(o)?o.__tcfapiCall:null;n&&window.__tcfapi(n.command,n.version,(function(o,r){var a={__tcfapiReturn:{returnValue:o,success:r,callId:n.callId}};t&&t.source&&t.source.postMessage&&t.source.postMessage(e?JSON.stringify(a):a,”*”)}),n.parameter)}),!1))}();(function () { var e = false; var c = window; var t = document; function r() { if (!c.frames[“__uspapiLocator”]) { if (t.body) { var a = t.body; var e = t.createElement(“iframe”); e.style.cssText = “display:none”; e.name = “__uspapiLocator”; a.appendChild(e) } else { setTimeout(r, 5) } } } r(); function p() { var a = arguments; __uspapi.a = __uspapi.a || []; if (!a.length) { return __uspapi.a } else if (a[0] === “ping”) { a[2]({ gdprAppliesGlobally: e, cmpLoaded: false }, true) } else { __uspapi.a.push([].slice.apply(a)) } } function l(t) { var r = typeof t.data === “string”; try { var a = r ? JSON.parse(t.data) : t.data; if (a.__cmpCall) { var n = a.__cmpCall; c.__uspapi(n.command, n.parameter, function (a, e) { var c = { __cmpReturn: { returnValue: a, success: e, callId: n.callId } }; t.source.postMessage(r ? JSON.stringify(c) : c, “*”) }) } } catch (a) { } } if (typeof __uspapi !== “function”) { c.__uspapi = p; __uspapi.msgHandler = l; c.addEventListener(“message”, l, false) } })();!function(e){var n={};function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){“undefined”!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:”Module”}),Object.defineProperty(e,”__esModule”,{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&”object”==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,”default”,{enumerable:!0,value:e}),2&n&&”string”!=typeof e)for(var o in e)t.d(r,o,function(n){return e[n]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,”a”,n),n},t.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},t.p=”/”,t(t.s=0)}([function(e,n,t){“use strict”;t.r(n);var r=function(){var e=window.djcmp,n=void 0===e?{}:e;if(!n._params){var t=document.querySelector(“#djcmp”),r=t&&t.getAttribute(“data-params”);n._params=r&&JSON.parse(r)}return n._params||{}},o=”cookieFirst”,i=”cookieOnly”,u=”serviceOnly”,c=”tcfapiOnly”,p=”tcfapiFirst”,a=function(){return!(-1!==(document&&document.cookie||””).indexOf(“gdprApplies=false”))},f=function(){return window&&window.djcmp&&window.djcmp.tcData&&window.djcmp.tcData.gdprApplies},l=function(){var e=f();return”boolean”==typeof e?e:null},d=function(){return-1!==(document&&document.cookie||””).indexOf(“gdprApplies=”)?a():l()},s=function(){var e=f();return”boolean”==typeof e?e:a()},v=function(e,n){if(r().gdprApplies)return!0;switch(e){case i:return a();case u:return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(){},n=r().geoServiceUrl;if(n){var t=””.concat(n,”/geolocation-services/gdpr”);fetch(t).then((function(e){return e.json()})).then((function(n){var t=n.applies;e(t)})).catch((function(){e(null)}))}else”function”==typeof e&&e(null)}(n);case c:return”function”==typeof n?function(e){var n=f();return”boolean”==typeof n?e(n):window.__tcfapi(“getTCData”,2,(function(n){var t=”boolean”!=typeof n.gdprApplies||n.gdprApplies;e(t)}))}(n):l();case o:return d();case p:default:return s()}},m=function(e){return!!r().ccpaApplies};!function(){var e=[];function n(){e.push(arguments)}window.djcmp||(n.gdprApplies=v,n.ccpaApplies=m,n.queue=e,window.djcmp=n)}()}]); ]]]]]]]]>]]]]]]>]]]]>]]> {n.d(t,{P_:()=>f,Mt:()=>p,C5:()=>s,DL:()=>m,OP:()=>_,lF:()=>E,Yu:()=>y,Dg:()=>g,CX:()=>c,GE:()=>b,sU:()=>j});var r=n(8632),i=n(9567);const o={beacon:r.ce.beacon,errorBeacon:r.ce.errorBeacon,licenseKey:void 0,applicationID:void 0,sa:void 0,queueTime:void 0,applicationTime:void 0,ttGuid:void 0,user:void 0,account:void 0,product:void 0,extra:void 0,jsAttributes:{},userAttributes:void 0,atts:void 0,transactionName:void 0,tNamePlain:void 0},a={};function s(e){if(!e)throw new Error(“All info objects require an agent identifier!”);if(!a[e])throw new Error(“Info for “.concat(e,” was never set”));return a[e]}function c(e,t){if(!e)throw new Error(“All info objects require an agent identifier!”);a[e]=(0,i.D)(t,o),(0,r.Qy)(e,a[e],”info”)}var d=n(7056);const u=()=>{const e={blockSelector:”[data-nr-block]”,maskInputOptions:{password:!0}};return{allow_bfcache:!0,privacy:{cookies_enabled:!0},ajax:{deny_list:void 0,enabled:!0,harvestTimeSeconds:10},distributed_tracing:{enabled:void 0,exclude_newrelic_header:void 0,cors_use_newrelic_header:void 0,cors_use_tracecontext_headers:void 0,allowed_origins:void 0},session:{domain:void 0,expiresMs:d.oD,inactiveMs:d.Hb},ssl:void 0,obfuscate:void 0,jserrors:{enabled:!0,harvestTimeSeconds:10},metrics:{enabled:!0},page_action:{enabled:!0,harvestTimeSeconds:30},page_view_event:{enabled:!0},page_view_timing:{enabled:!0,harvestTimeSeconds:30,long_task:!1},session_trace:{enabled:!0,harvestTimeSeconds:10},harvest:{tooManyRequestsDelay:60},session_replay:{enabled:!1,harvestTimeSeconds:60,sampleRate:.1,errorSampleRate:.1,maskTextSelector:”*”,maskAllInputs:!0,get blockClass(){return”nr-block”},get ignoreClass(){return”nr-ignore”},get maskTextClass(){return”nr-mask”},get blockSelector(){return e.blockSelector},set blockSelector(t){e.blockSelector+=”,”.concat(t)},get maskInputOptions(){return e.maskInputOptions},set maskInputOptions(t){e.maskInputOptions={…t,password:!0}}},spa:{enabled:!0,harvestTimeSeconds:10}}},l={};function f(e){if(!e)throw new Error(“All configuration objects require an agent identifier!”);if(!l[e])throw new Error(“Configuration for “.concat(e,” was never set”));return l[e]}function g(e,t){if(!e)throw new Error(“All configuration objects require an agent identifier!”);l[e]=(0,i.D)(t,u()),(0,r.Qy)(e,l[e],”config”)}function p(e,t){if(!e)throw new Error(“All configuration objects require an agent identifier!”);var n=f(e);if(n){for(var r=t.split(“.”),i=0;i{n.d(t,{D:()=>i});var r=n(50);function i(e,t){try{if(!e||”object”!=typeof e)return(0,r.Z)(“Setting a Configurable requires an object as input”);if(!t||”object”!=typeof t)return(0,r.Z)(“Setting a Configurable requires a model to set its initial properties”);const n=Object.create(Object.getPrototypeOf(t),Object.getOwnPropertyDescriptors(t)),o=0===Object.keys(n).length?e:n;for(let a in o)if(void 0!==e[a])try{“object”==typeof e[a]&&”object”==typeof t[a]?n[a]=i(e[a],t[a]):n[a]=e[a]}catch(e){(0,r.Z)(“An error occurred while setting a property of a Configurable”,e)}return n}catch(e){(0,r.Z)(“An error occured while setting a Configurable”,e)}}},6818:(e,t,n)=>{n.d(t,{Re:()=>i,gF:()=>o,q4:()=>r});const r=”1.236.0″,i=”PROD”,o=”CDN”},385:(e,t,n)=>{n.d(t,{FN:()=>a,IF:()=>d,Nk:()=>l,Tt:()=>s,_A:()=>o,il:()=>r,pL:()=>c,v6:()=>i,w1:()=>u});const r=”undefined”!=typeof window&&!!window.document,i=”undefined”!=typeof WorkerGlobalScope&&(“undefined”!=typeof self&&self instanceof WorkerGlobalScope&&self.navigator instanceof WorkerNavigator||”undefined”!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis.navigator instanceof WorkerNavigator),o=r?window:”undefined”!=typeof WorkerGlobalScope&&(“undefined”!=typeof self&&self instanceof WorkerGlobalScope&&self||”undefined”!=typeof globalThis&&globalThis instanceof WorkerGlobalScope&&globalThis),a=””+o?.location,s=/iPad|iPhone|iPod/.test(navigator.userAgent),c=s&&”undefined”==typeof SharedWorker,d=(()=>{const e=navigator.userAgent.match(/Firefox[/s](d+.d+)/);return Array.isArray(e)&&e.length>=2?+e[1]:0})(),u=Boolean(r&&window.document.documentMode),l=!!navigator.sendBeacon},1117:(e,t,n)=>{n.d(t,{w:()=>o});var r=n(50);const i={agentIdentifier:””,ee:void 0};class o{constructor(e){try{if(“object”!=typeof e)return(0,r.Z)(“shared context requires an object as input”);this.sharedContext={},Object.assign(this.sharedContext,i),Object.entries(e).forEach((e=>{let[t,n]=e;Object.keys(i).includes(t)&&(this.sharedContext[t]=n)}))}catch(e){(0,r.Z)(“An error occured while setting SharedContext”,e)}}}},8e3:(e,t,n)=>{n.d(t,{L:()=>u,R:()=>c});var r=n(2177),i=n(1284),o=n(4322),a=n(3325);const s={};function c(e,t){const n={staged:!1,priority:a.p[t]||0};d(e),s[e].get(t)||s[e].set(t,n)}function d(e){e&&(s[e]||(s[e]=new Map))}function u(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:””,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:”feature”;if(d(e),!e||!s[e].get(t))return a(t);s[e].get(t).staged=!0;const n=[…s[e]];function a(t){const n=e?r.ee.get(e):r.ee,a=o.X.handlers;if(n.backlog&&a){var s=n.backlog[t],c=a[t];if(c){for(var d=0;s&&d{let[t,n]=e;return n.staged}))&&(n.sort(((e,t)=>e[1].priority-t[1].priority)),n.forEach((e=>{let[t]=e;a(t)})))}function l(e,t){var n=e[1];(0,i.D)(t[n],(function(t,n){var r=e[0];if(n[0]===r){var i=n[1],o=e[3],a=e[2];i.apply(o,a)}}))}},2177:(e,t,n)=>{n.d(t,{ee:()=>d});var r=n(8632),i=n(2210),o=n(1284),a=n(5763),s=”nr@context”;let c=(0,r.fP)();var d;function u(){}function l(){return new u}function f(){d.aborted=!0,d.backlog={}}c.ee?d=c.ee:(d=function e(t,n){var r={},c={},g={},p=!1;try{p=16===n.length&&(0,a.OP)(n).isolatedBacklog}catch(e){}var h={on:b,addEventListener:b,removeEventListener:y,emit:m,get:A,listeners:w,context:v,buffer:x,abort:f,aborted:!1,isBuffering:D,debugId:n,backlog:p?{}:t&&”object”==typeof t.backlog?t.backlog:{}};return h;function v(e){return e&&e instanceof u?e:e?(0,i.X)(e,s,l):l()}function m(e,n,r,i,o){if(!1!==o&&(o=!0),!d.aborted||i){t&&o&&t.emit(e,n,r);for(var a=v(r),s=w(e),u=s.length,l=0;lr,p:()=>i});var r=n(2177).ee.get(“handle”);function i(e,t,n,i,o){o?(o.buffer([e],i),o.emit(e,t,n)):(r.buffer([e],i),r.emit(e,t,n))}},4322:(e,t,n)=>{n.d(t,{X:()=>o});var r=n(5546);o.on=a;var i=o.handlers={};function o(e,t,n,o){a(o||r.E,i,e,t,n)}function a(e,t,n,i,o){o||(o=”feature”),e||(e=r.E);var a=t[o]=t[o]||{};(a[n]=a[n]||[]).push([e,i])}},3239:(e,t,n)=>{n.d(t,{bP:()=>s,iz:()=>c,m$:()=>a});var r=n(385);let i=!1,o=!1;try{const e={get passive(){return i=!0,!1},get signal(){return o=!0,!1}};r._A.addEventListener(“test”,null,e),r._A.removeEventListener(“test”,null,e)}catch(e){}function a(e,t){return i||o?{capture:!!e,passive:i,signal:t}:!!e}function s(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3?arguments[3]:void 0;window.addEventListener(e,t,a(n,r))}function c(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=arguments.length>3?arguments[3]:void 0;document.addEventListener(e,t,a(n,r))}},4402:(e,t,n)=>{n.d(t,{Rl:()=>a,ky:()=>s});var r=n(385);const i=”xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx”;function o(e,t){return e?15&e[t]:16*Math.random()|0}function a(){const e=r._A?.crypto||r._A?.msCrypto;let t,n=0;return e&&e.getRandomValues&&(t=e.getRandomValues(new Uint8Array(31))),i.split(“”).map((e=>”x”===e?o(t,++n).toString(16):”y”===e?(3&o()|8).toString(16):e)).join(“”)}function s(e){const t=r._A?.crypto||r._A?.msCrypto;let n,i=0;t&&t.getRandomValues&&(n=t.getRandomValues(new Uint8Array(31)));const a=[];for(var s=0;s{n.d(t,{Bq:()=>r,Hb:()=>o,oD:()=>i});const r=”NRBA”,i=144e5,o=18e5},7894:(e,t,n)=>{function r(){return Math.round(performance.now())}n.d(t,{z:()=>r})},50:(e,t,n)=>{function r(e,t){“function”==typeof console.warn&&(console.warn(“New Relic: “.concat(e)),t&&console.warn(t))}n.d(t,{Z:()=>r})},2587:(e,t,n)=>{n.d(t,{N:()=>c,T:()=>d});var r=n(2177),i=n(5546),o=n(8e3),a=n(3325);const s={stn:[a.D.sessionTrace],err:[a.D.jserrors,a.D.metrics],ins:[a.D.pageAction],spa:[a.D.spa],sr:[a.D.sessionReplay,a.D.sessionTrace]};function c(e,t){const n=r.ee.get(t);e&&”object”==typeof e&&(Object.entries(e).forEach((e=>{let[t,r]=e;void 0===d[t]&&(s[t]?s[t].forEach((e=>{r?(0,i.p)(“feat-“+t,[],void 0,e,n):(0,i.p)(“block-“+t,[],void 0,e,n),(0,i.p)(“rumresp-“+t,[Boolean(r)],void 0,e,n)})):r&&(0,i.p)(“feat-“+t,[],void 0,void 0,n),d[t]=Boolean(r))})),Object.keys(s).forEach((e=>{void 0===d[e]&&(s[e]?.forEach((t=>(0,i.p)(“rumresp-“+e,[!1],void 0,t,n))),d[e]=!1)})),(0,o.L)(t,a.D.pageViewEvent))}const d={}},2210:(e,t,n)=>{n.d(t,{X:()=>i});var r=Object.prototype.hasOwnProperty;function i(e,t,n){if(r.call(e,t))return e[t];var i=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(e,t,{value:i,writable:!0,enumerable:!1}),i}catch(e){}return e[t]=i,i}},1284:(e,t,n)=>{n.d(t,{D:()=>r});const r=(e,t)=>Object.entries(e||{}).map((e=>{let[n,r]=e;return t(n,r)}))},4351:(e,t,n)=>{n.d(t,{P:()=>o});var r=n(2177);const i=()=>{const e=new WeakSet;return(t,n)=>{if(“object”==typeof n&&null!==n){if(e.has(n))return;e.add(n)}return n}};function o(e){try{return JSON.stringify(e,i())}catch(e){try{r.ee.emit(“internal-error”,[e])}catch(e){}}}},3960:(e,t,n)=>{n.d(t,{K:()=>a,b:()=>o});var r=n(3239);function i(){return”undefined”==typeof document||”complete”===document.readyState}function o(e,t){if(i())return e();(0,r.bP)(“load”,e,t)}function a(e){if(i())return e();(0,r.iz)(“DOMContentLoaded”,e)}},8632:(e,t,n)=>{n.d(t,{EZ:()=>d,Qy:()=>c,ce:()=>o,fP:()=>a,gG:()=>u,mF:()=>s});var r=n(7894),i=n(385);const o={beacon:”bam.nr-data.net”,errorBeacon:”bam.nr-data.net”};function a(){return i._A.NREUM||(i._A.NREUM={}),void 0===i._A.newrelic&&(i._A.newrelic=i._A.NREUM),i._A.NREUM}function s(){let e=a();return e.o||(e.o={ST:i._A.setTimeout,SI:i._A.setImmediate,CT:i._A.clearTimeout,XHR:i._A.XMLHttpRequest,REQ:i._A.Request,EV:i._A.Event,PR:i._A.Promise,MO:i._A.MutationObserver,FETCH:i._A.fetch}),e}function c(e,t,n){let i=a();const o=i.initializedAgents||{},s=o[e]||{};return Object.keys(s).length||(s.initializedAt={ms:(0,r.z)(),date:new Date}),i.initializedAgents={…o,[e]:{…s,[n]:t}},i}function d(e,t){a()[e]=t}function u(){return function(){let e=a();const t=e.info||{};e.info={beacon:o.beacon,errorBeacon:o.errorBeacon,…t}}(),function(){let e=a();const t=e.init||{};e.init={…t}}(),s(),function(){let e=a();const t=e.loader_config||{};e.loader_config={…t}}(),a()}},7956:(e,t,n)=>{n.d(t,{N:()=>i});var r=n(3239);function i(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;return void(0,r.iz)(“visibilitychange”,(function(){if(t)return void(“hidden”==document.visibilityState&&e());e(document.visibilityState)}),n,i)}},3081:(e,t,n)=>{n.d(t,{gF:()=>o,mY:()=>i,t9:()=>r,vz:()=>s,xS:()=>a});const r=n(3325).D.metrics,i=”sm”,o=”cm”,a=”storeSupportabilityMetrics”,s=”storeEventMetrics”},7633:(e,t,n)=>{n.d(t,{Dz:()=>i,OJ:()=>a,qw:()=>o,t9:()=>r});const r=n(3325).D.pageViewEvent,i=”firstbyte”,o=”domcontent”,a=”windowload”},9251:(e,t,n)=>{n.d(t,{t:()=>r});const r=n(3325).D.pageViewTiming},5938:(e,t,n)=>{n.d(t,{W:()=>o});var r=n(5763),i=n(2177);class o{constructor(e,t,n){this.agentIdentifier=e,this.aggregator=t,this.ee=i.ee.get(e,(0,r.OP)(this.agentIdentifier).isolatedBacklog),this.featureName=n,this.blocked=!1}}},9144:(e,t,n)=>{n.d(t,{j:()=>v});var r=n(3325),i=n(5763),o=n(5546),a=n(2177),s=n(7894),c=n(8e3),d=n(3960),u=n(385),l=n(50),f=n(3081),g=n(8632);function p(){const e=(0,g.gG)();[“setErrorHandler”,”finished”,”addToTrace”,”inlineHit”,”addRelease”,”addPageAction”,”setCurrentRouteName”,”setPageViewName”,”setCustomAttribute”,”interaction”,”noticeError”,”setUserId”].forEach((t=>{e[t]=function(){for(var n=arguments.length,r=new Array(n),i=0;i1?n-1:0),i=1;i{e.exposed&&e.api[t]&&o.push(e.api[t](…r))})),o.length>1?o:o[0]}(t,…r)}}))}var h=n(2587);function v(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},v=arguments.length>2?arguments[2]:void 0,m=arguments.length>3?arguments[3]:void 0,{init:b,info:y,loader_config:w,runtime:A={loaderType:v},exposed:x=!0}=t;const D=(0,g.gG)();y||(b=D.init,y=D.info,w=D.loader_config),(0,i.Dg)(e,b||{}),(0,i.GE)(e,w||{}),(0,i.sU)(e,A),y.jsAttributes??={},u.v6&&(y.jsAttributes.isWorker=!0),(0,i.CX)(e,y),p();const _=function(e,t){t||(0,c.R)(e,”api”);const g={};var p=a.ee.get(e),h=p.get(“tracer”),v=”api-“,m=v+”ixn-“;function b(t,n,r,o){const a=(0,i.C5)(e);return null===n?delete a.jsAttributes[t]:(0,i.CX)(e,{…a,jsAttributes:{…a.jsAttributes,[t]:n}}),A(v,r,!0,o||null===n?”session”:void 0)(t,n)}function y(){}[“setErrorHandler”,”finished”,”addToTrace”,”inlineHit”,”addRelease”].forEach((e=>g[e]=A(v,e,!0,”api”))),g.addPageAction=A(v,”addPageAction”,!0,r.D.pageAction),g.setCurrentRouteName=A(v,”routeName”,!0,r.D.spa),g.setPageViewName=function(t,n){if(“string”==typeof t)return”/”!==t.charAt(0)&&(t=”/”+t),(0,i.OP)(e).customTransaction=(n||”http://custom.transaction”)+t,A(v,”setPageViewName”,!0)()},g.setCustomAttribute=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(“string”==typeof e){if([“string”,”number”].includes(typeof t)||null===t)return b(e,t,”setCustomAttribute”,n);(0,l.Z)(“Failed to execute setCustomAttribute.nNon-null value must be a string or number type, but a type of was provided.”))}else(0,l.Z)(“Failed to execute setCustomAttribute.nName must be a string type, but a type of was provided.”))},g.setUserId=function(e){if(“string”==typeof e||null===e)return b(“enduser.id”,e,”setUserId”,!0);(0,l.Z)(“Failed to execute setUserId.nNon-null value must be a string type, but a type of was provided.”))},g.interaction=function(){return(new y).get()};var w=y.prototype={createTracer:function(e,t){var n={},i=this,a=”function”==typeof t;return(0,o.p)(m+”tracer”,[(0,s.z)(),e,n],i,r.D.spa,p),function(){if(h.emit((a?””:”no-“)+”fn-start”,[(0,s.z)(),i,a],n),a)try{return t.apply(this,arguments)}catch(e){throw h.emit(“fn-err”,[arguments,this,”string”==typeof e?new Error(e):e],n),e}finally{h.emit(“fn-end”,[(0,s.z)()],n)}}}};function A(e,t,n,i){return function(){return(0,o.p)(f.xS,[“API/”+t+”/called”],void 0,r.D.metrics,p),i&&(0,o.p)(e+t,[(0,s.z)(),…arguments],n?null:this,i,p),n?void 0:this}}function x(){n.e(439).then(n.bind(n,7438)).then((t=>{let{setAPI:n}=t;n(e),(0,c.L)(e,”api”)})).catch((()=>(0,l.Z)(“Downloading runtime APIs failed…”)))}return[“actionText”,”setName”,”setAttribute”,”save”,”ignore”,”onEnd”,”getContext”,”end”,”get”].forEach((e=>{w[e]=A(m,e,void 0,r.D.spa)})),g.noticeError=function(e,t){“string”==typeof e&&(e=new Error(e)),(0,o.p)(f.xS,[“API/noticeError/called”],void 0,r.D.metrics,p),(0,o.p)(“err”,[e,(0,s.z)(),!1,t],void 0,r.D.jserrors,p)},u.il?(0,d.b)((()=>x()),!0):x(),g}(e,m);return(0,g.Qy)(e,_,”api”),(0,g.Qy)(e,x,”exposed”),(0,g.EZ)(“activatedFeatures”,h.T),_}},3325:(e,t,n)=>{n.d(t,{D:()=>r,p:()=>i});const r={ajax:”ajax”,jserrors:”jserrors”,metrics:”metrics”,pageAction:”page_action”,pageViewEvent:”page_view_event”,pageViewTiming:”page_view_timing”,sessionReplay:”session_replay”,sessionTrace:”session_trace”,spa:”spa”},i={[r.pageViewEvent]:1,[r.pageViewTiming]:2,[r.metrics]:3,[r.jserrors]:4,[r.ajax]:5,[r.sessionTrace]:6,[r.pageAction]:7,[r.spa]:8,[r.sessionReplay]:9}}},r={};function i(e){var t=r[e];if(void 0!==t)return t.exports;var o=r[e]={exports:{}};return n[e](o,o.exports,i),o.exports}i.m=n,i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.f={},i.e=e=>Promise.all(Object.keys(i.f).reduce(((t,n)=>(i.f[n](e,t),t)),[])),i.u=e=>(({78:”page_action-aggregate”,147:”metrics-aggregate”,242:”session-manager”,317:”jserrors-aggregate”,348:”page_view_timing-aggregate”,412:”lazy-feature-loader”,439:”async-api”,538:”recorder”,590:”session_replay-aggregate”,675:”compressor”,733:”session_trace-aggregate”,786:”page_view_event-aggregate”,873:”spa-aggregate”,898:”ajax-aggregate”}[e]||e)+”.”+{78:”ac76d497″,147:”3dc53903″,148:”1a20d5fe”,242:”2a64278a”,317:”49e41428″,348:”bd6de33a”,412:”2f55ce66″,439:”30bd804e”,538:”1b18459f”,590:”cf0efb30″,675:”ae9f91a8″,733:”83105561″,786:”06482edd”,860:”03a8b7a5″,873:”e6b09d52″,898:”998ef92b”}[e]+”-1.236.0.min.js”),i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),e={},t=”NRBA:”,i.l=(n,r,o,a)=>{if(e[n])e[n].push(r);else{var s,c;if(void 0!==o)for(var d=document.getElementsByTagName(“script”),u=0;u{s.onerror=s.onload=null,clearTimeout(g);var i=e[n];if(delete e[n],s.parentNode&&s.parentNode.removeChild(s),i&&i.forEach((e=>e(r))),t)return t(r)},g=setTimeout(f.bind(null,void 0,{type:”timeout”,target:s}),12e4);s.onerror=f.bind(null,s.onerror),s.onload=f.bind(null,s.onload),c&&document.head.appendChild(s)}},i.r=e=>{“undefined”!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:”Module”}),Object.defineProperty(e,”__esModule”,{value:!0})},i.j=6,i.p=”https://js-agent.newrelic.com/”,(()=>{var e={6:0,352:0};i.f.j=(t,n)=>{var r=i.o(e,t)?e[t]:void 0;if(0!==r)if(r)n.push(r[2]);else{var o=new Promise(((n,i)=>r=e[t]=[n,i]));n.push(r[2]=o);var a=i.p+i.u(t),s=new Error;i.l(a,(n=>{if(i.o(e,t)&&(0!==(r=e[t])&&(e[t]=void 0),r)){var o=n&&(“load”===n.type?”missing”:n.type),a=n&&n.target&&n.target.src;s.message=”Loading chunk “+t+” failed.n(“+o+”: “+a+”)”,s.name=”ChunkLoadError”,s.type=o,s.request=a,r[1](s)}}),”chunk-“+t,t)}};var t=(t,n)=>{var r,o,[a,s,c]=n,d=0;if(a.some((t=>0!==e[t]))){for(r in s)i.o(s,r)&&(i.m[r]=s[r]);if(c)c(i)}for(t&&t(n);d{i.r(o);var e=i(3325),t=i(5763);const n=Object.values(e.D);function r(e){const r={};return n.forEach((n=>{r[n]=function(e,n){return!1!==(0,t.Mt)(n,””.concat(e,”.enabled”))}(n,e)})),r}var a=i(9144);var s=i(5546),c=i(385),d=i(8e3),u=i(5938),l=i(3960),f=i(50);class g extends u.W{constructor(e,t,n){let r=!(arguments.length>3&&void 0!==arguments[3])||arguments[3];super(e,t,n),this.auto=r,this.abortHandler,this.featAggregate,this.onAggregateImported,r&&(0,d.R)(e,n)}importAggregator(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.featAggregate||!this.auto)return;const n=c.il&&!0===(0,t.Mt)(this.agentIdentifier,”privacy.cookies_enabled”);let r;this.onAggregateImported=new Promise((e=>{r=e}));const o=async()=>{let t;try{if(n){const{setupAgentSession:e}=await Promise.all([i.e(860),i.e(242)]).then(i.bind(i,3228));t=e(this.agentIdentifier)}}catch(e){(0,f.Z)(“A problem occurred when starting up session manager. This page will not start or extend any session.”,e)}try{if(!this.shouldImportAgg(this.featureName,t))return void(0,d.L)(this.agentIdentifier,this.featureName);const{lazyFeatureLoader:n}=await i.e(412).then(i.bind(i,8582)),{Aggregate:o}=await n(this.featureName,”aggregate”);this.featAggregate=new o(this.agentIdentifier,this.aggregator,e),r(!0)}catch(e){(0,f.Z)(“Downloading and initializing “.concat(this.featureName,” failed…”),e),this.abortHandler?.(),r(!1)}};c.il?(0,l.b)((()=>o()),!0):o()}shouldImportAgg(n,r){return n!==e.D.sessionReplay||!1!==(0,t.Mt)(this.agentIdentifier,”session_trace.enabled”)&&(!!r?.isNew||!!r?.state.sessionReplay)}}var p=i(7633),h=i(7894);class v extends g{static featureName=p.t9;constructor(n,r){let i=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];if(super(n,r,p.t9,i),(“undefined”==typeof PerformanceNavigationTiming||c.Tt)&&”undefined”!=typeof PerformanceTiming){const r=(0,t.OP)(n);r[p.Dz]=Math.max(Date.now()-r.offset,0),(0,l.K)((()=>r[p.qw]=Math.max((0,h.z)()-r[p.Dz],0))),(0,l.b)((()=>{const t=(0,h.z)();r[p.OJ]=Math.max(t-r[p.Dz],0),(0,s.p)(“timing”,[“load”,t],void 0,e.D.pageViewTiming,this.ee)}))}this.importAggregator()}}var m=i(1117),b=i(1284);class y extends m.w{constructor(e){super(e),this.aggregatedData={}}store(e,t,n,r,i){var o=this.getBucket(e,t,n,i);return o.metrics=function(e,t){t||(t={count:0});return t.count+=1,(0,b.D)(e,(function(e,n){t[e]=w(n,t[e])})),t}(r,o.metrics),o}merge(e,t,n,r,i){var o=this.getBucket(e,t,r,i);if(o.metrics){var a=o.metrics;a.count+=n.count,(0,b.D)(n,(function(e,t){if(“count”!==e){var r=a[e],i=n[e];i&&!i.c?a[e]=w(i.t,r):a[e]=function(e,t){if(!t)return e;t.c||(t=A(t.t));return t.min=Math.min(e.min,t.min),t.max=Math.max(e.max,t.max),t.t+=e.t,t.sos+=e.sos,t.c+=e.c,t}(i,a[e])}}))}else o.metrics=n}storeMetric(e,t,n,r){var i=this.getBucket(e,t,n);return i.stats=w(r,i.stats),i}getBucket(e,t,n,r){this.aggregatedData[e]||(this.aggregatedData[e]={});var i=this.aggregatedData[e][t];return i||(i=this.aggregatedData[e][t]={params:n||{}},r&&(i.custom=r)),i}get(e,t){return t?this.aggregatedData[e]&&this.aggregatedData[e][t]:this.aggregatedData[e]}take(e){for(var t={},n=””,r=!1,i=0;it.max&&(t.max=e),e2&&void 0!==arguments[2])||arguments[2];super(e,n,I.t,r),c.il&&((0,t.OP)(e).initHidden=Boolean(“hidden”===document.visibilityState),(0,k.N)((()=>(0,s.p)(“docHidden”,[(0,h.z)()],void 0,I.t,this.ee)),!0),(0,T.bP)(“pagehide”,(()=>(0,s.p)(“winPagehide”,[(0,h.z)()],void 0,I.t,this.ee))),this.importAggregator())}}var P=i(3081);class S extends g{static featureName=P.t9;constructor(e,t){let n=!(arguments.length>2&&void 0!==arguments[2])||arguments[2];super(e,t,P.t9,n),this.importAggregator()}}new class{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(0,j.ky)(16);c._A?(this.agentIdentifier=t,this.sharedAggregator=new y({agentIdentifier:this.agentIdentifier}),this.features={},this.desiredFeatures=new Set(e.features||[]),this.desiredFeatures.add(v),Object.assign(this,(0,a.j)(this.agentIdentifier,e,e.loaderType||”agent”)),this.start()):(0,f.Z)(“Failed to initial the agent. Could not determine the runtime environment.”)}get config(){return{info:(0,t.C5)(this.agentIdentifier),init:(0,t.P_)(this.agentIdentifier),loader_config:(0,t.DL)(this.agentIdentifier),runtime:(0,t.OP)(this.agentIdentifier)}}start(){const t=”features”;try{const n=r(this.agentIdentifier),i=[…this.desiredFeatures];i.sort(((t,n)=>e.p[t.featureName]-e.p[n.featureName])),i.forEach((t=>{if(n[t.featureName]||t.featureName===e.D.pageViewEvent){const r=function(t){switch(t){case e.D.ajax:return[e.D.jserrors];case e.D.sessionTrace:return[e.D.ajax,e.D.pageViewEvent];case e.D.sessionReplay:return[e.D.sessionTrace];case e.D.pageViewTiming:return[e.D.pageViewEvent];default:return[]}}(t.featureName);r.every((e=>n[e]))||(0,f.Z)(“”.concat(t.featureName,” is enabled but one or more dependent features has been disabled (“).concat((0,E.P)(r),”). This may cause unintended consequences or missing data…”)),this.features[t.featureName]=new t(this.agentIdentifier,this.sharedAggregator)}})),(0,_.Qy)(this.agentIdentifier,this.features,t)}catch(e){(0,f.Z)(“Failed to initialize all enabled instrument classes (agent aborted) -“,e);for(const e in this.features)this.features[e].abortHandler?.();const n=(0,_.fP)();return delete n.initializedAgents[this.agentIdentifier]?.api,delete n.initializedAgents[this.agentIdentifier]?.[t],delete this.sharedAggregator,n.ee?.abort(),delete n.ee?.get(this.agentIdentifier),!1}}}({features:[v,N,S],loaderType:”lite”})})(),window.NRBA=o})();]]]]]]]]>]]]]]]>]]]]>]]> [] { if ([‘subscriber’, ‘prosubscriber’].includes(window.utag_data.user_type)) { return; } const delayParam = parseInt(window.localStorage.getItem(‘swg-call-delay’), 10); if (delayParam && (delayParam > Date.now())) { return; } // If GaaMetering is initiated, it would initiate the subscriptions behind the scene // https://github.com/subscriptions-project/swg-js/blob/main/src/utils/gaa.js if (!this.hasInitGaaMetering) { subscriptions.init(productID); this.getEntitlements(subscriptions, productID); } }); }, getEntitlements(subscriptions, productId) { subscriptions.getEntitlements() .then(window.__googleEA?.handleSwGEntitlement(productId)) .catch((err) => { console.error(`[SWG Entitlements Failed]: ${err}`); }); }, getHandleLoginPromise() { return new Promise(() => { window.GaaMetering?.getLoginPromise() .then(() => { const LOGIN_URL = { WSJ: ‘www.wsj.com/client/login’, BOL: ‘www.barrons.com/client/login’, FN: ‘www.dowjones.com/client/login’, MW: ‘www.marketwatch.com/client/login’, MG: ‘www.dowjones.com/client/login’ }; const prefix = envGoogleEA === ‘prod’ ? ” : ‘int.’; const baseUrl = LOGIN_URL[window.utag_data.page_site_product]; const loginUrl = `https://${prefix}${baseUrl}`; const targetUrl = new URL(window.location.href); targetUrl.searchParams.set(‘isGaa’, true); window.location.href = `${loginUrl}?target=${encodeURIComponent(targetUrl)}`; }); }); }, getRegisterUserPromise() { return new Promise(() => { window.GaaMetering?.getGaaUserPromise() .then((credential) => { window.__googleEA?._registerUser(credential); }); }); }, showPaywall() { const SHOP_URL = { prod: { WSJ: ‘https://subscribe.wsj.com?target=’, BOL: ‘https://subscribe.barrons.com?target=’, FN: ‘https://partner.fnlondon.com/p/1140300052/eligibility?mod=subscribe-google-ea&targetURL=’, MW: ‘https://subscribe.marketwatch.com?target=’ }, dev: { WSJ: ‘https://subscribe.wsj.com?target=’, BOL: ‘https://subscribe.barrons.com?target=’, FN: ‘https://partner.s.dev.fnlondon.com/p/p_fnlondon/eligibility/?mod=subscribe-google-ea&targetURL=’, MW: ‘https://subscribe.marketwatch.com?target=’ } }; const product = window.utag_data.page_site_product; const targetUrl = new URL(window.location.href); targetUrl.searchParams.set(‘isGaa’, true); window.location.href = `${(SHOP_URL[envGoogleEA] || SHOP_URL.dev)[product]}${encodeURIComponent(targetUrl)}`; }, handleSwGEntitlement(productId) { return (entitlements) => { if (!entitlements || !Array.isArray(entitlements.entitlements) || !entitlements.entitlements.length) { window.localStorage.setItem(‘swg-call-delay’, Date.now() + (60 * 60 * 1000)); return; } let subscriptionToken; for (const entitlement of entitlements.entitlements) { if ((entitlement.source === ‘google’) && (entitlement.products.includes(productId))) { subscriptionToken = entitlement.subscriptionToken; } } if (!subscriptionToken) { return; } const isCxdjExist = window.setInterval(() => { if (window.cxdj?.meta?.topDomain && window.cxdj?.displaySwgScrim) { window.cxdj.displaySwgScrim(); clearInterval(isCxdjExist); } }, 100); }; }, getAllowedReferrers() { const PRODUCT_DOMAIN = { WSJ: ‘wsj.com’, BOL: ‘barrons.com’, FN: ‘fnlondon.com’, MW: ‘marketwatch.com’, MG: ‘mansionglobal.com’ }; const LOGIN_URL = { WSJ: ‘accounts.wsj.com’, BOL: ‘accounts.barrons.com’, FN: ‘accounts.dowjones.com’, MW: ‘accounts.marketwatch.com’, MG: ‘accounts.dowjones.com’ }; const SHOP_URL = { prod: { WSJ: ‘subscribe.wsj.com’, BOL: ‘subscribe.barrons.com’, FN: ‘partner.fnlondon.com’, MW: ‘subscribe.marketwatch.com’ }, dev: { WSJ: ‘subscribe.wsj.com’, BOL: ‘subscribe.barrons.com’, FN: ‘partner.s.dev.fnlondon.com’, MW: ‘subscribe.marketwatch.com’ } }; const product = window.utag_data.page_site_product; const productHostNamePrefix = envGoogleEA === ‘prod’ ? ” : ‘s.dev.’; const productHostName = `www.${productHostNamePrefix}${PRODUCT_DOMAIN[product]}`; return [productHostName, LOGIN_URL[product], `${(SHOP_URL[envGoogleEA] || SHOP_URL.dev)[product]}`]; }, _registerUser(credential) { const PRODUCT_DOMAIN = { WSJ: ‘wsj’, BOL: ‘barrons’, FN: ‘fnlondon’, MW: ‘marketwatch’, MG: ‘mansionglobal’ }; const EDITION_ID = { WSJ: ‘WSJ-EN_US’, BOL: ‘BARRONS-EN_US’, FN: ‘EFN-EN_US’, MW: ‘MARKETWATCH-EN_US’, MG: ‘MG-EN_US’ }; const REGISTRATION_SOURCE = { WSJ: ‘WSJ’, BOL: ‘BARRONS’, FN: ‘EFN’, MW: ‘MARKETWATCH’, MG: ‘MG’ }; const LOGIN_URL = { WSJ: ‘accounts.wsj.com/auth’, BOL: ‘accounts.barrons.com/auth’, FN: ‘accounts.dowjones.com/auth/fn’, MW: ‘accounts.marketwatch.com/auth’ }; const pageSiteProduct = window.utag_data.page_site_product; const registerUrlPrefix = envGoogleEA === ‘prod’ ? ” : ‘s.dev.’; const registerBasedUrl = `https://register.${registerUrlPrefix}${PRODUCT_DOMAIN[pageSiteProduct]}.com`; const registerEndpoint = `${registerBasedUrl}/api/createSocialConnectUser`; const loginUrlPrefix = envGoogleEA === ‘prod’ ? ” : ‘int.’; const loginBaseUrl = LOGIN_URL[pageSiteProduct]; const loginUrl = `https://${loginUrlPrefix}${loginBaseUrl}/google-login`; const targetUrl = new URL(window.location.href); targetUrl.searchParams.set(‘isGaa’, true); fetch(registerEndpoint, { method: ‘POST’, body: JSON.stringify({ id_token: credential?.credential, displayContextId: ‘SOCIAL_CONNECT’, returnUrl: window.location.href.split(‘?’)[0], editionId: `${EDITION_ID[pageSiteProduct]}`, registrationSource: `${REGISTRATION_SOURCE[pageSiteProduct]}` }), headers: { ‘content-type’: ‘application/json’, } }) .then((response) => { if (!response.ok) { console.error(‘GoogleEA: Social Connect Invalid Status Code’); return; } return response.json(); }) .then((userState) => { if (!userState) { console.error(‘GoogleEA: Social Connect No Data’); return; } window.location.href = `${loginUrl}?target=${encodeURIComponent(targetUrl)}`; }) .catch((err) => { console.error(`GoogleEA: Social Connect Err: ${err}`); }); } }; })() ]]]]]]]]>]]]]]]>]]]]>]]>
Market Snapshot
Last Updated: July 24, 2023 at 2:06 p.m. ET First Published: July 24, 2023 at 4:50 a.m. ET
Stocks are on a roll.
Kena Betancur/Agence France-Presse/Getty Images
[]U.S. stocks remained higher Monday afternoon, putting the Dow Jones Industrial Average on track for an 11th straight session of advances, as investors await a Federal Reserve rate decision and a busy week of corporate earnings.
What’s happening
- The Dow Jones Industrial Average DJIA, +0.63% rose 209 points, or 0.6%, to 35,437. If it closes higher on Monday, the index will score its longest winning streak since the 12-day trading period that ended on Feb. 27, 2017.
- The S&P 500 SPX, +0.56% was up 23 points, or 0.5%, at 4,559.
- The Nasdaq Composite COMP, +0.36% edged up 42 points, or 0.3%, to 14,075.
What’s driving the market
[]The Dow sits at its loftiest level since early 2022 — reflecting a broadening of the rally that had been mainly powered by big technology stocks in recent months. The S&P 500, meanwhile, sits less than 6% away from its record finish set on Jan. 3, 2022.
[]Analysts said the surge reflects hopes that cooling inflation will allow central banks to soon stop their rate-hike campaigns and that any economic downturn caused by the monetary tightening will not impact corporate profits too badly.
[]Key Words: Stock-market ‘meltup’ will continue as long as there’s no sign of recession, says Steve Eisman of ‘Big Short’ fame
[]“You have a lot of people who have missed this rally and investors are afraid this thing might melt up further,” said James Demmert, chief investment officer of New York City-based Main Street Research, which has roughly $2 billion in assets under management.
[]“The question is, ‘Is this buying correct?’ Investors should recognize that the indexes are vulnerable,” Demmert said via phone. In addition, Monday’s special rebalancing of the Nasdaq-100 is likely to create “some volatility within larger tech names,” particularly those which are seeing their weightings reduced.
[]Stocks had stumbled earlier this year amid problems at regional banks and a debt-ceiling standoff. Since June 1, coinciding with the resolution of the debt-ceiling showdown, the market has seen no big negative catalysts, Randy Frederick, managing director of trading and derivatives at the Schwab Center for Financial Research, told MarketWatch in a phone interview.
[]Second-quarter earnings season is under way, but expectations have been set very low, according to Frederick. Investors are looking forward to prospects for an improving picture into next year. Barring any unforeseen exogenous events or a disturbing outlook warning from a major corporate player, stocks appear poised to continue pressing higher, with the S&P 500’s all-time high potentially in sight before year-end, Frederick said.
[]Key Words: Morgan Stanley credits ‘Bidenomics’ in lifting its U.S. economic-growth outlook
[]The coming week will have plenty for traders to consider, with the top three central banks delivering rate decisions and a slew of U.S. companies presenting their results.
[]Read: Stocks are making a run for record territory. Will the Fed end its rate hikes anyway? and Everyone thinks the Fed’s rate hike this week will be the final one — except the Fed
[]The Federal Reserve is expected to raise borrowing costs by 25 basis points to a range of 5.25%-5.5% on Wednesday, and investors will be eager to hear whether that may be the last for the cycle. On Friday, the Bank of Japan should leave rates unchanged, but may say something about removing elements of its ultraloose policy.
{ window.CHARTLOS_ENGINES_STATUS[CHART_ENGINE_NAME] = LOAD_STATE_LOADED; const event = new CustomEvent(‘chartlosScriptLoad’, { detail: CHART_ENGINE_NAME }); window.dispatchEvent(event); }).catch(error => { console.error(`Chartlos Error: ${error}`) }); } function loadCSS(cssURL) { if (cssURL) { return new Promise((resolve, reject) => { const link = document.createElement(‘link’); link.rel = ‘stylesheet’; link.type = ‘text/css’ link.href = cssURL; link.onload = resolve; link.onerror = function(){ reject(new Error(`Chartlos css failed to load from the src: ${cssURL}.`)) } document.head.appendChild(link); }) } else { return Promise.resolve(); } } function loadScript(src) { return new Promise((resolve, reject) => { const script = document.createElement(‘script’); script.async = true; script.onload = resolve; script.onerror = function(){ reject(new Error(`Chartlos engine failed to load from the src: ${src}.`)) } script.setAttribute(‘src’, src); document.getElementById(“chart_dfecf267ad2e2e910fed2fa5”).appendChild(script); }) } function init() { let width = 0; let timeoutId; const ChartEngine = window[CHART_ENGINE_NAME]; const options = {“isStaging”:false,”skipUpdate”:false,”series”:[{“name”:”Dow Jones Industrial Average”,”symbol”:”DJIA”,”markdown”:”{series}”,”decimals”:2,”prefix”:””,”suffix”:””,”tickerType”:”Index”,”showInLegend”:true,”data”:[{“y”:0},{“y”:null},{“y”:0.30785310466777555},{“y”:0.38338838932024955},{“y”:0.20191516254207498},{“y”:0.2814569989545884},{“y”:0.3747271671331024},{“y”:0.3870414218073368},{“y”:0.5041741409096219},{“y”:0.44675671899555797},{“y”:0.497368894905447},{“y”:0.6254607114689937},{“y”:0.7265083036523065},{“y”:0.5840694965950876},{“y”:0.552724121060655},{“y”:0.6140597149165258},{“y”:0.6224852575883715},{“y”:0.6155032519477313},{“y”:0.6338567942014215},{“y”:0.6652021697358323},{“y”:0.6236341952254395},{“y”:0.6123510384306436},{“y”:0.6450515711780059},{“y”:0.7242988081964034},{“y”:0.6565114876092886},{“y”:0.7410909736612588},{“y”:0.7889633752058269},{“y”:0.9353792740836886},{“y”:0.933926179057665},{“y”:1.7414326763365506},{“y”:1.7904834754576053},{“y”:1.7742805087809819},{“y”:1.748650361492514},{“y”:1.7578124026496607},{“y”:1.7784932801169047},{“y”:1.7715701943550792},{“y”:1.6330200993002488},{“y”:1.481065731812931},{“y”:1.3895631599991356},{“y”:1.4201425771088274},{“y”:1.2896939653923087},{“y”:1.3489673634893449},{“y”:1.3243977740196908},{“y”:1.327314308021477},{“y”:1.3192717445620015},{“y”:1.3392161235439446},{“y”:1.3370360880274594},{“y”:1.4227645117164975},{“y”:1.3717693565942595},{“y”:1.3322635778427008},{“y”:1.2870425708452207},{“y”:1.281710321811648},{“y”:1.1627510864658086},{“y”:1.2603224057984994},{“y”:1.2054679986132695},{“y”:1.1873094771177493},{“y”:1.4529314896744223},{“y”:1.5072850778896527},{“y”:1.4787973164782133},{“y”:1.439910196454305},{“y”:1.3854387684814453},{“y”:1.369677700896007},{“y”:1.30130118152066},{“y”:1.2896350455134942},{“y”:1.285481194056386},{“y”:1.3324697974185844},{“y”:1.3826989941161245},{“y”:1.3684109235012885},{“y”:1.4126302925587695},{“y”:1.365877368711851},{“y”:1.3229836969279247},{“y”:1.321687459593788},{“y”:1.3373896073004117},{“y”:1.3180344271067008},{“y”:1.3543585324017324},{“y”:1.3016547007935908},{“y”:1.3151473530443114},{“y”:1.3507054999146453},{“y”:1.405530447160457},{“y”:1.4030852721892524},{“y”:1.5105845911038092},{“y”:1.320980421047905},{“y”:1.3278838125933454},{“y”:1.7276454246917143},{“y”:1.8475768380381563},{“y”:1.8308730523915122},{“y”:1.7216945169304911},{“y”:1.573393181930282},{“y”:1.6166109130477426},{“y”:1.6192328476554125},{“y”:1.6306927640866953},{“y”:1.681275480057166},{“y”:1.6989514437043916},{“y”:1.676031610841826},{“y”:1.6120740823782855},{“y”:1.680214922238331},{“y”:1.6843687736954394},{“y”:1.6369971911208703},{“y”:1.671936679263554},{“y”:1.7047845117079852},{“y”:1.7545718093143405},{“y”:1.833642286696251},{“y”:1.7675047227162253},{“y”:1.7125324757733447},{“y”:1.7320644156035205},{“y”:1.753010432525484},{“y”:1.7142706121986662},{“y”:1.6344047164526185},{“y”:1.6770921686606612},{“y”:1.663398248645679},{“y”:1.5598416098007255},{“y”:1.6776224475700792},{“y”:1.7314752168152883},{“y”:1.724817270508161},{“y”:1.8106635339548496},{“y”:1.807216721043646},{“y”:1.8119303113495682},{“y”:1.8588010749541375},{“y”:1.8735310446601583},{“y”:1.8956849190980045},{“y”:1.863809264654176},{“y”:1.8394164348210087},{“y”:1.873589964538973},{“y”:1.9146571200793665},{“y”:1.918192312808803},{“y”:1.9004868892221811},{“y”:1.923288882327096},{“y”:1.8701726115671873},{“y”:1.8868174773349955},{“y”:1.9457078962196612},{“y”:1.929210330148922},{“y”:1.8987487527968596},{“y”:1.9615573436233325},{“y”:2.0484936248282746},{“y”:2.0107259825020374},{“y”:1.8788338337543347},{“y”:1.8882395200279016},{“y”:2.2153841815974964},{“y”:2.481849333579408},{“y”:2.497050662316032},{“y”:2.5698756325426038},{“y”:2.6698626669070595},{“y”:2.8357515857362827},{“y”:2.93235072706835},{“y”:2.9441936227120027},{“y”:2.9144390839058443},{“y”:3.0006977865043},{“y”:2.9454604001067213},{“y”:2.8845961652814323},{“y”:2.8416730335580875},{“y”:2.828769580095621},{“y”:2.8319807134915234},{“y”:2.7900297597687818},{“y”:2.790235979344665},{“y”:2.8496861370781668},{“y”:2.9235422051841553},{“y”:2.9848777990400257},{“y”:2.9442525425908173},{“y”:2.941571688104333},{“y”:2.9868516149806275},{“y”:2.976187116913482},{“y”:2.9879416327388806},{“y”:2.9856437574647448},{“y”:2.9681766110712915},{“y”:3.3658831954559703},{“y”:3.5611731338183996},{“y”:3.690885247049617},{“y”:3.6328786263472996},{“y”:3.534541348589911},{“y”:3.3946950162009446},{“y”:3.4013824224474893},{“y”:3.41723186985116},{“y”:3.4554414112685823},{“y”:3.5128293732432287},{“y”:3.456708188663301},{“y”:3.3712449044289614},{“y”:3.309850390694276},{“y”:3.3345672798609773},{“y”:3.4242433354312185},{“y”:3.4047408555404606},{“y”:3.3843545774673114},{“y”:3.3386327514998317},{“y”:3.2523445889619578},{“y”:3.3193364911849357},{“y”:3.4364986702266385},{“y”:3.435379192528967},{“y”:3.41623023191114},{“y”:3.4257163324018207},{“y”:3.3379257129539486},{“y”:3.290730890015845},{“y”:3.2900996058481846},{“y”:3.750364864722537},{“y”:3.9399690347784415},{“y”:3.824368232525573},{“y”:3.759792045334382},{“y”:3.8721522542519087},{“y”:4.057484733093075},{“y”:4.002718705726078},{“y”:4.072008483223213},{“y”:4.0872098119598155},{“y”:4.108244208700011},{“y”:4.157795826791065},{“y”:4.110925063186518},{“y”:4.056100115940706},{“y”:4.070947925404377},{“y”:4.03980876944585},{“y”:4.071360364556145},{“y”:4.029792390045752},{“y”:3.9297758957418556},{“y”:3.9000508168751153},{“y”:3.710947465789211},{“y”:3.8671735244912666},{“y”:3.877926402376666},{“y”:3.9063257839698733},{“y”:3.7111831453045125},{“y”:3.700017828267346},{“y”:3.772872258433335},{“y”:3.7731782614606724},{“y”:3.7869246495328697},{“y”:3.8257528496779423},{“y”:3.9807710508641154},{“y”:3.878309381589036},{“y”:4.005723619546118},{“y”:3.9555828026668105},{“y”:3.9620050694586366},{“y”:4.004073862939029},{“y”:4.006106598758467},{“y”:4.054509279212453},{“y”:3.96895761515988},{“y”:3.952489509028559},{“y”:3.9117169528822817},{“y”:3.9106563950634463},{“y”:4.01005423063967},{“y”:4.025196639497479},{“y”:4.072362002496143},{“y”:4.084352197836844},{“y”:3.9793864337117455},{“y”:3.977029638558774},{“y”:4.033828401745209},{“y”:4.000715429846058},{“y”:3.8722406340701414},{“y”:3.8628134534582963},{“y”:3.801242180087124},{“y”:3.7973534680847356},{“y”:3.7828886378334343}],”dashStyle”:”solid”,”opacity”:100,”colorIndex”:0,”color”:”#89b8e3″,”negativeColor”:”#a76cc0″,”negativeColorIdx”:1,”initialIndex”:0},{“name”:”S&P 500 Index”,”symbol”:”SPX”,”markdown”:”{series}”,”decimals”:2,”prefix”:””,”suffix”:””,”tickerType”:”Index”,”showInLegend”:true,”data”:[{“y”:null},{“y”:0},{“y”:0.10305407586586555},{“y”:0.1801598725247311},{“y”:-0.003986912436998088},{“y”:0.1590691693209794},{“y”:0.24887474425305625},{“y”:0.24456589091036468},{“y”:0.306023746482569},{“y”:0.23617496597982426},{“y”:0.24524623617499583},{“y”:0.4359696920282146},{“y”:0.4359696920282146},{“y”:0.2903758053959079},{“y”:0.2987667303264277},{“y”:0.3559157325559405},{“y”:0.3017148931398569},{“y”:0.2964989127776502},{“y”:0.29060258715079185},{“y”:0.3266608861765529},{“y”:0.2747278643092673},{“y”:0.2538639428603996},{“y”:0.30012742085571065},{“y”:0.4135182982952006},{“y”:0.37020298311331873},{“y”:0.4488962520563099},{“y”:0.5371143547042404},{“y”:0.6747708799157747},{“y”:0.674234134019227},{“y”:1.5501484537486452},{“y”:1.6662607122466804},{“y”:1.7147920077907897},{“y”:1.7254507502700869},{“y”:1.742232600131147},{“y”:1.6812283080686898},{“y”:1.6553751880124992},{“y”:1.5973190587634714},{“y”:1.3553429263075982},{“y”:1.2764228756097231},{“y”:1.3712176491491228},{“y”:1.3108937023513174},{“y”:1.4013796225480255},{“y”:1.4231506710164084},{“y”:1.442880683690877},{“y”:1.500936812939905},{“y”:1.5524162712974228},{“y”:1.5315523498485755},{“y”:1.615008035644026},{“y”:1.6129669998501122},{“y”:1.5748676650304574},{“y”:1.521347170879005},{“y”:1.5290577505448937},{“y”:1.3743925937174357},{“y”:1.491865542744754},{“y”:1.431768377701812},{“y”:1.4204366731100402},{“y”:1.9626644658735006},{“y”:2.007567253339549},{“y”:1.9583556125308088},{“y”:1.889187177292716},{“y”:1.9710553908040205},{“y”:1.989197931194343},{“y”:1.8934960306354283},{“y”:1.9275132938672752},{“y”:1.9730964265979347},{“y”:2.018679559328614},{“y”:2.029565083562816},{“y”:2.0395434807774824},{“y”:2.0663037278532084},{“y”:2.0545110765994914},{“y”:2.0334203733957397},{“y”:2.0687983271568697},{“y”:2.079230287881304},{“y”:2.067437636627587},{“y”:2.16359310069629},{“y”:2.1137011146228977},{“y”:2.1420488339827704},{“y”:2.20441381657449},{“y”:2.3100941143481117},{“y”:2.3175779122591162},{“y”:2.4434417862169546},{“y”:2.276076851116265},{“y”:2.2795193194906243},{“y”:2.49537480808424},{“y”:2.5910767086431545},{“y”:2.6130745388664214},{“y”:2.481314339281725},{“y”:2.3676966800873718},{“y”:2.4014871615643347},{“y”:2.411465558779001},{“y”:2.4518327111474743},{“y”:2.459770072568226},{“y”:2.4824482480561243},{“y”:2.358171846382453},{“y”:2.3175779122591162},{“y”:2.3749536962434927},{“y”:2.3266491824542674},{“y”:2.2840142125370164},{“y”:2.306465606270031},{“y”:2.329597345267697},{“y”:2.3277830912286666},{“y”:2.4089709594753397},{“y”:2.264284199862548},{“y”:2.2216492299452972},{“y”:2.1939818558500765},{“y”:2.193301510585425},{“y”:2.1490790683840277},{“y”:2.1146082416424337},{“y”:2.1887658754878494},{“y”:2.1747131021869794},{“y”:2.1876319667134503},{“y”:2.276303632871128},{“y”:2.339122178972615},{“y”:2.323927801395722},{“y”:2.335266889139671},{“y”:2.3493273579421654},{“y”:2.3989925622606734},{“y”:2.4443489132364693},{“y”:2.4967354986135026},{“y”:2.5214547098953144},{“y”:2.490612391231781},{“y”:2.4216707377485718},{“y”:2.4314223532083536},{“y”:2.501271133711078},{“y”:2.485169629114669},{“y”:2.4645324894206855},{“y”:2.4999104431818155},{“y”:2.543679321873445},{“y”:2.5513899015393333},{“y”:2.5931177444370688},{“y”:2.551616683294217},{“y”:2.571346695968686},{“y”:2.630763515746976},{“y”:2.7187548366400227},{“y”:2.6606987073910155},{“y”:2.5572862271661916},{“y”:2.5686956109580175},{“y”:2.597426597779781},{“y”:2.721476217698568},{“y”:2.7584416437438444},{“y”:2.73236174193277},{“y”:2.790644652936661},{“y”:2.8686575766150417},{“y”:2.9314761227165085},{“y”:2.893376787896833},{“y”:2.946216936783634},{“y”:3.09475898622937},{“y”:3.0246834239717617},{“y”:3.0446402184011143},{“y”:3.058473905448745},{“y”:3.019467443609555},{“y”:3.117437161717268},{“y”:3.0931715139452236},{“y”:3.1117676178452935},{“y”:3.159618568124771},{“y”:3.255774032193454},{“y”:3.339910063253556},{“y”:3.2968215298265373},{“y”:3.3145105067071126},{“y”:3.4117998795501947},{“y”:3.389575267572044},{“y”:3.3746076717500344},{“y”:3.313603379687598},{“y”:3.2985665221452596},{“y”:3.7143267405587572},{“y”:3.7472100950162046},{“y”:3.739272733595432},{“y”:3.695957418413551},{“y”:3.7415405511442303},{“y”:3.571681016739879},{“y”:3.678268441532996},{“y”:3.6741863699451676},{“y”:3.706842942647732},{“y”:3.731108590419797},{“y”:3.7544671111723256},{“y”:3.590503902394833},{“y”:3.535395935959235},{“y”:3.5827933227289446},{“y”:3.574629179553288},{“y”:3.531767427881174},{“y”:3.541972606850724},{“y”:3.513851669245735},{“y”:3.4036357363745378},{“y”:3.426767475372204},{“y”:3.5725881437593943},{“y”:3.590730684149696},{“y”:3.6633008457109866},{“y”:3.6866593664635157},{“y”:3.6104606968241653},{“y”:3.5406119163214407},{“y”:3.542124762167161},{“y”:3.460104393339419},{“y”:3.4474046150661874},{“y”:3.2659792111630037},{“y”:3.130817285255131},{“y”:3.0913572599061934},{“y”:3.18116283483827},{“y”:3.214953316315233},{“y”:3.1977179029444263},{“y”:3.301810728433881},{“y”:3.265298865898372},{“y”:3.387080668268382},{“y”:3.223117459490869},{“y”:3.1716380011333514},{“y”:3.1364868291271053},{“y”:3.1655148937516095},{“y”:3.1879662874846435},{“y”:3.1430635000185947},{“y”:3.124240614363641},{“y”:3.051216889292604},{“y”:2.8291975512660836},{“y”:2.9001802405432064},{“y”:2.913106800571302},{“y”:2.8500614727149514},{“y”:2.6938088436033474},{“y”:2.8187655905416498},{“y”:2.8518757267539816},{“y”:2.8425222012442415},{“y”:3.159618568124771},{“y”:3.0033659390131464},{“y”:3.0879555335829965},{“y”:2.8911089703480557},{“y”:3.03239400363765},{“y”:3.0630095405463207},{“y”:3.1682362748101545},{“y”:3.22016929667746},{“y”:3.0990678395720823},{“y”:3.193862613111482},{“y”:3.0861412795439658},{“y”:3.063236322301205},{“y”:2.9999642126899704},{“y”:3.0376099839998774},{“y”:3.158031095840604},{“y”:3.212685498766435},{“y”:3.2369511465385},{“y”:3.283214624533811},{“y”:3.0786574816329617},{“y”:3.1144889989038385},{“y”:3.177987890269957},{“y”:3.0850073707695875},{“y”:2.90879794722861},{“y”:2.9557417704885527},{“y”:2.903128403356636},{“y”:2.883625172437051},{“y”:2.8754610292613947}],”dashStyle”:”solid”,”opacity”:100,”colorIndex”:1,”color”:”#a76cc0″,”negativeColor”:”#61c9ae”,”negativeColorIdx”:2,”initialIndex”:1},{“name”:”NASDAQ Composite Index”,”symbol”:”COMP”,”markdown”:”{series}”,”decimals”:2,”prefix”:””,”suffix”:””,”tickerType”:”Index”,”showInLegend”:true,”data”:[{“y”:null},{“y”:0},{“y”:-0.05234906628275698},{“y”:-0.031653265800149724},{“y”:-0.2745620700411901},{“y”:0.05292329529982668},{“y”:0.21993534183002303},{“y”:0.1690672738151464},{“y”:0.16396397014751912},{“y”:0.044274788408967196},{“y”:0.0005768976415338928},{“y”:0.34613962252294384},{“y”:0.328498334838976},{“y”:0.11760152074504088},{“y”:0.17658571952803812},{“y”:0.2472069639383686},{“y”:0.15643926000310965},{“y”:0.15596556691720923},{“y”:0.13961066720110724},{“y”:0.1814243845909365},{“y”:0.09397215789887814},{“y”:0.03349030451520283},{“y”:0.09516257116937107},{“y”:0.24523317227563637},{“y”:0.20160930318361436},{“y”:0.2952381962050543},{“y”:0.39016942088578066},{“y”:0.5468490800244687},{“y”:0.5496163006942181},{“y”:1.7022872303292291},{“y”:1.8190078883344531},{“y”:1.9284238380283967},{“y”:1.9201946186634682},{“y”:1.961037043892076},{“y”:1.78310925263786},{“y”:1.7802019938155187},{“y”:1.7477382409761248},{“y”:1.3363792612018834},{“y”:1.2187685007649611},{“y”:1.3515620860965127},{“y”:1.3771989478877613},{“y”:1.4912493184393028},{“y”:1.5432645647759153},{“y”:1.5823962351453391},{“y”:1.7067450311164134},{“y”:1.8160642165916299},{“y”:1.7956849876671892},{“y”:1.874339447314197},{“y”:1.9023739704523128},{“y”:1.848618548573145},{“y”:1.7815636279418308},{“y”:1.8434143004245815},{“y”:1.6731024714978944},{“y”:1.802372967908566},{“y”:1.7209350852510914},{“y”:1.7060556090810968},{“y”:2.6647618531431836},{“y”:2.7241229964128126},{“y”:2.648804164704122},{“y”:2.4868097776921414},{“y”:2.710118591622549},{“y”:2.731853802052196},{“y”:2.6205152683452675},{“y”:2.6879445510892834},{“y”:2.821337062922357},{“y”:2.87614812620118},{“y”:2.903466446377284},{“y”:2.9719794802668273},{“y”:2.9723387603881593},{“y”:2.9920401278543074},{“y”:2.9899324244395524},{“y”:3.0584670014889532},{“y”:3.081511353814846},{“y”:3.054281593109827},{“y”:3.170908373004539},{“y”:3.1039459211281106},{“y”:3.1132183200240124},{“y”:3.176771316033653},{“y”:3.350048813026476},{“y”:3.3670434590713465},{“y”:3.4840829857421047},{“y”:3.310251894834846},{“y”:3.310727491813597},{“y”:3.607812276650703},{“y”:3.751310664722625},{“y”:3.873324461821385},{“y”:3.769097666375651},{“y”:3.5784129718981283},{“y”:3.5325790055306006},{“y”:3.586930561875014},{“y”:3.6559427078922915},{“y”:3.6625715046343217},{“y”:3.717459774838605},{“y”:3.5226489101107252},{“y”:3.4909069707872304},{“y”:3.5711909329537743},{“y”:3.4601676446857668},{“y”:3.3780653222543893},{“y”:3.395430483579028},{“y”:3.380699160878014},{“y”:3.344487568778571},{“y”:3.4518889724519024},{“y”:3.2004000607736893},{“y”:3.1493691815181157},{“y”:3.088835490195567},{“y”:3.0239226329289446},{“y”:2.9738192686798457},{“y”:3.0197516881588404},{“y”:3.1427871239026595},{“y”:3.1290237108146592},{“y”:3.42420197767227},{“y”:3.4913087654040122},{“y”:3.5953285699569513},{“y”:3.5886846310422533},{“y”:3.5734682460636167},{“y”:3.6194823312495266},{“y”:3.6812917566763548},{“y”:3.7357190067352892},{“y”:3.8280941658579892},{“y”:3.9059906931028383},{“y”:3.8709419665893483},{“y”:3.732776011507233},{“y”:3.735654923489356},{“y”:3.8600940795119656},{“y”:3.8596616222920272},{“y”:3.8264607330396765},{“y”:3.886586686028985},{“y”:3.9862021941214945},{“y”:3.9883993575916645},{“y”:4.0538958433277985},{“y”:3.973144195754494},{“y”:4.009681808933655},{“y”:4.088526826034548},{“y”:4.23068136842879},{“y”:4.136348494267632},{“y”:4.076390671897182},{“y”:4.088034798801276},{“y”:3.690313932310084},{“y”:3.865847835199839},{“y”:3.8415569855961342},{“y”:3.8125197134892153},{“y”:3.8782140778196528},{“y”:3.907006746335256},{“y”:3.935950066826048},{“y”:3.874813614262154},{“y”:4.104157581341199},{“y”:4.391689958424609},{“y”:4.4128219738166985},{“y”:4.532960509834627},{“y”:4.62114434946417},{“y”:4.51208586303326},{“y”:4.67910299501926},{“y”:4.670069766420901},{“y”:4.7183476062215846},{“y”:4.739405403832647},{“y”:4.907659728093751},{“y”:5.0186334918526665},{“y”:5.031438449928306},{“y”:5.054938145576884},{“y”:5.13652903134792},{“y”:5.080379289066874},{“y”:5.006735076174275},{“y”:4.8914038091519565},{“y”:4.882260519449886},{“y”:5.24215319471782},{“y”:5.1889406333840915},{“y”:5.101514348724587},{“y”:5.120589410606714},{“y”:5.377471319781425},{“y”:5.155981596334241},{“y”:5.353521439311991},{“y”:5.330301447207853},{“y”:5.323888703302287},{“y”:5.294548768923013},{“y”:5.406110157252055},{“y”:5.0356557316089585},{“y”:4.946396855748461},{“y”:4.990804329792533},{“y”:4.852953943989615},{“y”:4.798271108061325},{“y”:4.827969185611037},{“y”:4.822196423325916},{“y”:4.720600294720572},{“y”:4.690894388362488},{“y”:4.853718685585997},{“y”:4.883245031301161},{“y”:5.031819208160267},{“y”:5.074057567482574},{“y”:4.980710065826377},{“y”:4.904683759352949},{“y”:4.914236728698127},{“y”:4.549277513486218},{“y”:4.344236669412674},{“y”:4.022835749209975},{“y”:3.6660909667006525},{“y”:3.5134928582173335},{“y”:3.5346394710179077},{“y”:3.690341097767652},{“y”:3.6324716042649268},{“y”:3.80981164496002},{“y”:3.658973802218134},{“y”:3.832185637907977},{“y”:3.483348623409167},{“y”:3.4299847155203684},{“y”:3.3519048330732977},{“y”:3.3780390220283514},{“y”:3.4053046249008077},{“y”:3.341621857958809},{“y”:3.332758823187725},{“y”:3.212464622345694},{“y”:2.8749281835803506},{“y”:2.9027632487971644},{“y”:2.8610948275445374},{“y”:2.7064978509708437},{“y”:2.5513248343820183},{“y”:2.823029943059753},{“y”:2.7633269096191975},{“y”:2.7607766005719214},{“y”:3.3663495007929263},{“y”:2.9763231173024574},{“y”:2.996052347535971},{“y”:2.5598203534536412},{“y”:2.7107627946612314},{“y”:2.774767539704911},{“y”:2.992772283517316},{“y”:3.0953751168727135},{“y”:2.8358106240731393},{“y”:2.9456254323965143},{“y”:2.8086104335938917},{“y”:2.745417841900605},{“y”:2.6800418211310535},{“y”:2.748455183604141},{“y”:2.9290404891199997},{“y”:3.031156737770512},{“y”:3.047037479509515},{“y”:3.1655133556331547},{“y”:2.819248345537794},{“y”:2.867220660533255},{“y”:2.932309852366251},{“y”:2.7665598416635633},{“y”:2.4797890988345794},{“y”:2.5863159064823265},{“y”:2.541659098829846},{“y”:2.5369409638433917},{“y”:2.5379012869223243}],”dashStyle”:”solid”,”opacity”:100,”colorIndex”:2,”color”:”#61c9ae”,”negativeColor”:”#f8954a”,”negativeColorIdx”:3,”initialIndex”:2}],”categories”:[“07/10/2023 4:00:00 p”,”07/10/2023 4:00:00 p”,”07/11/2023 9:30:00 a”,”07/11/2023 9:45:00 a”,”07/11/2023 10:00:00 a”,”07/11/2023 10:15:00 a”,”07/11/2023 10:30:00 a”,”07/11/2023 10:45:00 a”,”07/11/2023 11:00:00 a”,”07/11/2023 11:15:00 a”,”07/11/2023 11:30:00 a”,”07/11/2023 11:45:00 a”,”07/11/2023 12:00:00 p”,”07/11/2023 12:15:00 p”,”07/11/2023 12:30:00 p”,”07/11/2023 12:45:00 p”,”07/11/2023 1:00:00 p”,”07/11/2023 1:15:00 p”,”07/11/2023 1:30:00 p”,”07/11/2023 1:45:00 p”,”07/11/2023 2:00:00 p”,”07/11/2023 2:15:00 p”,”07/11/2023 2:30:00 p”,”07/11/2023 2:45:00 p”,”07/11/2023 3:00:00 p”,”07/11/2023 3:15:00 p”,”07/11/2023 3:30:00 p”,”07/11/2023 3:45:00 p”,”07/11/2023 4:00:00 p”,”07/12/2023 9:30:00 a”,”07/12/2023 9:45:00 a”,”07/12/2023 10:00:00 a”,”07/12/2023 10:15:00 a”,”07/12/2023 10:30:00 a”,”07/12/2023 10:45:00 a”,”07/12/2023 11:00:00 a”,”07/12/2023 11:15:00 a”,”07/12/2023 11:30:00 a”,”07/12/2023 11:45:00 a”,”07/12/2023 12:00:00 p”,”07/12/2023 12:15:00 p”,”07/12/2023 12:30:00 p”,”07/12/2023 12:45:00 p”,”07/12/2023 1:00:00 p”,”07/12/2023 1:15:00 p”,”07/12/2023 1:30:00 p”,”07/12/2023 1:45:00 p”,”07/12/2023 2:00:00 p”,”07/12/2023 2:15:00 p”,”07/12/2023 2:30:00 p”,”07/12/2023 2:45:00 p”,”07/12/2023 3:00:00 p”,”07/12/2023 3:15:00 p”,”07/12/2023 3:30:00 p”,”07/12/2023 3:45:00 p”,”07/12/2023 4:00:00 p”,”07/13/2023 9:30:00 a”,”07/13/2023 9:45:00 a”,”07/13/2023 10:00:00 a”,”07/13/2023 10:15:00 a”,”07/13/2023 10:30:00 a”,”07/13/2023 10:45:00 a”,”07/13/2023 11:00:00 a”,”07/13/2023 11:15:00 a”,”07/13/2023 11:30:00 a”,”07/13/2023 11:45:00 a”,”07/13/2023 12:00:00 p”,”07/13/2023 12:15:00 p”,”07/13/2023 12:30:00 p”,”07/13/2023 12:45:00 p”,”07/13/2023 1:00:00 p”,”07/13/2023 1:15:00 p”,”07/13/2023 1:30:00 p”,”07/13/2023 1:45:00 p”,”07/13/2023 2:00:00 p”,”07/13/2023 2:15:00 p”,”07/13/2023 2:30:00 p”,”07/13/2023 2:45:00 p”,”07/13/2023 3:00:00 p”,”07/13/2023 3:15:00 p”,”07/13/2023 3:30:00 p”,”07/13/2023 3:45:00 p”,”07/13/2023 4:00:00 p”,”07/14/2023 9:30:00 a”,”07/14/2023 9:45:00 a”,”07/14/2023 10:00:00 a”,”07/14/2023 10:15:00 a”,”07/14/2023 10:30:00 a”,”07/14/2023 10:45:00 a”,”07/14/2023 11:00:00 a”,”07/14/2023 11:15:00 a”,”07/14/2023 11:30:00 a”,”07/14/2023 11:45:00 a”,”07/14/2023 12:00:00 p”,”07/14/2023 12:15:00 p”,”07/14/2023 12:30:00 p”,”07/14/2023 12:45:00 p”,”07/14/2023 1:00:00 p”,”07/14/2023 1:15:00 p”,”07/14/2023 1:30:00 p”,”07/14/2023 1:45:00 p”,”07/14/2023 2:00:00 p”,”07/14/2023 2:15:00 p”,”07/14/2023 2:30:00 p”,”07/14/2023 2:45:00 p”,”07/14/2023 3:00:00 p”,”07/14/2023 3:15:00 p”,”07/14/2023 3:30:00 p”,”07/14/2023 3:45:00 p”,”07/14/2023 4:00:00 p”,”07/17/2023 9:30:00 a”,”07/17/2023 9:45:00 a”,”07/17/2023 10:00:00 a”,”07/17/2023 10:15:00 a”,”07/17/2023 10:30:00 a”,”07/17/2023 10:45:00 a”,”07/17/2023 11:00:00 a”,”07/17/2023 11:15:00 a”,”07/17/2023 11:30:00 a”,”07/17/2023 11:45:00 a”,”07/17/2023 12:00:00 p”,”07/17/2023 12:15:00 p”,”07/17/2023 12:30:00 p”,”07/17/2023 12:45:00 p”,”07/17/2023 1:00:00 p”,”07/17/2023 1:15:00 p”,”07/17/2023 1:30:00 p”,”07/17/2023 1:45:00 p”,”07/17/2023 2:00:00 p”,”07/17/2023 2:15:00 p”,”07/17/2023 2:30:00 p”,”07/17/2023 2:45:00 p”,”07/17/2023 3:00:00 p”,”07/17/2023 3:15:00 p”,”07/17/2023 3:30:00 p”,”07/17/2023 3:45:00 p”,”07/17/2023 4:00:00 p”,”07/18/2023 9:30:00 a”,”07/18/2023 9:45:00 a”,”07/18/2023 10:00:00 a”,”07/18/2023 10:15:00 a”,”07/18/2023 10:30:00 a”,”07/18/2023 10:45:00 a”,”07/18/2023 11:00:00 a”,”07/18/2023 11:15:00 a”,”07/18/2023 11:30:00 a”,”07/18/2023 11:45:00 a”,”07/18/2023 12:00:00 p”,”07/18/2023 12:15:00 p”,”07/18/2023 12:30:00 p”,”07/18/2023 12:45:00 p”,”07/18/2023 1:00:00 p”,”07/18/2023 1:15:00 p”,”07/18/2023 1:30:00 p”,”07/18/2023 1:45:00 p”,”07/18/2023 2:00:00 p”,”07/18/2023 2:15:00 p”,”07/18/2023 2:30:00 p”,”07/18/2023 2:45:00 p”,”07/18/2023 3:00:00 p”,”07/18/2023 3:15:00 p”,”07/18/2023 3:30:00 p”,”07/18/2023 3:45:00 p”,”07/18/2023 4:00:00 p”,”07/19/2023 9:30:00 a”,”07/19/2023 9:45:00 a”,”07/19/2023 10:00:00 a”,”07/19/2023 10:15:00 a”,”07/19/2023 10:30:00 a”,”07/19/2023 10:45:00 a”,”07/19/2023 11:00:00 a”,”07/19/2023 11:15:00 a”,”07/19/2023 11:30:00 a”,”07/19/2023 11:45:00 a”,”07/19/2023 12:00:00 p”,”07/19/2023 12:15:00 p”,”07/19/2023 12:30:00 p”,”07/19/2023 12:45:00 p”,”07/19/2023 1:00:00 p”,”07/19/2023 1:15:00 p”,”07/19/2023 1:30:00 p”,”07/19/2023 1:45:00 p”,”07/19/2023 2:00:00 p”,”07/19/2023 2:15:00 p”,”07/19/2023 2:30:00 p”,”07/19/2023 2:45:00 p”,”07/19/2023 3:00:00 p”,”07/19/2023 3:15:00 p”,”07/19/2023 3:30:00 p”,”07/19/2023 3:45:00 p”,”07/19/2023 4:00:00 p”,”07/20/2023 9:30:00 a”,”07/20/2023 9:45:00 a”,”07/20/2023 10:00:00 a”,”07/20/2023 10:15:00 a”,”07/20/2023 10:30:00 a”,”07/20/2023 10:45:00 a”,”07/20/2023 11:00:00 a”,”07/20/2023 11:15:00 a”,”07/20/2023 11:30:00 a”,”07/20/2023 11:45:00 a”,”07/20/2023 12:00:00 p”,”07/20/2023 12:15:00 p”,”07/20/2023 12:30:00 p”,”07/20/2023 12:45:00 p”,”07/20/2023 1:00:00 p”,”07/20/2023 1:15:00 p”,”07/20/2023 1:30:00 p”,”07/20/2023 1:45:00 p”,”07/20/2023 2:00:00 p”,”07/20/2023 2:15:00 p”,”07/20/2023 2:30:00 p”,”07/20/2023 2:45:00 p”,”07/20/2023 3:00:00 p”,”07/20/2023 3:15:00 p”,”07/20/2023 3:30:00 p”,”07/20/2023 3:45:00 p”,”07/20/2023 4:00:00 p”,”07/21/2023 9:30:00 a”,”07/21/2023 9:45:00 a”,”07/21/2023 10:00:00 a”,”07/21/2023 10:15:00 a”,”07/21/2023 10:30:00 a”,”07/21/2023 10:45:00 a”,”07/21/2023 11:00:00 a”,”07/21/2023 11:15:00 a”,”07/21/2023 11:30:00 a”,”07/21/2023 11:45:00 a”,”07/21/2023 12:00:00 p”,”07/21/2023 12:15:00 p”,”07/21/2023 12:30:00 p”,”07/21/2023 12:45:00 p”,”07/21/2023 1:00:00 p”,”07/21/2023 1:15:00 p”,”07/21/2023 1:30:00 p”,”07/21/2023 1:45:00 p”,”07/21/2023 2:00:00 p”,”07/21/2023 2:15:00 p”,”07/21/2023 2:30:00 p”,”07/21/2023 2:45:00 p”,”07/21/2023 3:00:00 p”,”07/21/2023 3:15:00 p”,”07/21/2023 3:30:00 p”,”07/21/2023 3:45:00 p”,”07/21/2023 4:00:00 p”],”annotations”:[],”legend”:{“enabled”:true,”layout”:”default”,”showColorChips”:true,”itemsInOrder”:true},”headings”:{“title”:{“text”:”The Dow has kept powering on”,”enabled”:true},”dek”:{“text”:””,”enabled”:true},”subdek”:{“text”:”Indices”,”enabled”:true},”note”:{“text”:”Note: “,”enabled”:false},”source”:{“text”:”Source: FactSet”,”enabled”:true},”date”:{“text”:”As of July 21, 4 p.m. ET”,”enabled”:false},”xaxisTitle”:{“text”:””,”enabled”:true},”yaxisTitle”:{“text”:””,”enabled”:true},”slug”:{},”subdekPromo”:{“text”:””,”enabled”:false},”sourcePromo”:{“text”:”Source: “,”enabled”:false},”notePromo”:{“text”:”Note: “,”enabled”:false},”chartFont”:”en”,”altText”:{“text”:”The Dow has kept powering on”,”modifiedByUser”:false,”prevProp”:”title”}},”xAxisInterval”:”auto”,”mobileXAxisInterval”:”auto”,”mobileXAxisIntervalSameAsDesktop”:true,”yAxisInterval”:””,”yAxisMobileInterval”:””,”yAxisMobileEnabled”:true,”logScale”:false,”allowDecimals”:true,”plotBands”:[],”plotBandPresets”:[],”majorTicksArticle”:”month”,”minorTicksArticle”:”date”,”majorTicksPrint”:”month”,”minorTicksPrint”:”date”,”majorTicksPromo”:”year”,”minorTicksPromo”:”month”,”hiddenCategoriesArticle”:[],”hiddenCategoriesPrint”:[],”hiddenCategoriesPromo”:[],”dateSpan”:950400000,”minorLabelsVisible”:false,”plotLines”:[{“plotLineValue”:””,”plotLineDashStyle”:”solid”,”plotLineLabel”:””,”plotLineLabelPosition”:”top right”,”plotLineColor”:””}],”colorMode”:”DEFAULT”,”horizontalBarType”:”normal”,”specialHorizontalBarXValue”:””,”horizontalBarLabel”:true,”step”:false,”liveMarketData”:true,”isIntraday”:true,”needsCommas”:false,”isPercent”:true,”singleIsPercent”:false,”tickers”:[{“chartingSymbol”:”INDEX/US/DOW JONES GLOBAL/DJIA”,”company”:”Dow Jones Industrial Average”,”country”:”US”,”djnSymbol”:null,”exchange”:”Dow Jones Global”,”exchangeIsoCode”:”DOW JONES GLOBAL”,”isFuture”:false,”factivaCode”:null,”ticker”:”DJIA”,”type”:”Index”,”score”:0.9988394},{“chartingSymbol”:”INDEX/US/S&P US/SPX”,”company”:”S&P 500 Index”,”country”:”US”,”djnSymbol”:null,”exchange”:”S&P US”,”exchangeIsoCode”:”S&P US”,”isFuture”:false,”factivaCode”:null,”ticker”:”SPX”,”type”:”Index”,”score”:1},{“chartingSymbol”:”INDEX/US/XNAS/COMP”,”company”:”NASDAQ Composite Index”,”country”:”US”,”djnSymbol”:null,”exchange”:”Nasdaq”,”exchangeIsoCode”:”XNAS”,”isFuture”:false,”factivaCode”:null,”ticker”:”COMP”,”type”:”Index”,”score”:1}],”dateRange”:”10D”,”start”:”2023-07-10T16:00:00-04:00″,”end”:”2023-07-21T16:00:00-04:00″,”isRolling”:false,”frequency”:”PT15M”,”showMinorTicks”:true,”showTooltips”:true,”connectEmptyDataPoints”:”dotted”,”markedDataPoints”:false,”categoriesAreDates”:true,”categoriesAreMonthly”:false,”fiscalYears”:false,”irregularDates”:true,”reverseDateMonth”:false,”removeOverlappingCategories”:false,”allowCategoriesLinebreak”:false,”suppress”:{},”el”:null,”type”:”line”,”product”:”marketwatch”,”width”:480,”sizes”:{“marketwatch-4u-inset”:{“axes”:{“shown”:true,”tickStyle”:null,”units”:{“commas”:false,”prefix”:””,”suffix”:”%”,”divisor”:”none”},”showRecessions”:false,”showUkRecessions”:false,”reversed”:false},”xAxis”:{},”yAxis”:{},”stacking”:null,”tooltips”:{“commas”:false,”prefix”:””,”suffix”:”%”,”divisor”:”none”,”sameAsAxes”:true},”height”:400,”editing”:true},”marketwatch-8u-inset”:{“axes”:{“shown”:true,”tickStyle”:null,”units”:{“commas”:false,”prefix”:””,”suffix”:”%”,”divisor”:”none”},”showRecessions”:false,”showUkRecessions”:false,”reversed”:false},”xAxis”:{},”yAxis”:{},”stacking”:null,”tooltips”:{“commas”:false,”prefix”:””,”suffix”:”%”,”divisor”:”none”,”sameAsAxes”:true},”height”:434,”editing”:true},”marketwatch-12u-inset”:{“axes”:{“shown”:true,”tickStyle”:null,”units”:{“commas”:false,”prefix”:””,”suffix”:”%”,”divisor”:”none”},”showRecessions”:false,”showUkRecessions”:false,”reversed”:false},”xAxis”:{},”yAxis”:{},”stacking”:null,”tooltips”:{“commas”:false,”prefix”:””,”suffix”:”%”,”divisor”:”none”,”sameAsAxes”:true},”height”:505,”editing”:true}},”size”:null,”print”:null,”defaults”:{“colors”:[“#89b8e3″,”#a76cc0″,”#61c9ae”,”#f8954a”,”#67B2CF”,”#4DB74D”,”#FD523B”,”#F6881F”,”#F9E073″,”#286E84″,”#4d4d4d”,”#919191″,”rgba(0, 0, 0, 0)”,”#3677A8″,”#367F2E”,”#101010″],”sizes”:[{“id”:”marketwatch-4u-inset”,”label”:”Inset Mobile”,”width”:300,”height”:400,”minWidth”:0,”minHeight”:200,”maxHeight”:3000,”interactive”:true,”scale”:2,”target”:”marketwatch”,”publish”:”inset”,”group”:”Dynamic Insets/IFrames”},{“id”:”marketwatch-8u-inset”,”label”:”Inset MG”,”width”:620,”height”:434,”minWidth”:360,”minHeight”:200,”maxHeight”:3000,”interactive”:true,”scale”:1,”target”:”marketwatch”,”publish”:”inset”,”group”:”Dynamic Insets/IFrames”},{“id”:”marketwatch-12u-inset”,”label”:”Inset ZH”,”width”:940,”height”:505,”minWidth”:621,”minHeight”:200,”maxHeight”:3000,”interactive”:true,”scale”:1,”target”:”marketwatch”,”publish”:”inset”,”group”:”Dynamic Insets/IFrames”}]}}; options.el = document.getElementById(‘chart_inner_dfecf267ad2e2e910fed2fa5’); render(); window.addEventListener(‘resize’, function(){ clearTimeout(timeoutId); timeoutId = setTimeout(render, 100); }); window.addEventListener(‘hashchange’, render); trackAction(‘render’); function render(event) { const newWidth = window.innerWidth; if ((event && event.type === ‘hashchange’) || width !== newWidth) { width = newWidth; (ChartEngine.destroy || ChartEngine.default.destroy)(options.el); options.width = options.el.parentElement.offsetWidth; (ChartEngine.render || ChartEngine.default.render)(options, false); } }; } function trackAction(action) { if (window && window.NREUM) { const articleId = document.querySelector(‘meta[name=”article.id”]’); const metaSection = document.querySelector(‘meta[name=”article.section”]’); const pageSource = document.querySelector(‘meta[name=”page.content.source”]’); const metaType = document.querySelector(‘meta[name=”article.type”]’); const data = { insetName: ‘chartlos’, chartId: ‘dfecf267ad2e2e910fed2fa5’, chartVersion: ‘0_10_0’, chartProduct: ‘MARKETWATCH’, articleId: articleId ? articleId.getAttribute(‘content’) : ”, articleType: metaType ? metaType.getAttribute(‘content’) : ”, articleSection: metaType ? metaSection.getAttribute(‘content’) : ”, pageSource: pageSource ? pageSource.getAttribute(‘content’) : ” } window.NREUM.addPageAction( ‘chartlos:’ + action, data ); } }; })(); ]]]]]]]]>]]]]]]>]]]]>]]> []On Thursday, the European Central Bank will deliver its decision. Another increase in borrowing costs is expected, but the ECB’s hawkishness may be tempered after reports released on Monday showed that economic activity in the eurozone slumped to an eight-month low in July.
[]Earnings season remains in full swing, with several tech heavyweights due to report in the week ahead. Alphabet GOOG, +1.39% and Microsoft MSFT, +0.51% will present their numbers on Tuesday, Meta META, -0.49% on Wednesday and Intel INTC, -0.46% on Thursday.
[]Earnings Preview: With Microsoft, Meta and Alphabet earnings hanging on AI, more investors are asking: ‘How are you going to pay for that?’
[]“Equity investors are anticipating the end of interest-rate hikes after having seen inflation go down to 3%, and are wanting to get back into party mode,” said Tim Courtney, chief investment officer of Exencial Wealth Advisors in Oklahoma City, Okla., which manages around $4 billion in assets.
[]“They are seeing cheaper capital ahead and eyeing multiples with lower interest rates” in mind, Courtney said via phone. “And that’s probably where investors need to be a little skeptical and do their due diligence because it does feel an awful lot like the same kind of speculation and really high risk-taking we saw back in 2021. The market seems to be tilting back in the direction of a lot of investments we saw flourish, like tech startups and companies that don’t have a clear path to profitability for years.”
[]The U.S. economy grew in July at the slowest pace in five months, S&P surveys of purchasing managers showed. They pointed to weaker conditions later in the year.
[]The S&P flash U.S. services-sector index fell to 52.4 from 54.4 in the prior month. That’s the lowest reading since February. Meanwhile, the S&P U.S. manufacturing sector index rose to 49.0 from 46.3. A reading above 50 indicates an expansion in activity, while a reading below that level signals contraction.
Companies in focus
- Shares of Domino’s Pizza Inc. DPZ, +0.97% rose 1% after the pizza chain reported second-quarter profit that topped expectations but revenue that surprisingly declined, as market basket pricing to stores fell.
- Shares of AMC Entertainment Holdings Inc. AMC, +37.05% rose 36% after a Delaware judge blocked the company’s plan to convert its APE preferred units into stock. In addition, the theater chain reported its busiest weekend since 2019, boosted by the blockbuster openings of “Barbie” and “Oppenheimer.”
- Shares of Mattel Inc. MAT, +2.10%, maker of Barbie dolls, gained 2%. Big-screen cinema operator IMAX Corp. IMAX, +5.42% rose 6.4%.
- Tesla Inc. TSLA, +3.61% shares rose 3% — shaking off weakness seen after UBS recommended investors stop buying and said prices already fully reflect strong demand.
[]— Jamie Chisholm contributed.
Here are 4 signs that markets are looking frothy in 2023
[]Seemingly everywhere investors look, markets appear to be booming in 2023, a stark turnaround from the doldrums of 2022.
[]Vivien Lou Chen is a Markets Reporter for MarketWatch. You can follow her on Twitter @vivienlouchen.
[]William Watts is MarketWatch markets editor. In addition to managing markets coverage, he writes about stocks, bonds, currencies and commodities, including oil. He also writes about global macro issues and trading strategies. During his time at MarketWatch, Watts has served in key roles in the Frankfurt, London, New York and Washington, D.C., newsrooms.
--> More stuff could go in this aside column
No Recent Tickers
[]Visit a quote page and your recently viewed tickers will be displayed here.
[]
[] No results found
{ // If Dianomi is disabled by user, add ‘generic’ style hiding anything // with a j-dianomi-content class. Allows for cleanup of things like headers // on bottom of home/section pages and borders on MoreHeadlines of quote page const css = ‘.j-dianomi-content { display: none !important; }’; const styleEl = document.createElement(‘style’); styleEl.type = ‘text/css’; styleEl.appendChild(document.createTextNode(css)); document.head.appendChild(styleEl); } const checkDianomiVendor = () => { if (typeof __ace !== ‘undefined’) { // To get Dianomi Vendor Id (or any vendor Id) do following from Console of Marketwatch.com // console.table(__ace(‘djcmp’, ‘getAllVendors’, [])) __ace(‘djcmp’, ‘customVendorIsEnabled’, [‘5fdc7a2fa2286360b24ef388’, (isVendorEnabled) => { if (isVendorEnabled) { loadDianomiScript(); } else { addDianomiDisabledStyles(); } }]); } } // Wait for CMP to finish loading before checking if Dianomi is disabled if (typeof __ace !== ‘undefined’) { __ace(‘djcmp’, ‘executeOnCmpReady’, [{ cb: checkDianomiVendor }]); } }()); ]]]]]]]]>]]]]]]>]]]]>]]>