<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
<head>
	<style type="text/css"> .ttfm1{font-family: 'Oswald';font-size:1.6em;line-height:1.6em;color:;}  .ttfm2{font-family: 'Roboto';font-size:1.6em;line-height:1.6em;color:;}  .ttfm3{font-family: 'Raleway';font-size:1.6em;line-height:1.6em;color:;}  .ttfm4{font-family: 'Open Sans';font-size:1.6em;line-height:1.6em;color:;}  .ttfm5{font-family: 'Lato';font-size:1.6em;line-height:1.6em;color:;} </style>	<!--[if lt IE 9]>
	<script src="https://www.rockwelltrading.com/wp-content/themes/squared/js/html5/dist/html5shiv.js"></script>
	<script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
	<![endif]-->
	<!--[if IE 8]>
	<link rel="stylesheet" type="text/css" href="https://www.rockwelltrading.com/wp-content/themes/squared/css/ie8.css"/>
	<![endif]-->
	<!--[if IE 7]>
	<link rel="stylesheet" type="text/css" href="https://www.rockwelltrading.com/wp-content/themes/squared/css/ie7.css"/>
	<![endif]-->
	<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
	<meta charset="UTF-8">
	
			<!-- custom -->
<script>
function getEmail(){
    function findGetParameter(parameterName) {
        var result = null,
            tmp = [];
        location.search
            .substr(1)
            .split("&")
            .forEach(function (item) {
                tmp = item.split("=");
                if (tmp[0] === parameterName) result = decodeURIComponent(tmp[1]);
            });
        return result;
    }

    var shcEmail = '';
    var email = false;
    if (shcEmail.indexOf('@')!= -1){
        email = shcEmail;
        return email;
    }

    var getEmail = findGetParameter('inf_field_Email');
    if(getEmail!==null){
        email = decodeURIComponent(getEmail);
        return email;
    }
    return email;
}
    function userId(read){
        var cookieName = 'rw_contactId';
        var cookieLifetime = 30;
        function createCookie(name,value,days) {
            var expires = "";
            if (days) {
                var date = new Date();
                date.setTime(date.getTime() + (days*24*60*60*1000));
                expires = "; expires=" + date.toUTCString();
            }
            document.cookie = name + "=" + value + expires + "; path=/";
        }

        function readCookie(name) {
            var nameEQ = name + "=";
            var ca = document.cookie.split(';');
            for(var i=0;i < ca.length;i++) {
                var c = ca[i];
                while (c.charAt(0)==' ') c = c.substring(1,c.length);
                if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
            }
            return null;
        }

        function eraseCookie(name) {
            createCookie(name,"",-1);
        }

        function findGetParameter(parameterName) {
            var result = null,
                tmp = [];
            location.search
                .substr(1)
                .split("&")
                .forEach(function (item) {
                    tmp = item.split("=");
                    if (tmp[0] === parameterName) result = decodeURIComponent(tmp[1]);
                });
            return result;
        }

        var shcId = parseInt('');
        var id = false;
        if (shcId && !id){
            id = shcId;
            createCookie(cookieName,id,cookieLifetime);
        }

        var getId = findGetParameter('contactId');
        if(getId!==null && !id){
            id = parseInt(getId);
            createCookie(cookieName,id,cookieLifetime);
        }

        var cookieId = parseInt(readCookie(cookieName));
        if(cookieId && !id){
            id = cookieId;
            createCookie(cookieName,id,cookieLifetime);
        }
        if(read){
            return id;
        }
    }
    userId(false);
    function getId(){
        return userId(true);
    }
</script>
<!-- front End Redirect -->
<script>
function frontEndRedirect(url,removeParam){

    function getCookie(name) {
        var value = "; " + document.cookie;
        var parts = value.split("; " + name + "=");
        if (parts.length == 2) return parts.pop().split(";").shift();
    }

    function removeURLParameter(url) {
        var newUrl = url.replace("?ao_ty=true&","?");
        newUrl = newUrl.replace("&ao_ty=true&","&");
        newUrl = newUrl.replace("&ao_ty=true","");
        return newUrl;
    }

    function redirect_webinar() {
        var href = url;
        var params = window.location.href.split('?')[1];
        var linkerParam = ga.getAll()[0].get('linkerParam');
        linkerParam = linkerParam ? linkerParam.split('=')[1] : '';
        if(params){
            if (linkerParam){
                href += '?'+params+'&_ga='+linkerParam;
            }else{
                href += '?'+params;
            }
        }else{
            if(linkerParam){
                href += '?_ga='+linkerParam;
            }
        }

        if(removeParam){
            href = removeURLParameter(href);
        }
        window.location.href = href;

    }

    setTimeout(redirect_webinar, 2000);
}

var globalUser = {};
function userParam(name,shortcode,getParam){
    var cookieName = 'rw_'+name;
    var cookieLifetime = 30;
    function createCookie(name,value,days) {
        var expires = "";
        if (days) {
            var date = new Date();
            date.setTime(date.getTime() + (days*24*60*60*1000));
            expires = "; expires=" + date.toUTCString();
        }
        document.cookie = name + "=" + value + expires + "; path=/";
    }

    function readCookie(name) {
        var nameEQ = name + "=";
        var ca = document.cookie.split(';');
        for(var i=0;i < ca.length;i++) {
            var c = ca[i];
            while (c.charAt(0)==' ') c = c.substring(1,c.length);
            if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
        }
        return null;
    }

    function eraseCookie(name) {
        createCookie(name,"",-1);
    }

    function findGetParameter(parameterName) {
        var result = null,
            tmp = [];
        location.search
            .substr(1)
            .split("&")
            .forEach(function (item) {
                tmp = item.split("=");
                if (tmp[0] === parameterName) result = decodeURIComponent(tmp[1]);
            });
        return result;
    }
    var param = false;

    if(shortcode){
        var shcParam = shortcode;
        if (shcParam.indexOf('@')!= -1){
            param = shcParam;
        }
    }
    if (getParam){
        var getParamurl = findGetParameter(getParam);
        if(getParamurl!==null){
            param = decodeURIComponent(getParamurl);
        }
    }

    var cookie = readCookie(cookieName);
    if(cookie && !param){
        param = cookie;
        createCookie(cookieName,param,cookieLifetime);
    }

    if(param){
        eraseCookie(cookieName);
        createCookie(cookieName,param,cookieLifetime);
    }
    globalUser[name] = param;
}
userParam('email','','inf_field_Email');
userParam('contactId','','contactId');
userParam('firstName','','inf_field_FirstName');
</script>

<script>
function removeQueryStringParameter(key, url) {
    if (!url) url = window.location.href;

    var hashParts = url.split('#');

    var regex = new RegExp("([?&])" + key + "=.*?(&|#|$)", "i");

    if (hashParts[0].match(regex)) {
        //REMOVE KEY AND VALUE
        url = hashParts[0].replace(regex, '$1');

        //REMOVE TRAILING ? OR &
        url = url.replace(/([?&])$/, '');

        //ADD HASH
        if (typeof hashParts[1] !== 'undefined' && hashParts[1] !== null)
            url += '#' + hashParts[1];
    }

    return url;
}
var newURL = removeQueryStringParameter('inf_field_Email');
newURL = removeQueryStringParameter('inf_field_Email',newURL);
newURL = removeQueryStringParameter('inf_field_FirstName',newURL);
newURL = removeQueryStringParameter('inf_field_LastName',newURL);
window.history.replaceState(null, null, newURL);
</script>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KPG3TV');</script>
<!-- End Google Tag Manager -->
<!-- START Google Universal Analytics Code -->
<script>
var userID = '';
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
if(userID){
ga('create', 'UA-164774-3', 'auto', {'allowLinker': true, 'userId': ''});
}else{
ga('create', 'UA-164774-3', 'auto', {'allowLinker': true});
}
ga('require', 'linker');
ga('linker:autoLink', ['rockwell.infusionsoft.com','app.webinarjam.net'], false, true);
ga('require', 'displayfeatures');
ga('require', 'GTM-NKR3C6Q');
ga('send', 'pageview');
</script>
<!-- END Google Universal Analytics Code -->	
		<title>Hurricane Harvey smashes Gulf Coast - Here&#039;s what you need to know...</title>

