middaymomentum.com Open in urlscan Pro
44.194.252.174  Public Scan

Submitted URL: https://events-c.mb.moneymorninglive.com/web-only/z/1uf0bb65u?uid=f9a22c97-a388-41b7-89b4-5ae4357cc040&mid=f6416342-fe54-4d32-be2d-78eafa...
Effective URL: https://middaymomentum.com/?bsft_aaid=09f02da4-16a1-47d4-ad98-a6ed4bf41305&bsft_eid=5ee43077-45c2-4c3e-8902-ac1f4149a6d7&ut...
Submission: On April 18 via api from BE — Scanned from DE

Form analysis 3 forms found in the DOM

GET /

<form action="/" role="search" method="get" class="form search-form disabled clearfix" id="headerSearchForm">
  <input name="s" type="text" class="form-control form-control-lg" placeholder="Search...">
  <button type="submit" value="Search" class="btn" disabled="">Go</button>
</form>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_21217" class="speedyTwo_signup speedyTwo_signup_993 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="993" name="boxId">
  <div id="speedyTwoFlex_993" class="speedyTwo-flex-container speedyTwo-email-input-full-css">
    <input type="email" class="form-control speedyTwo_email_input speedyTwo_email_input_full" id="speedyTwo_email_input_21217" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_21217" value="Subscribe">
    <div class="form-group speedyTwo-disclaimer-form-full-css">
      <div class="speedyTwo-disclaimer-full-css">By submitting your email address, you will receive a free subscription to Midday Momentum and occasional special offers from Money Map Press LLC and our affiliates. Unsubscribe at any time. Please read
        our <a href="https://moneymappress.com/privacy-policy/">Privacy Policy</a>.</div>
    </div>
  </div>
  <div class="speedyTwo_email_error" data-count="0"></div>
  <link rel="stylesheet" href="https://thespeedyapp.com/css/intlTelInput.css">
  <input type="hidden" value="" name="full_number" id="speedyTwo_full_number_21217">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_21217">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_21217">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_21217">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="dynamic_redirect" name="after_signup" id="speedyTwo_after_signup_type_21217">
  <input type="hidden" value="e937402a-e03a-4c4a-b941-dd6e9071fd98" name="mailing_id">
  <input type="hidden" value="midday_signup" id="speedyTwo_cookie_name">
  <input type="hidden" value="complete" id="speedyTwo_cookie_value">
  <div class="form-group speedyTwo-form-last">
    <label for="websiteform">Website</label>
    <input type="text" class="form-control website-form" id="websiteform" aria-describedby="website" name="website" style="max-width: 500px">
    <!-- <small id="emailHelp" class="form-text text-muted">Please Enter your email below</small> -->
  </div>
  <div class="form-group speedyTwo-form-last">
    <label for="passform">Password</label>
    <input type="text" class="form-control password-form" id="passform" aria-describedby="pass" name="pass" style="max-width: 500px">
    <!-- <small id="emailHelp" class="form-text text-muted">Please Enter your email below</small> -->
  </div>
  <!-- this used to be where the button would be FOR NON INLINE LAYOUT-->
  <script defer="">
    //set the initial order
    var maxW = window.matchMedia("(max-width: 1350px)");
    var flexContainers = document.querySelectorAll('*[id^="speedyTwoFlex_"] :nth-child(2)');
    // var flexContainersSms = document.querySelectorAll('*[id^="speedyTwoFlexSms_"] :nth-child(3)');
    //listen for width changes, assess order    
    maxW.addEventListener('change', function(width) {
      if (width.matches) {
        var flexContainers = document.querySelectorAll('*[id^="speedyTwoFlex_"] :nth-child(2)');
        // var flexContainersSms = document.querySelectorAll('*[id^="speedyTwoFlexSms_"] :nth-child(3)');
      }
    });
    jQuery.each(jQuery('.speedyTwo_signup'), function(key, value) {
      let randomNum = Math.floor(Math.random() * Math.floor(50000));
      jQuery('#speedyTwo_submit_').attr('id', 'speedyTwo_submit_' + randomNum);
      jQuery('#speedyTwo_email_input_').attr('id', 'speedyTwo_email_input_' + randomNum);
      jQuery('#speedyTwo_full_number_').attr('id', 'speedyTwo_full_number_' + randomNum);
      jQuery('#speedyTwo_sms_disclaimer_').attr('id', 'speedyTwo_sms_disclaimer_' + randomNum);
      jQuery('#speedyTwo_loadtime_disclaimer_').attr('id', 'speedyTwo_loadtime_disclaimer_' + randomNum);
      jQuery('#speedyTwo_signup_').attr('id', 'speedyTwo_signup_' + randomNum);
      jQuery('#speedyTwo_dynamic_redirect_').attr('id', 'speedyTwo_dynamic_redirect_' + randomNum);
      jQuery('#speedyTwo_after_signup_type_').attr('id', 'speedyTwo_after_signup_type_' + randomNum);
      jQuery('#speedyTwo_submit_' + boxid).on('click', function(e) {
        let error = itit.getValidationError();
        getValidationError(e, error, jQuery('#speedyTwo_phone_' + randomNum), randomNum);
      });
    });
    // get more info if the validation has failed e.g. too long/too short
    // NOTE that isPossibleNumberWithReason returns a i18n.phonenumbers.PhoneNumberUtil.ValidationResult
    function getValidationError(e, error, phone, randomNum) {
      if (error === intlTelInputUtils.validationError.INVALID_COUNTRY_CODE) {
        e.preventDefault();
        let phone_message = "This is not a valid country";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error === intlTelInputUtils.validationError.TOO_SHORT) {
        e.preventDefault();
        let phone_message = "The phone number is too short for the selected country";
        jQuery('#speedyTwo_phone_error_v' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error === intlTelInputUtils.validationError.TOO_LONG) {
        e.preventDefault();
        let phone_message = "The phone number is too long for the selected country.";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error) {
        console.log(error);
        e.preventDefault();
        let phone_message = "This phone number is not valid.";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      }
    }

    function gatherInformation(randomNum) {
      var loadtimeDisclaimer = jQuery('#speedyTwo_loadtime_disclaimer_' + randomNum);
      if (loadtimeDisclaimer.length > 0) {
        loadtimeDisclaimer.val(JSON.stringify(jQuery('#speedyTwo_sms_disclaimer_check_' + randomNum).parent().html()));
      }
      var loadTime = Math.floor(new Date().getTime() / 1000);
      jQuery('input[name="loaded"]').val(loadTime);
      jQuery('input[name="referrer"]').val(document.referrer);

      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;
      }
      var seerid = readCookie('seerid');
      if (seerid != undefined) {
        jQuery('input[name=seer_id]').val(seerid);
      }
    }
  </script>