<!-- Start Visual Website Optimizer Asynchronous Code -->
<script type='text/javascript'>
var _vwo_code=(function(){
var account_id=111306,
settings_tolerance=3500,
library_tolerance=3500,
use_existing_jquery=false,
f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
</script>
<!-- End Visual Website Optimizer Asynchronous Code -->

<!-- This site is optimized with the Yoast SEO plugin v6.3 - https://yoast.com/wordpress/plugins/seo/ -->
<link rel="canonical" href="https://www.rockwelltrading.com/daily-update-2017-08-28/" />
<link rel="publisher" href="https://plus.google.com/u/0/117887073597600031387/posts"/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Hurricane Harvey smashes Gulf Coast - Here&#039;s what you need to know..." />
<meta property="og:description" content="Today traders were focused on the devastation left by Hurricane Harvey. - Click here.." />
<meta property="og:url" content="https://www.rockwelltrading.com/daily-update-2017-08-28/" />
<meta property="og:site_name" content="Rockwell Trading" />
<meta property="article:publisher" content="https://www.facebook.com/markusheitkoetter/" />
<meta property="article:section" content="Daily Update" />
<meta property="article:published_time" content="2017-08-28T18:45:53-05:00" />
<meta property="article:modified_time" content="2017-08-28T22:39:32-05:00" />
<meta property="og:updated_time" content="2017-08-28T22:39:32-05:00" />
<meta property="fb:app_id" content="297317653625494" />
<meta property="og:image" content="https://www.rockwelltrading.com/wp-content/uploads/harvey-goes-82517_0.jpg" />
<meta property="og:image:secure_url" content="https://www.rockwelltrading.com/wp-content/uploads/harvey-goes-82517_0.jpg" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="Today traders were focused on the devastation left by Hurricane Harvey. - Click here.." />
<meta name="twitter:title" content="Hurricane Harvey smashes Gulf Coast - Here&#039;s what you need to know..." />
<meta name="twitter:site" content="@daytradingsites" />
<meta name="twitter:image" content="https://www.rockwelltrading.com/wp-content/uploads/harvey-goes-82517_0.jpg" />
<meta name="twitter:creator" content="@daytradingsites" />
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/www.rockwelltrading.com\/","name":"Rockwell Trading","potentialAction":{"@type":"SearchAction","target":"https:\/\/www.rockwelltrading.com\/?s={search_term_string}","query-input":"required name=search_term_string"}}</script>
<script type='application/ld+json'>{"@context":"http:\/\/schema.org","@type":"Organization","url":"https:\/\/www.rockwelltrading.com\/daily-update-2017-08-28\/","sameAs":["https:\/\/www.facebook.com\/markusheitkoetter\/","https:\/\/plus.google.com\/u\/0\/117887073597600031387\/posts","https:\/\/www.youtube.com\/user\/rockwelltrading2008\/","https:\/\/twitter.com\/daytradingsites"],"@id":"#organization","name":"Rockwell Trading Services LLC","logo":""}</script>
<!-- / Yoast SEO plugin. -->

<link rel='dns-prefetch' href='//imember360resources.s3.amazonaws.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Rockwell Trading &raquo; Hurricane Harvey smashes Gulf Coast - Here&#039;s what you need to know... Comments Feed" href="https://www.rockwelltrading.com/daily-update-2017-08-28/feed/" />
		<script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.4\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/www.rockwelltrading.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.9.4"}};
			!function(a,b,c){function d(a,b){var c=String.fromCharCode;l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,a),0,0);var d=k.toDataURL();l.clearRect(0,0,k.width,k.height),l.fillText(c.apply(this,b),0,0);var e=k.toDataURL();return d===e}function e(a){var b;if(!l||!l.fillText)return!1;switch(l.textBaseline="top",l.font="600 32px Arial",a){case"flag":return!(b=d([55356,56826,55356,56819],[55356,56826,8203,55356,56819]))&&(b=d([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]),!b);case"emoji":return b=d([55357,56692,8205,9792,65039],[55357,56692,8203,9792,65039]),!b}return!1}function f(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var g,h,i,j,k=b.createElement("canvas"),l=k.getContext&&k.getContext("2d");for(j=Array("flag","emoji"),c.supports={everything:!0,everythingExceptFlag:!0},i=0;i<j.length;i++)c.supports[j[i]]=e(j[i]),c.supports.everything=c.supports.everything&&c.supports[j[i]],"flag"!==j[i]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[j[i]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(h=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",h,!1),a.addEventListener("load",h,!1)):(a.attachEvent("onload",h),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),g=c.source||{},g.concatemoji?f(g.concatemoji):g.wpemoji&&g.twemoji&&(f(g.twemoji),f(g.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='dashicons-css'  href='https://www.rockwelltrading.com/wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='thickbox-css'  href='https://www.rockwelltrading.com/wp-includes/js/thickbox/thickbox.css' type='text/css' media='all' />
<link rel='stylesheet' id='wpep-front-style-css'  href='https://www.rockwelltrading.com/wp-content/plugins/wpep/assets/front-themes/legacy/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='wpep-front-custom-style-css'  href='https://www.rockwelltrading.com/wp-content/uploads/wpep/custom-style-1.10.7-legacy.css' type='text/css' media='all' />
<link rel='stylesheet' id='feedzy-rss-feeds-css'  href='https://www.rockwelltrading.com/wp-content/plugins/feedzy-rss-feeds/css/feedzy-rss-feeds.css' type='text/css' media='all' />
<link rel='stylesheet' id='post_grid_style-css'  href='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/css/style-new.css' type='text/css' media='all' />
<link rel='stylesheet' id='owl.carousel-css'  href='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/css/owl.carousel.css' type='text/css' media='all' />
<link rel='stylesheet' id='font-awesome-css'  href='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/css/font-awesome.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='style-woocommerce-css'  href='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/css/style-woocommerce.css' type='text/css' media='all' />
<link rel='stylesheet' id='style.skins-css'  href='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/global/css/style.skins.css' type='text/css' media='all' />
<link rel='stylesheet' id='style.layout-css'  href='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/global/css/style.layout.css' type='text/css' media='all' />
<link rel='stylesheet' id='wp_automatic_gallery_style-css'  href='https://www.rockwelltrading.com/wp-content/plugins/wp-automatic/css/wp-automatic.css' type='text/css' media='all' />
<link rel='stylesheet' id='parent-style-css'  href='https://www.rockwelltrading.com/wp-content/themes/squared/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='child-theme-css'  href='https://www.rockwelltrading.com/wp-content/themes/squared-child-1/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='addtc-css'  href='https://www.rockwelltrading.com/wp-content/themes/squared-child-1/addtc-main.css' type='text/css' media='all' />
<link rel='stylesheet' id='squared-style-css'  href='https://www.rockwelltrading.com/wp-content/themes/squared-child-1/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='thrive-reset-css'  href='https://www.rockwelltrading.com/wp-content/themes/squared/css/reset.css' type='text/css' media='all' />
<link rel='stylesheet' id='thrive-main-style-css'  href='https://www.rockwelltrading.com/wp-content/themes/squared/css/main_red.css' type='text/css' media='all' />
<link rel='stylesheet' id='i4w-cportal-css'  href='https://imember360resources.s3.amazonaws.com/cportal/002/style.css?ver=4.9.4' type='text/css' media='all' />
<link rel='stylesheet' id='datatables-css'  href='https://imember360resources.s3.amazonaws.com/datatables/002/datatables.css?ver=4.9.4' type='text/css' media='all' />
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-includes/js/jquery/jquery.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-includes/js/jquery/jquery-migrate.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var post_grid_ajax = {"post_grid_ajaxurl":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/js/scripts.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/js/masonry.pkgd.min.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/js/owl.carousel.min.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/post-grid/assets/frontend/js/imagesloaded.pkgd.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/wp-automatic/js/main-front.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/themes/squared-child-1/jquery.mark.min.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/themes/squared-child-1/isoft_form_automation.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/themes/squared-child-1/ouical.min.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/advanced-iframe/js/ai.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var i4w_cportal_password_settings = {"min_passlen":"8","charset":"ABCDEFGHJKLMNPQRSTabcdefghjkmnpqrst123456789","alert_error_message":"Only the following characters are allowed:"};
/* ]]> */
</script>
<script type='text/javascript' src='https://imember360resources.s3.amazonaws.com/cportal/002/validation.js?ver=4.9.4'></script>
<script type='text/javascript' src='https://imember360resources.s3.amazonaws.com/datatables/002/datatables.js?ver=4.9.4'></script>
<script type='text/javascript' src='https://imember360resources.s3.amazonaws.com/cportal/002/print.js?ver=4.9.4'></script>
<script type='text/javascript' src='https://imember360resources.s3.amazonaws.com/cportal/002/invoices.js?ver=4.9.4'></script>
<script type='text/javascript' src='https://imember360resources.s3.amazonaws.com/cportal/002/subscriptions.js?ver=4.9.4'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var the_ajax_script = {"ajaxurl":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/fusedesk/fusedesk-ajax.js'></script>
<link rel='https://api.w.org/' href='https://www.rockwelltrading.com/wp-json/' />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.rockwelltrading.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://www.rockwelltrading.com/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 4.9.4" />
<link rel='shortlink' href='https://www.rockwelltrading.com/?p=45675' />
<link rel="alternate" type="application/json+oembed" href="https://www.rockwelltrading.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.rockwelltrading.com%2Fdaily-update-2017-08-28%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.rockwelltrading.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.rockwelltrading.com%2Fdaily-update-2017-08-28%2F&#038;format=xml" />
<link rel="shortcut icon" href="https://www.rockwelltrading.com/favicon.ico" />
<link rel="apple-touch-icon" href="https://www.rockwelltrading.com/favicon.ico" />

<link rel="icon" href="https://www.rockwelltrading.com/favicon.ico" />

<style type="text/css">#tve_editor .ttfm1{font-family: 'Oswald' !important;font-weight: 400 !important;}.ttfm1 input, .ttfm1 select, .ttfm1 textarea, .ttfm1 button {font-family: 'Oswald' !important;font-weight: 400 !important;}#tve_editor .ttfm1.bold_text,.ttfm1 .bold_text,.ttfm1 b,.ttfm1 strong{font-weight: 700 !important;}.ttfm1.bold_text,.ttfm1 .bold_text,.ttfm1 b,.ttfm1 strong input, .ttfm1.bold_text,.ttfm1 .bold_text,.ttfm1 b,.ttfm1 strong select, .ttfm1.bold_text,.ttfm1 .bold_text,.ttfm1 b,.ttfm1 strong textarea, .ttfm1.bold_text,.ttfm1 .bold_text,.ttfm1 b,.ttfm1 strong button {font-weight: 700 !important;}#tve_editor .ttfm2{font-family: 'Roboto' !important;font-weight: 300 !important;}.ttfm2 input, .ttfm2 select, .ttfm2 textarea, .ttfm2 button {font-family: 'Roboto' !important;font-weight: 300 !important;}#tve_editor .ttfm2.bold_text,.ttfm2 .bold_text,.ttfm2 b,.ttfm2 strong{font-weight: 500 !important;}.ttfm2.bold_text,.ttfm2 .bold_text,.ttfm2 b,.ttfm2 strong input, .ttfm2.bold_text,.ttfm2 .bold_text,.ttfm2 b,.ttfm2 strong select, .ttfm2.bold_text,.ttfm2 .bold_text,.ttfm2 b,.ttfm2 strong textarea, .ttfm2.bold_text,.ttfm2 .bold_text,.ttfm2 b,.ttfm2 strong button {font-weight: 500 !important;}#tve_editor .ttfm3{font-family: 'Raleway' !important;font-weight: 300 !important;}.ttfm3 input, .ttfm3 select, .ttfm3 textarea, .ttfm3 button {font-family: 'Raleway' !important;font-weight: 300 !important;}#tve_editor .ttfm3.bold_text,.ttfm3 .bold_text,.ttfm3 b,.ttfm3 strong{font-weight: 500 !important;}.ttfm3.bold_text,.ttfm3 .bold_text,.ttfm3 b,.ttfm3 strong input, .ttfm3.bold_text,.ttfm3 .bold_text,.ttfm3 b,.ttfm3 strong select, .ttfm3.bold_text,.ttfm3 .bold_text,.ttfm3 b,.ttfm3 strong textarea, .ttfm3.bold_text,.ttfm3 .bold_text,.ttfm3 b,.ttfm3 strong button {font-weight: 500 !important;}#tve_editor .ttfm4{font-family: 'Open Sans' !important;font-weight: 300 !important;}.ttfm4 input, .ttfm4 select, .ttfm4 textarea, .ttfm4 button {font-family: 'Open Sans' !important;font-weight: 300 !important;}#tve_editor .ttfm4.bold_text,.ttfm4 .bold_text,.ttfm4 b,.ttfm4 strong{font-weight: 600 !important;}.ttfm4.bold_text,.ttfm4 .bold_text,.ttfm4 b,.ttfm4 strong input, .ttfm4.bold_text,.ttfm4 .bold_text,.ttfm4 b,.ttfm4 strong select, .ttfm4.bold_text,.ttfm4 .bold_text,.ttfm4 b,.ttfm4 strong textarea, .ttfm4.bold_text,.ttfm4 .bold_text,.ttfm4 b,.ttfm4 strong button {font-weight: 600 !important;}#tve_editor .ttfm5{font-family: 'Lato' !important;font-weight: 400 !important;}.ttfm5 input, .ttfm5 select, .ttfm5 textarea, .ttfm5 button {font-family: 'Lato' !important;font-weight: 400 !important;}#tve_editor .ttfm5.bold_text,.ttfm5 .bold_text,.ttfm5 b,.ttfm5 strong{font-weight: 700 !important;}.ttfm5.bold_text,.ttfm5 .bold_text,.ttfm5 b,.ttfm5 strong input, .ttfm5.bold_text,.ttfm5 .bold_text,.ttfm5 b,.ttfm5 strong select, .ttfm5.bold_text,.ttfm5 .bold_text,.ttfm5 b,.ttfm5 strong textarea, .ttfm5.bold_text,.ttfm5 .bold_text,.ttfm5 b,.ttfm5 strong button {font-weight: 700 !important;}</style>		<style type="text/css">.wp-video-shortcode {
				max-width: 100% !important;
			}body { background:#; }.cnt .sAs .twr { background:#; }.cnt article h1.entry-title a { color:#343434; }.cnt article h2.entry-title a { color:#343434; }.bSe h1 { color:#343434; }.bSe h5 { color:#343434; }.bSe h6 { color:#343434; }.cnt article p { color:#343434; }.cnt .bSe article { color:#343434; }.cnt article h1 a, .tve-woocommerce .bSe .awr .entry-title, .tve-woocommerce .bSe .awr .page-title{font-family:Lato,sans-serif;}.bSe h1{font-family:Lato,sans-serif;}.bSe h2,.tve-woocommerce .bSe h2{font-family:Lato,sans-serif;}.bSe h3,.tve-woocommerce .bSe h3{font-family:Lato,sans-serif;}.bSe h4{font-family:Lato,sans-serif;}.bSe h5{font-family:Lato,sans-serif;}.bSe h6{font-family:Lato,sans-serif;}#text_logo{font-family:Lato,sans-serif;}.cnt, .cnt article p, .bp-t, .tve-woocommerce .product p, .tve-woocommerce .products p{font-family:Lato,sans-serif;font-weight:400;}article strong {font-weight: bold;}.bSe h1, .hru h1, .bSe .entry-title { font-size:47px!important; }.cnt { font-size:17px; }.thrivecb { font-size:17px; }.out { font-size:17px; }.aut p { font-size:17px; }.cnt p { line-height:1.6em; }.lhgh { line-height:1.6em; }.dhgh { line-height:1.6em; }.lhgh { line-height:1.6em; }.dhgh { line-height:1.6em; }.thrivecb { line-height:1.6em; }.bSe a, .cnt article a { color:#1e73be; }.bSe .faq h4{font-family:Lato,sans-serif;font-weight:400;}article strong {font-weight: bold;}header ul.menu > li > a { color:#e6e6e6; }header ul.menu > li >  a:hover { color:#f63d3d; }header nav > ul > li.current_page_item > a:hover { color:#f63d3d; }header nav > ul > li.current_menu_item > a:hover { color:#f63d3d; }header nav > ul > li.current_menu_item > a:hover { color:#f63d3d; }header nav > ul > li > a:active { color:#f63d3d; }header #logo > a > img { max-width:200px; }header ul.menu > li.h-cta > a { color:#FFFFFF!important; }header ul.menu > li.h-cta > a { background:#f63d3d; }header ul.menu > li.h-cta > a { border-color:#dc2323; }header ul.menu > li.h-cta > a:hover { color:#FFFFFF!important; }header ul.menu > li.h-cta > a:hover { background:#f75555; }header ul.menu > li.h-cta > a:hover { border-color:#dd3b3b; }</style>
		<script>var i4w_cportal_required_state_countries = ["United States", "Canada", "Australia"];</script><style type="text/css">.broken_link, a.broken_link {
	text-decoration: line-through;
}</style><link rel="amphtml" href="https://www.rockwelltrading.com/daily-update-2017-08-28/amp/"><script type='text/javascript'>var tb_pathToImage='https://www.rockwelltrading.com/wp-includes/js/thickbox/loadingAnimation.gif';var tb_closeImage='https://www.rockwelltrading.com/wp-includes/js/thickbox/tb-close.png';</script>
<link rel='dns-prefetch' href='//d1yoaun8syyxxt.cloudfront.net' /><link rel='dns-prefetch' href='//plus.google.com' /><link rel='dns-prefetch' href='//www.google-analytics.com' /><link rel='dns-prefetch' href='//www.google.com' /><link rel='dns-prefetch' href='//gateway.responseflow.com' /><link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /><link rel='dns-prefetch' href='//static.ak.fbcdn.net' /><link rel='dns-prefetch' href='//verify.authorize.net' /><link rel='dns-prefetch' href='//www.googleadservices.com' /><link rel='dns-prefetch' href='//adwords.google.com' /><link rel='dns-prefetch' href='//rockwell.infusionsoft.com' /><link rel='dns-prefetch' href='//www.shopperapproved.com' /><meta name='generator' content='iMember360 (vI4WVERSION) for WordPress 4.9.4' /><script type='text/javascript'>var ajaxurl='//www.rockwelltrading.com/wp-admin/admin-ajax.php';var tb_pathToImage='//www.rockwelltrading.com/wp-includes/js/thickbox/loadingAnimation.gif';var tb_closeImage='//www.rockwelltrading.com/wp-includes/js/thickbox/tb-close.png';function payf_popup() {tb_show('Notice:','#TB_inline?height=300&amp;width=400&amp;inlineId=PayfInfoDiv');}</script><!-- wp thread comment 1.4.9.4.002 -->
<style type="text/css" media="screen">
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: white;
}
.chalt{
	background-color: #E2E2E2;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
			
</style>
			<style type="text/css">/*fusedesk form style*/
.fusedesk-contactform {
    box-sizing: border-box;
     display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.fusedesk-contactform:focus{
border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
textarea.fusedesk-contactform { min-height:130px;}
#fusedesk-contactform-submit {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px; margin-top:20px;}
#fusedesk-contactform-submit:hover{color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;}
/* end fusedesk form style */

/*styled forms*/
.styled-form label{
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}
.styled-form input[type=text], .styled-form input[type=search], .styled-form input[type=email], .styled-form input[type=password], .styled-form textarea, .styled-form select {
margin-bottom:15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.styled-form input[type=text]:focus,.styled-form input[type=search]:focus, .styled-form input[type=email]:focus, .styled-form input[type=password]:focus, .styled-form textarea:focus, .styled-form select:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.styled-form br{display:none;}

.styled-form input[type=button], .styled-form button, .styled-form input[type=submit] {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px; margin-top:20px;}
.styled-form input[type=submit]:hover,.styled-form button:hover,.styled-form input[type=button]:hover {color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;}

.styled-form textarea, .styled-form select[multiple]{
    height: auto;
}

.scon .frm input[type="text"]{
width:100%;
}
.c-btn{ display:inline-block; background-color:#FFC000; color:#000 !important; padding:10px 20px; border-radius:5px;}
.c-btn:hover{ background-color:#f7bd0e;}
ul.advanced-recent-posts li {word-wrap: break-word;}

.cnt article ul, .cnt article ol {font-weight:normal;}

.styled-form label.has-error,.styled-form div.has-error {color:#a94442;}

.styled-form input.has-error, .styled-form textarea.has-error,.styled-form select.has-error{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.styled-form input.has-error:focus, .styled-form textarea.has-error:focus,.styled-form select.has-error:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/*login widget*/
.widget_login2 label{
    display: block;
    max-width: 100%;
    margin-bottom: 5px;
}
.widget_login2 input[type=text],.widget_login2 input[type=email], .widget_login2 input[type=password], .widget_login2 textarea, .widget_login2 select {
    width:100% !important;
    margin-bottom:15px;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.widget_login2 input[type=text]:focus, .widget_login2 input[type=email]:focus, .widget_login2 input[type=password]:focus, .widget_login2 textarea:focus, .widget_login2 select:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.widget_login2 br{display:none;}

.widget_login2 input[type=button], .widget_login2 button, .widget_login2 input[type=submit] {display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 4px;}
.widget_login2 input[type=submit]:hover,.widget_login2 button:hover,.widget_login2 input[type=button]:hover {color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;}

.widget_login2 textarea, .widget_login2 select[multiple]{
    height: auto;
}
.widget_login2 label{margin:10px 0;}

/* Styles for courses */
#course-content a {color: #1e73be!important; }
#course-content a:hover {color:#c93131 !important;}
#course-content p {font-size:1em !important; margin:10px 0;}
.course-primary-content .thumbnail img {height:auto !important; max-width: 300px !important; width: auto !important;}

#course-content ol{padding-left:35px;}
#course-content ol li {margin-top:15px;}
#course-content .ui-accordion-content {background-color:transparent !important;}
#course-content .course-header .course-head-text {float:none !important; width: auto !important;}

.recent-posts-thumb {display:block;}
.p-left{padding-left:30px;}
div[id='1'],div[id='2'],div[id='3'],div[id='4'],div[id='5'],div[id='6'],div[id='7'],div[id='8'],div[id='9']  {display:none !important;}

#menu-footer-menu a{font-size:0.8em;}
#menu-footer-menu a:hover{text-decoration:underline;}
.wpep-wrapper p,  .wpep-wrapper li, .wpep-wrapper div, .wpep-wrapper a{font-size:20px !important;}
.wpep-wrapper h3 {font-size:30px !important; font-weight:bold !important;}
.lesson-continue-container {margin-top:20px !important; overflow:hidden;}
.wpep-wrapper .flowplayer em {font-size:11px !important;}
.hru .hrui {padding:20px 0 !important;}
.hru {min-height:auto !important;}
#n_412748431 {display:none !important;}
.flowplayer * {font-size:17px !important;}
.uppercase {text-transform: uppercase;}

iframe[src*="countdownmonkey"] {max-width:none !important;}

.feedzy-rss .rss_item .rss_image {float:none !important; margin: 0 auto 10px !important;}

.wpep-wrapper{margin: 20px auto !important;}


    .styled-form.styled-green input[type=button], .styled-form.styled-green button, .styled-form.styled-green input[type=submit]{
        color: #fff;
        background-color: #45BF55;
        border-color: #45BF55;
    }
    .styled-form.styled-green input[type=button]:hover, .styled-form.styled-green button:hover, .styled-form.styled-green input[type=submit]:hover{
        background-color: #6bcc78;
    }

    .styled-form.styled-big-btn input[type=button], .styled-form.styled-big-btn button, .styled-form.styled-big-btn input[type=submit]{
        padding:15px 45px;
        display:block; margin:0 auto;
    }

blockquote {
position: relative;
padding-left:40px;
}
 
blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: 3px;
    top: 30px;
    color: #fff;
font-family: Georgia, serif !important;
}
 
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
  
blockquote cite:before {
font-family: Georgia, serif !important;
    content: "\2014 \2009";
}

.RK-WebWidget .web-widget-cont>div:first-child {display:none !important;}

.RK-WebWidget .mrkt-web-sidebar-preview {padding-left:0 !important; padding-right:0 !important;}

.RK-WebWidget .web-widget .overlay-video-cont+.web-review-cont p{display:none !important;}
/*
.RK-WebWidget .web-widget .overlay-video-cont+.web-review-cont p{display:none !important;}
.RK-WebWidget .widget-div .widget-right .widget-star{
color:#F4AC00 !important;
}
.RK-WebWidget .widget-div .widget-right, .RK-WebWidget .widget-div .widget-left {
    float: none !important;
    width: 100% !important;
    height: 50% !important;
}
.RK-WebWidget .web-widget-cont,.RK-WebWidget .widget-div {position:relative !important;}

.RK-WebWidget .widget-div .widget-left {height:90px !important;}

.RK-WebWidget .widget-ratio-wrapper {padding-bottom:0 !important;}

.RK-WebWidget .web-widget.video-review>.overlay-video-cont {float: none !important; width:100% !important;}


*/</style>
		
</head>
<body class="post-template-default single single-post postid-45675 single-format-standard">

	<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KPG3TV"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>	<div id="fb-root"></div>
<script>
	if ( ! window.FB ) {
		(
			function ( d, s, id ) {
				var js, fjs = d.getElementsByTagName( s )[0];
				if ( d.getElementById( id ) ) {
					return;
				}
				js = d.createElement( s );
				js.id = id;
				js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&version=v2.4&appId=349250555485246";
				fjs.parentNode.insertBefore( js, fjs );
			}( document, 'script', 'facebook-jssdk' )
		);
	}
</script>
<div class="flex-cnt">
	<div id="floating_menu"  data-float='float-scroll'>
				<header class="" style="">
									<div class="side_logo wrp " id="head_wrp">
				<div class="h-i">
																										<div id="logo" class="left">
									<a href="https://www.rockwelltrading.com/" class="lg">
										<img src="https://rockwell-cache.s3.amazonaws.com/wp-content/uploads/logo-trans-2.png"
											 alt="Rockwell Trading"/>
									</a>
								</div>
															
						
						<div class="hmn">
							<div class="awe rmn right">&#xf0c9;</div>
							<div class="clear"></div>
						</div>

						
												<div class="mhl right" id="nav_right">
																																	<!-- Cart Dropdown -->
									<nav class="right"><ul id="menu-main-navigation-menu" class="menu"><li  id="menu-item-15498" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home toplvl"><a  href="https://www.rockwelltrading.com/">Home</a></li>
<li  id="menu-item-15503" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-has-children toplvl dropdown"><a  href="https://www.rockwelltrading.com/">Product and Services</a><ul class="sub-menu">	<li  id="menu-item-25808" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.rockwelltrading.com/tw/book-simple-trading-strategy/" class=" colch ">eBook "The Simple Strategy"</a></li>
	<li  id="menu-item-37487" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.rockwelltrading.com/products/powerx-software/" class=" colch ">PowerX Analyzer Software</a></li>
	<li  id="menu-item-30188" class="menu-item menu-item-type-custom menu-item-object-custom"><a  href="//www.rockwelltrading.com/products/rockwell-trading-club/" class=" colch ">Rockwell Trading Club</a></li>
	<li  id="menu-item-27403" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.rockwelltrading.com/products/neuroanalyzer/" class=" colch ">NeuroAnalyzer Software</a></li>
	<li  id="menu-item-25595" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.rockwelltrading.com/products/binary-options-trading/" class=" colch ">Binary Options Signal System</a></li>
	<li  id="menu-item-25804" class="menu-item menu-item-type-post_type menu-item-object-page"><a  href="https://www.rockwelltrading.com/products/rockwell-trading-indicators/" class=" colch ">Rockwell Trading Indicators</a></li>
</ul></li>
<li  id="menu-item-31107" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a  href="https://www.rockwelltrading.com/free/ebook-complete-guide-to-day-trading-14/">Free eBook</a></li>
<li  id="menu-item-45325" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a  href="https://www.rockwelltrading.com/day-trading/members/">Member's Area</a></li>
<li  id="menu-item-15508" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a  href="https://www.rockwelltrading.com/about-us/">About Us</a></li>
<li  id="menu-item-15509" class="menu-item menu-item-type-post_type menu-item-object-page toplvl"><a  href="https://www.rockwelltrading.com/contact-us/">Contact Us</a></li>
</ul></nav>																					</div>
				
					
					<div class="clear"></div>
				</div>
			</div>
					</header>
	</div>
	
	
					
	<div class="hru tcbk"
	     >
		<div class="hrui">
			<div class="wrp">
				<h1>
					Hurricane Harvey smashes Gulf Coast - Here's what you need to know...				</h1>

				<div class="hcc"
				     style='display:none;'>
					<a href="#comments">
						0						Comments					</a>
				</div>
			</div>
		</div>
	</div>
		
	
	
	
	
	
	
	
	


	<section class="brd">
		<div class="wrp">
							<ul xmlns:v="http://rdf.data-vocabulary.org/#">
					<li typeof='v:Breadcrumb'><a rel='v:url' property='v:title' class='home' href='https://www.rockwelltrading.com/'> Home<span> >> </span></a></li><li typeof='v:Breadcrumb'><a rel='v:url' property='v:title' href='https://www.rockwelltrading.com/daily-update/'>Daily Update</a></li><li typeof='v:Breadcrumb'><a class='no-link' rel='v:url' property='v:title' href='https://www.rockwelltrading.com/daily-update-2017-08-28/'><span> >> </span>Hurricane Harvey smashes Gulf Coast - Here's what you need to know...</a></li>				</ul>
					</div>
	</section>

	
	<div class="wrp cnt"> <!-- Start the wrapper div -->



<div class="bSeCont">
		<section class="bSe left">

													<article>
		<div class="awr lnd hfp">

		
		
		<h4 style="text-align: left;">Market Recap for Monday, August 28th, 2017</h4><p><img class="alignright size-medium wp-image-45562" src="https://www.rockwelltrading.com/wp-content/uploads/harvey-goes-82517_0.jpg" alt="" width="300" height="198" /><p>Today traders were focused on the devastation left by <strong>Hurricane Harvey</strong>.</p><p>The south of Texas and Houston (the 4th largest city in the U.S.) was pounded over the weekend by the hurricane. With continued rain that could last days, the damage of the hurricane is still being assessed. But the hurricane is expected to be the <strong>worst natural disaster in Texas</strong>, and flood damage could approach Katrina-like levels.</p><p>Insurers took a hit today because of Hurricane Harvey. <strong>Travelers Companies (TRV)</strong> finished 2.6% lower and <strong>Progressive Corporation (PGR)</strong> dropped 2.3%.</p><p>Stocks started the day in positive territory, but fell in the morning. The major indices were trading at session lows early afternoon, but managed to work their way higher to finish the session mixed.</p><p>Here's where the major indices ended the day:</p><ul><li>The <strong>S&amp;P finished with a 0.1% gain</strong>. Up 1 point, the S&amp;P ended at 2,444.</li><li>The <strong>DOW ended flat</strong>. Down just 5 points, the DOW closed at 21,808.</li><li>The<strong> NASDAQ was up 0.3%</strong>. With a 17 point gain, the NASDAQ finished at 6,283.</li></ul><p><strong>Crude Oil (CL)</strong> extended last week's losses. With 10% of U.S. refiners shutdown because of the hurricane, Crude Oil lost 2.7%  and finished the session at $46.59 a barrel. But faced with a refining disruption, <strong>gasoline rose to 2-year highs</strong>.</p><p>The<strong> US Dollar Index (DX)</strong> dropped to lows not seen since May of last year. But the drop in the dollar helped <strong>Gold (GC)</strong> rally to 9-month highs. Gold finished the day 1.3% higher at $1315.3 an ounce.</p><p>Tomorrow's calendar features <strong>Consumer Confidence</strong> at 10:00am ET.</p><p style="text-align: center;">This Week's Economic Calendar</p><p style="text-align: center;"><iframe src="https://sslecal2.forexprostools.com?columns=exc_importance,exc_actual,exc_forecast,exc_previous&amp;category=_employment,_economicActivity,_inflation,_credit,_centralBanks,_confidenceIndex,_balance,_Bonds&amp;importance=2,3&amp;features=datepicker,timezone&amp;countries=5&amp;calType=week&amp;timeZone=8&amp;lang=1" width="636" height="700" frameborder="0" marginwidth="0" marginheight="0"></iframe><p style="text-align: center;"><span style="font-size: 11px; color: #333333; text-decoration: none;">Real Time Economic Calendar provided by <a class="underline_link" style="font-size: 11px; color: #06529d; font-weight: bold;" href="https://www.Investing.com/" target="_blank" rel="nofollow noopener noreferrer">Investing.com</a>.</span><p style="text-align: center;">Have a great trading week!</p>		<div class="clear"></div>
		
					<div class="ssf ">
			<span class="cou">
            Like it? - Share it!        </span>
			<div class="scfm">
					<div class="ss">
				<a class="fb" href="//www.facebook.com/sharer/sharer.php?u=https://www.rockwelltrading.com/daily-update-2017-08-28/"
				   onclick="return ThriveApp.open_share_popup(this.href, 545, 433);">
					<span class="awe">&#xf09a;</span>
				</a>
			</div>
									<div class="ss">
				<a class="gg" href="https://plus.google.com/share?url=https://www.rockwelltrading.com/daily-update-2017-08-28/"
				   onclick="return ThriveApp.open_share_popup(this.href, 545, 433);">
					<span class="awe">&#xf0d5;</span>
				</a>
			</div>
							<div class="ss">
				<a class="lk" href="https://www.linkedin.com/cws/share?url=https://www.rockwelltrading.com/daily-update-2017-08-28/"
				   onclick="return ThriveApp.open_share_popup(this.href, 545, 433);">
					<span class="awe">&#xf0e1;</span>
				</a>
			</div>
					</div>
</div>
					</div>
	</article>
<div class="spr"></div>
				
								
	<article id="comments">
					<div class="awr">
				<div class="ctb">
					<h4 class="clearfix">
						<span class="ftx txt_thrive_link_to_comments">Leave a Reply</span>
						<span class="right">
							0							comments						</span>
					</h4>
				</div>
			</div>
				<div class="awr">
			
			<div class="cmb" style="margin-left: 0px;" id="thrive_container_list_comments">
																</div><!-- /comment_list -->

			
											<div class="lrp" id="thrive_container_form_add_comment"
				     >
					<h4>Leave a Reply:</h4>

					<form action="https://www.rockwelltrading.com/wp-comments-post.php" method="post"
					      id="commentform">
													<label for="author">Name								<span>*</span></label>
							<input type="text" id="author" author="author" class="text_field author" name="author"/>
							<br/><br/>
							<label for="email">E-Mail								<span>*</span></label>
							<input type="text" id="email" author="email" class="text_field email" name="email"/>
							<br/><br/>
							<label>Website</label>
							<input type="text" id="website" author="website" class="text_field website" name="url"/>
							<br/><br/>
												<textarea id="comment" name="comment" class="textarea"></textarea>
																		<div class="btn medium right">
							<input type="submit" value="SUBMIT COMMENT">
						</div>
						<input type='hidden' name='comment_post_ID' value='45675' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />
						<p style="display: none;"><input type="hidden" id="akismet_comment_nonce" name="akismet_comment_nonce" value="53dd36d558" /></p><p style="display: none;"><input type="hidden" id="ak_js" name="ak_js" value="97"/></p><p><input type="hidden" id="comment_reply_ID" name="comment_reply_ID" value="0" /><input type="hidden" id="comment_reply_dp" name="comment_reply_dp" value="0" /></p><div id="cancel_reply" style="display:none;"><a href="javascript:void(0)" onclick="movecfm(null,0,1,null);" style="color:red;">Click to cancel reply</a></div><script type="text/javascript">
/* <![CDATA[ */
var commentformid = "commentform";
var USERINFO = false;
var atreply = "none";
/* ]]> */
</script>
<script type="text/javascript" src="https://www.rockwelltrading.com/wp-content/plugins/wordpress-thread-comment/wp-thread-comment.js.php?jsver=common"></script>
						<div class="clear"></div>
					</form>
				</div>
					</div>
	</article>
	<div id="comment-bottom"></div>
	<article id="comments_fb" style="min-height: 100px; border: 1px solid #ccc;">
		<div class="fb-comments" data-href="https://www.rockwelltrading.com/daily-update-2017-08-28/"
		     data-numposts="5" data-width="100%"
		     data-colorscheme="light"></div>
	</article>
			

				
							</section>
	</div>

		<div class="sAsCont">
				<aside class="sAs right">
							
		<section class="wat" id="widget_thrive_text-3">
			<div class="scn">
									<p class="ttl">Questions? - Call Us:</p>
								<p>(512) 337-1885</p>
<hr>
				<div class="clear"></div>
			</div>
		</section>
		<section id="i4w_context-14"><div class="scn"><p class="ttl">Live Market Quotes</p><div class='textwidget'><iframe frameborder="0" scrolling="no" height="350" width="280" allowtransparency="true" marginwidth="0" marginheight="0" src="https://ssltools.forexprostools.com/market_quotes.php?tabs=2,1,3,4&tab_1=1,2,3,5,6,7&tab_2=166,169,170,172,175,23660&tab_3=8830,8831,8836,8849,8862,8988&tab_4=8880,8907,8900,8899,8895,8906&select_color=000000&default_color=0059b0"></iframe><div style="width:300"><span style="font-size: 11px;color: #333333;text-decoration: none;">Market Quotes are powered by <a href="www.investing.com/" rel="nofollow" target="_blank" style="font-size: 11px;color: #06529D; font-weight: bold;" class="underline_link">Investing.com</a></span></div><br><hr></div></div></section><section id="i4w_context-19"><div class="scn"><p class="ttl">Our 5 Star Reviews</p><div class='textwidget'><center><p><a href="http://rockwelltradingreviews.com" target="_blank"><img src="https://rockwell-cache.s3.amazonaws.com/wp-content/uploads/8EFA92614BB6916648545D8D6F07660F5B11C04AEAF2C3A0C8pimgpsh_fullsize_distr.png"/>
</a></p><p><a href="http://rockwelltradingreviews.com" target="_blank"><img src="https://rockwell-cache.s3.amazonaws.com/wp-content/uploads/Rate-us-now.png"/></a></center><script type="text/javascript">var _rk = 'RK-27626-29203-15281'; (function() { var rk = document.createElement('script'); rk.type = 'text/javascript'; rk.async = true; rk.src = '//reputationdatabase.com/website_marketing/widget/'+_rk; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(rk, s);})();</script><div class='RK-27626-29203-15281-widget RK-WebWidget'></div><script>!function(){var e=0,t=setInterval(function(){"function"==typeof rkWidget&&jQuery(".web-widget").length>0&&(rkWidget(),5==e?clearInterval(t):e++)},1000)}();</script></div></div></section><section id="advancedrecentposts-11"><div class="scn"><p class="ttl">Previous Market Updates</p><ul class="advanced-recent-posts"><li><span class="date"> 02/15/2018</span> <a href="https://www.rockwelltrading.com/daily-update-2018-02-15/" title="Bulls back in control? - Here's what you need to know..." >Bulls back in control? - Here's what you need to know...</a> -  Stock Market Update for Thursday, February 15th, 2018


Stocks finished higher for the 5th day in a row.

Although we... <br><hr><br></li><li><span class="date"> 02/14/2018</span> <a href="https://www.rockwelltrading.com/daily-update-2018-02-14/" title="What a ride! - Here's what you need to know..." >What a ride! - Here's what you need to know...</a> -  Stock Market Update for Wednesday, February 14th, 2018


What a ride!

Markets went crazy when CPI was released at 8:30am... <br><hr><br></li><li><span class="date"> 02/13/2018</span> <a href="https://www.rockwelltrading.com/daily-update-2018-02-13/" title="Almost back? - Here's what you need to know..." >Almost back? - Here's what you need to know...</a> -  Stock Market Update for Tuesday, February 13th, 2018


The major indices opened lower and traded sideways for most of... <br><hr><br></li></ul></div></section>		<section class="widget cta_widget" id="widget_thrive_call-3">
			<div class="oab dark_cta">
									<img src="//www.rockwelltrading.com/wp-content/uploads/Simple-Strategy-eBook-Cover-200.png" alt=""/>
								<h3 class="cta_title">Need A Day Trading Strategy?</h3>

				<p class="cta_content"></p>
				<a href="//www.rockwelltrading.com/tw/simple-strategy-instant-access/?cfid=235" target="_self"
				   class="cta_bnt ctaLink bbt">BUY NOW!</a>
			</div>
		</section>
						<section id="feedzy_wp_widget-2"><div class="scn"><p class="ttl">More Market News</p><p class="feedzy-widget-intro"><p><script>jQuery(document).ready(function(){var t=function(){function t(t){return e.innerHTML=t,t=e.textContent,e.textContent="",t}var e=document.implementation.createHTMLDocument("").createElement("div");return function(e){if(e&&"string"==typeof e){for(var n=t(e);e!==n;)e=n,n=t(n);return n}}}();jQuery(".feedzy-rss .rss_item .title a").each(function(){var e=t(jQuery(this).html());jQuery(this).html(e)})});</script></p>
</p><div class="feedzy-rss"><ul>
            <li  style="padding: 15px 0 25px" class="rss_item">
                
                <div class="rss_image" style="width:150px; height:150px;">
					<a href="https://finance.yahoo.com/news/biden-public-private-tiptoes-toward-2020-run-210156127--politics.html" target="_blank" title="Biden, in public and private, tiptoes toward a 2020 run"   style="width:150px; height:150px;">
						<span class="fetched" style="background-image:  url('http://l2.yimg.com/uu/api/res/1.2/apqSGjKijvL3DBNASKBL5Q--/YXBwaWQ9eXRhY2h5b247aD04Njt3PTEzMDs-/http://media.zenfs.com/en_us/News/ap_webfeeds/d6f0483e41974642ac09ba1cf106444e.jpg');" title="Biden, in public and private, tiptoes toward a 2020 run"></span>
					</a>
				</div>
				<span class="title">
					<a href="https://finance.yahoo.com/news/biden-public-private-tiptoes-toward-2020-run-210156127--politics.html" target="_blank">
						Biden, in public and private, tiptoes toward a 2020 run
					</a>
				</span>
				<div class="rss_content" style="">
					
					<p>Former Vice President Joe Biden is tiptoeing toward a potential run in 2020, even broaching the possibility during a recent gathering of longtime foreign policy aides. […]</p>
				</div>
			</li>
            
            <li  style="padding: 15px 0 25px" class="rss_item">
                
                <div class="rss_image" style="width:150px; height:150px;">
					<a href="https://finance.yahoo.com/news/romney-favored-senate-bid-could-outsized-role-061347688--politics.html" target="_blank" title="Romney, favored in Senate bid, could take on outsized role"   style="width:150px; height:150px;">
						<span class="fetched" style="background-image:  url('http://l2.yimg.com/uu/api/res/1.2/e05xdrQfpj1UrVWSoZ6UVA--/YXBwaWQ9eXRhY2h5b247aD04Njt3PTEzMDs-/http://globalfinance.zenfs.com/images/US_AHTTP_AP_NEWSBRIEFS/23597ec9aeca4770a1aed5ec25a51269_original.jpg');" title="Romney, favored in Senate bid, could take on outsized role"></span>
					</a>
				</div>
				<span class="title">
					<a href="https://finance.yahoo.com/news/romney-favored-senate-bid-could-outsized-role-061347688--politics.html" target="_blank">
						Romney, favored in Senate bid, could take on outsized role
					</a>
				</span>
				<div class="rss_content" style="">
					
					<p>Mitt Romney's extensive resume has many Republicans looking to him to take on a role in the Senate as a political and moral counterweight to a president many in the GOP see […]</p>
				</div>
			</li>
            
            <li  style="padding: 15px 0 25px" class="rss_item">
                
                <div class="rss_image" style="width:150px; height:150px;">
					<a href="https://finance.yahoo.com/news/gilead-wins-reversal-2-54-171822426.html" target="_blank" title="Gilead wins reversal of $2.54 bln hepatitis C drug patent verdict"   style="width:150px; height:150px;">
						<span class="fetched" style="background-image:  url('https://finance.yahoo.com/');" title="Gilead wins reversal of $2.54 bln hepatitis C drug patent verdict"></span>
					</a>
				</div>
				<span class="title">
					<a href="https://finance.yahoo.com/news/gilead-wins-reversal-2-54-171822426.html" target="_blank">
						Gilead wins reversal of $2.54 bln hepatitis C drug patent verdict
					</a>
				</span>
				<div class="rss_content" style="">
					
					<p>A federal judge in Delaware has  overturned a jury's verdict requiring Gilead Sciences Inc  to pay a record $2.54 billion because its hepatitis C  drugs Sovaldi and Harvoni […]</p>
				</div>
			</li>
            
            <li  style="padding: 15px 0 25px" class="rss_item">
                
                <div class="rss_image" style="width:150px; height:150px;">
					<a href="https://finance.yahoo.com/news/delta-air-lines-wants-boeing-165500880.html" target="_blank" title="Delta Air Lines Wants the Boeing &amp;quot;797&amp;quot; ASAP: Here&amp;apos;s Why"   style="width:150px; height:150px;">
						<span class="fetched" style="background-image:  url('http://l2.yimg.com/uu/api/res/1.2/g8N02aZZUfZ4JvgGPsmHsQ--/YXBwaWQ9eXRhY2h5b247aD04Njt3PTEzMDs-/http://media.zenfs.com/en-US/homerun/motleyfool.com/43194834c7e89d33ed49bb7482a3bd70');" title="Delta Air Lines Wants the Boeing &amp;quot;797&amp;quot; ASAP: Here&amp;apos;s Why"></span>
					</a>
				</div>
				<span class="title">
					<a href="https://finance.yahoo.com/news/delta-air-lines-wants-boeing-165500880.html" target="_blank">
						Delta Air Lines Wants the Boeing &amp;quot;797&amp;quot; ASAP: Here&amp;apos;s Why
					</a>
				</span>
				<div class="rss_content" style="">
					
					<p>There's no good replacement for Delta's aging fleet of Boeing 767s and transatlantic 757s right now -- but Boeing's proposed middle-of-the-market jet could be a perfect fit. […]</p>
				</div>
			</li>
            
            <li  style="padding: 15px 0 25px" class="rss_item">
                
                <div class="rss_image" style="width:150px; height:150px;">
					<a href="https://finance.yahoo.com/news/why-starbucks-shareholders-nothing-worry-163300939.html" target="_blank" title="Why Starbucks Shareholders Have Nothing to Worry About"   style="width:150px; height:150px;">
						<span class="fetched" style="background-image:  url('http://l2.yimg.com/uu/api/res/1.2/86cVmpdBatHZgZkkl_IirA--/YXBwaWQ9eXRhY2h5b247aD04Njt3PTEzMDs-/http://media.zenfs.com/en-US/homerun/motleyfool.com/700eac802006bcb9ee9f40311aef76e8');" title="Why Starbucks Shareholders Have Nothing to Worry About"></span>
					</a>
				</div>
				<span class="title">
					<a href="https://finance.yahoo.com/news/why-starbucks-shareholders-nothing-worry-163300939.html" target="_blank">
						Why Starbucks Shareholders Have Nothing to Worry About
					</a>
				</span>
				<div class="rss_content" style="">
					
					<p>The company has major expansion plans. […]</p>
				</div>
			</li>
            </ul> </div></div></section>			
		</aside>
			</div>
<div class="clear"></div>
</div>
</div> <!-- Close the wrapper div -->


<footer>
		<div class="ftw">
		<div class="wrp">
						<div class="clear"></div>
		</div>
	</div>
	<div class="fmn">
		<div class="wrp">
			<div class="fmw left">
									<section class="copyright">
						<div class="menu-footer-menu-container"><ul id="menu-footer-menu" class="footer_menu"><li id="menu-item-16025" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16025"><a href="/rockwell-trading/">Rockwell Trading</a></li>
<li id="menu-item-16024" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16024"><a href="//www.rockwelltrading.com/rockwell-trading-reviews/">Reviews</a></li>
<li id="menu-item-16026" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16026"><a href="//www.rockwelltrading.com/terms-of-use/">Terms Of Use</a></li>
<li id="menu-item-16027" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16027"><a href="//www.rockwelltrading.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-16029" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16029"><a href="//www.rockwelltrading.com/our-partners/">Rockwell Partners</a></li>
<li id="menu-item-47473" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-47473"><a href="https://www.rockwelltrading.com/leave-us-review/">Leave us a review</a></li>
<li id="menu-item-16030" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16030"><a href="//www.rockwelltrading.com/contact-us/">Contact Us</a></li>
</ul></div>					</section>
								<p class="credits">
											Trading Futures, options on futures and retail off-exchange foreign currency transactions involves substantial risk of loss and is not suitable for all investors. You should carefully consider whether trading is suitable for you in light of your circumstances, knowledge, and financial resources. You may lose all or more of your initial investment. The lower the day trade margin, the higher the leverage and riskier the trade. Leverage can work for you as well as against you; it magnifies gains as well as losses. Past performance is not necessarily indicative of future results.<br/>
<br/>
Copyright © 2005 - <script>document.write(new Date().getFullYear())</script> Rockwell Trading Services LLC, USA. All rights reserved.
<address><p>
Phone: <a href="tel:+18664670747">(866) 467-0747</a>, 401 Congress Ave 1540, Austin, TX 78701
</p>
</address>														</p>
			</div>
			<div class="fsw right">
									<ul class="clearfix">
																			<li>
								<a href="https://www.facebook.com/markusheitkoetter/" target="_blank">
									<span class="awe">&#xf09a;</span>
								</a>
							</li>
																			<li>
								<a href="https://twitter.com/daytradingsites"
								   target="_blank">
									<span class="awe">&#xf099;</span>
								</a>
							</li>
																									<li>
								<a href="https://www.youtube.com/user/rockwelltrading2008" target="_blank">
									<span class="awe">&#xf167;</span>
								</a>
							</li>
																	</ul>
							</div>
			<div class="clear"></div>
		</div>
	</div>
	</footer>

	<script src="https://apis.google.com/js/api.js"></script><script type='text/javascript'>
/* <![CDATA[ */
var TVE_Ult_Data = {"ajaxurl":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php","ajax_load_action":"tve_ult_ajax_load","conversion_events_action":"tve_ult_conversion_event","shortcode_campaign_ids":[],"matched_display_settings":[],"campaign_ids":[],"post_id":45675,"is_singular":true,"tu_em":""};
/* ]]> */
</script>
		<script type="text/javascript" src="https://www.rockwelltrading.com/wp-content/plugins/thrive-ultimatum/js/dist/no-campaign.min.js"></script><link rel='stylesheet' href='https://imember360resources.s3.amazonaws.com/bootstrap/001/bootstrap_exceptions_misc.css' type='text/css' media='all' /><script type='text/javascript'>
/* <![CDATA[ */
var thickboxL10n = {"next":"Next >","prev":"< Prev","image":"Image","of":"of","close":"Close","noiframes":"This feature requires inline frames. You have iframes disabled or your browser does not support them.","loadingAnimation":"https:\/\/www.rockwelltrading.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-includes/js/thickbox/thickbox.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpep = {"post_comments_refresh_ms":"5000","ajax_url":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php","resize_wistia_videos":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/wpep/assets/front/primary-min.js'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/simple-mail-address-encoder/smae.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var ThriveApp = {"ajax_url":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php","lazy_load_comments":"0","comments_loaded":"0","theme_uri":"https:\/\/www.rockwelltrading.com\/wp-content\/themes\/squared","translations":{"ProductDetails":"Product Details"}};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/themes/squared/js/script.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var tve_dash_front = {"ajaxurl":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php","is_crawler":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/thrive-visual-editor/thrive-dashboard/js/dist/frontend.min.js'></script>
<script type='text/javascript' src='https://imember360resources.s3.amazonaws.com/cportal/002/datatables.js?ver=4.9.4'></script>
<script type='text/javascript' src='https://www.rockwelltrading.com/wp-includes/js/wp-embed.min.js'></script>
<script async="async" type='text/javascript' src='https://www.rockwelltrading.com/wp-content/plugins/akismet/_inc/form.js'></script>
<script type="text/javascript">/*<![CDATA[*/if ( !window.TL_Const ) var TL_Const={"security":"2334cf3902","ajax_url":"https:\/\/www.rockwelltrading.com\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":0,"custom_post_data":[],"current_screen":{"screen_type":4,"screen_id":45675},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin"]}/*]]> */</script><script type="text/javascript" src="https://rockwell.infusionsoft.com/app/webTracking/getTrackingCode"></script></body>
</html>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.w3-edge.com/products/

Object Caching 5360/78 objects using disk
Page Caching using disk: enhanced 
Content Delivery Network via Amazon Web Services: S3: rockwell-cache.s3.amazonaws.com
Database Caching 220/294 queries in 0.147 seconds using disk

Served from: www.rockwelltrading.com @ 2018-02-17 20:20:42 by W3 Total Cache
-->