</form>

POST https://thespeedyapp.com/signup

<form id="speedyTwo_signup_40261" class="speedyTwo_signup speedyTwo_signup_993 speedyTwo_signup_full speedyTwo_signup-email" action="https://thespeedyapp.com/signup" method="POST">
  <input type="hidden" name="key" value="cec0dbfdb730f718f39ee1df517c0cf2307c292ff0544bbe">
  <input type="hidden" value="993" name="boxId">
  <div id="speedyTwoFlex_993" class="speedyTwo-flex-container speedyTwo-email-input-full-css">
    <input type="email" class="form-control speedyTwo_email_input speedyTwo_email_input_full" id="speedyTwo_email_input_40261" required="" aria-describedby="emailHelp" name="email" style="float: left; " value="" placeholder=" Email">
    <input type="submit" class="speedyTwo_submit speedyTwo_submit_full" id="speedyTwo_submit_40261" value="Subscribe">
    <div class="form-group speedyTwo-disclaimer-form-full-css">
      <div class="speedyTwo-disclaimer-full-css">By submitting your email address, you will receive a free subscription to Midday Momentum and occasional special offers from Money Map Press LLC and our affiliates. Unsubscribe at any time. Please read
        our <a href="https://moneymappress.com/privacy-policy/">Privacy Policy</a>.</div>
    </div>
  </div>
  <div class="speedyTwo_email_error" data-count="0"></div>
  <link rel="stylesheet" href="https://thespeedyapp.com/css/intlTelInput.css">
  <input type="hidden" value="" name="full_number" id="speedyTwo_full_number_40261">
  <input type="hidden" value="" name="sms_disclaimer" id="speedyTwo_sms_disclaimer_40261">
  <input type="hidden" value="" name="loadtime_disclaimer" id="speedyTwo_loadtime_disclaimer_40261">
  <input type="hidden" value="" name="dynamic_redirect" id="speedyTwo_dynamic_redirect_40261">
  <input type="hidden" value="" name="loaded">
  <input type="hidden" value="" name="seer_id">
  <input type="hidden" value="" name="referrer">
  <input type="hidden" value="dynamic_redirect" name="after_signup" id="speedyTwo_after_signup_type_40261">
  <input type="hidden" value="e937402a-e03a-4c4a-b941-dd6e9071fd98" name="mailing_id">
  <input type="hidden" value="midday_signup" id="speedyTwo_cookie_name">
  <input type="hidden" value="complete" id="speedyTwo_cookie_value">
  <div class="form-group speedyTwo-form-last">
    <label for="websiteform">Website</label>
    <input type="text" class="form-control website-form" id="websiteform" aria-describedby="website" name="website" style="max-width: 500px">
    <!-- <small id="emailHelp" class="form-text text-muted">Please Enter your email below</small> -->
  </div>
  <div class="form-group speedyTwo-form-last">
    <label for="passform">Password</label>
    <input type="text" class="form-control password-form" id="passform" aria-describedby="pass" name="pass" style="max-width: 500px">
    <!-- <small id="emailHelp" class="form-text text-muted">Please Enter your email below</small> -->
  </div>
  <!-- this used to be where the button would be FOR NON INLINE LAYOUT-->
  <script defer="">
    //set the initial order
    var maxW = window.matchMedia("(max-width: 1350px)");
    var flexContainers = document.querySelectorAll('*[id^="speedyTwoFlex_"] :nth-child(2)');
    // var flexContainersSms = document.querySelectorAll('*[id^="speedyTwoFlexSms_"] :nth-child(3)');
    //listen for width changes, assess order    
    maxW.addEventListener('change', function(width) {
      if (width.matches) {
        var flexContainers = document.querySelectorAll('*[id^="speedyTwoFlex_"] :nth-child(2)');
        // var flexContainersSms = document.querySelectorAll('*[id^="speedyTwoFlexSms_"] :nth-child(3)');
      }
    });
    jQuery.each(jQuery('.speedyTwo_signup'), function(key, value) {
      let randomNum = Math.floor(Math.random() * Math.floor(50000));
      jQuery('#speedyTwo_submit_').attr('id', 'speedyTwo_submit_' + randomNum);
      jQuery('#speedyTwo_email_input_').attr('id', 'speedyTwo_email_input_' + randomNum);
      jQuery('#speedyTwo_full_number_').attr('id', 'speedyTwo_full_number_' + randomNum);
      jQuery('#speedyTwo_sms_disclaimer_').attr('id', 'speedyTwo_sms_disclaimer_' + randomNum);
      jQuery('#speedyTwo_loadtime_disclaimer_').attr('id', 'speedyTwo_loadtime_disclaimer_' + randomNum);
      jQuery('#speedyTwo_signup_').attr('id', 'speedyTwo_signup_' + randomNum);
      jQuery('#speedyTwo_dynamic_redirect_').attr('id', 'speedyTwo_dynamic_redirect_' + randomNum);
      jQuery('#speedyTwo_after_signup_type_').attr('id', 'speedyTwo_after_signup_type_' + randomNum);
      jQuery('#speedyTwo_submit_' + boxid).on('click', function(e) {
        let error = itit.getValidationError();
        getValidationError(e, error, jQuery('#speedyTwo_phone_' + randomNum), randomNum);
      });
    });
    // get more info if the validation has failed e.g. too long/too short
    // NOTE that isPossibleNumberWithReason returns a i18n.phonenumbers.PhoneNumberUtil.ValidationResult
    function getValidationError(e, error, phone, randomNum) {
      if (error === intlTelInputUtils.validationError.INVALID_COUNTRY_CODE) {
        e.preventDefault();
        let phone_message = "This is not a valid country";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error === intlTelInputUtils.validationError.TOO_SHORT) {
        e.preventDefault();
        let phone_message = "The phone number is too short for the selected country";
        jQuery('#speedyTwo_phone_error_v' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error === intlTelInputUtils.validationError.TOO_LONG) {
        e.preventDefault();
        let phone_message = "The phone number is too long for the selected country.";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      } else if (error) {
        console.log(error);
        e.preventDefault();
        let phone_message = "This phone number is not valid.";
        jQuery('#speedyTwo_phone_error_' + randomNum).text(phone_message).data('count', '1');
        phone.css("border", "1px solid red");
      }
    }

    function gatherInformation(randomNum) {
      var loadtimeDisclaimer = jQuery('#speedyTwo_loadtime_disclaimer_' + randomNum);
      if (loadtimeDisclaimer.length > 0) {
        loadtimeDisclaimer.val(JSON.stringify(jQuery('#speedyTwo_sms_disclaimer_check_' + randomNum).parent().html()));
      }
      var loadTime = Math.floor(new Date().getTime() / 1000);
      jQuery('input[name="loaded"]').val(loadTime);
      jQuery('input[name="referrer"]').val(document.referrer);

      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;
      }
      var seerid = readCookie('seerid');
      if (seerid != undefined) {
        jQuery('input[name=seer_id]').val(seerid);
      }
    }
  </script>
</form>

Text Content

 * About Garrett Baldwin
 * Archives
 * Replays

Go


I'VE CALLED EVERY MARKET TURN THIS YEAR...


AND I KNOW WHERE IT'S GOING NEXT!


'GARRETT BALDWIN




CATCH GARRETT LIVE ON-AIR


MONEY MORNING LIVE 830A EST MON - FRI
MIDDAY MOMENTUM 1230P EST MON - FRI




YES, I WANT TO KNOW WHEN MOMENTUM MAKES ITS SWITCH GARRETT BALDWIN’S FREE MIDDAY
MOMENTUM E-LETTER! SIGN UP RIGHT HERE.

By submitting your email address, you will receive a free subscription to Midday
Momentum and occasional special offers from Money Map Press LLC and our
affiliates. Unsubscribe at any time. Please read our Privacy Policy.

Website
Password


"MOMENTUM IS THE MARKET'S MOST POWERFUL TRADING STRATEGY."


– GARRETT BALDWIN





WATCH EVERY MIDDAY MOMENTUM SHOW RIGHT HERE




YES, I WANT TO RECEIVE GARRETT BALDWIN’S MIDDAY MOMENTUM UPDATE! SIGN UP RIGHT
HERE.

By submitting your email address, you will receive a free subscription to Midday
Momentum and occasional special offers from Money Map Press LLC and our
affiliates. Unsubscribe at any time. Please read our Privacy Policy.

Website
Password


ABOUT GARRETT

Garrett Baldwin is a globally recognized research economist, financial writer,
and consultant with degrees from Northwestern, Johns Hopkins, Purdue, and
Indiana University.
He is a seasoned financial and political risk analyst with a focus on stocks,
hedge funds, private equity, blockchain, and housing policy. Garrett has
conducted risk assessment projects for clients in 27 countries and consulted on
policy and financial operations for some of the nation’s largest financial
institutions – including a $1.5 trillion credit fund, a $43 billion credit and
auto loan giant, and two of the largest Wall Street banks by assets under
management.


 * About Garrett Baldwin
 * Replays
 * Text Alerts


LEGAL

 * Privacy Policy
 * Terms and Conditions
 * Do Not Sell or Share My Personal Information
 * Whitelist Us

Contact Customer Service:
Call 1.888.384.8339
Submit Contact Form 1125 N Charles Street
Baltimore, MD, 21201 USA
LIVE

Visit Money Morning Live