mtrading.com Open in urlscan Pro
190.115.31.249  Public Scan

URL: https://mtrading.com/registration?ref_id=1178524
Submission: On May 12 via manual from KH — Scanned from DE

Form analysis 2 forms found in the DOM

<form @submit.prevent="firstStepHandler" x-show="isFirstStep">
  <h1 class="display-3">Open account</h1>
  <div class="form-group mt-6">
    <label for="email-input">Email</label>
    <input class="text-input" type="email" inputmode="email" autocomplete="email" name="email" id="email-input" autofocus="" required="" x-model="model.email">
    <span class="error-text" x-text="errors?.email"></span>
  </div>
  <button class="btn btn-primary w-full mt-6" :class="{ 'btn-loader': isLoading }" :disabled="isLoading" type="submit"> Continue </button>
  <div class="mt-5 text-gray-600"> Already have an account? <a href="/auth/login" class="link button">Login</a>
  </div>
</form>

<form @submit.prevent="secondStepHandler" x-show="isSecondStep" style="display: none;">
  <h3 class="display-3">Open account</h3>
  <div class="form-group mt-6">
    <label for="given-name-input">First Name</label>
    <input class="text-input" type="text" autocomplete="given-name" name="given-name" id="given-name-input" x-ref="nameField" x-model="model.first_name" required="">
    <span class="error-text" x-text="errors?.first_name"></span>
  </div>
  <div class="form-group mt-6">
    <label for="family-name-input">Last Name</label>
    <input class="text-input" type="text" autocomplete="family-name" name="family-name" id="family-name-input" x-model="model.last_name" required="">
    <span class="error-text" x-text="errors?.last_name"></span>
  </div>
  <div class="form-group mt-6 relative mobile:static">
    <label for="phone-input">Phone number</label>
    <div class="flex flex-start">
      <div class="phone-selector-code flex items-center basis-full shrink shrink-0 px-4 hover:border-gray-400" :class="{'border-purple-400': codeSelectorOpened, 'hover:border-gray-400': !codeSelectorOpened }" @click="codeSelectorOpened = true">
        <picture>
          <source type="image/webp" :srcset="`https://flagcdn.com/w20/${countryCode}.webp, https://flagcdn.com/w40/${countryCode}.webp 2x`" srcset="https://flagcdn.com/w20/al.webp, https://flagcdn.com/w40/al.webp 2x">
          <source type="image/png" :srcset="`https://flagcdn.com/w20/${countryCode}.png, https://flagcdn.com/w40/${countryCode}.png 2x`" srcset="https://flagcdn.com/w20/al.png, https://flagcdn.com/w40/al.png 2x">
          <img :src="`https://flagcdn.com/w20/${countryCode}.png`" width="20" class="rounded-sm" loading="lazy" src="https://flagcdn.com/w20/al.png">
        </picture>
        <span class="button px-1 ml-2" x-text="`+${getCallingCode(countryCode)}`" aria-label="Country">+355</span>
        <i class="fa-solid fa-caret-down ml-auto text-gray-400" :class="!codeSelectorOpened || 'rotate-180'"></i>
      </div>
      <input class="text-input phone-input" type="tel" autocomplete="tel" name="phone" id="phone-input" inputmode="numeric" :placeholder="exampleNumber" :value="model.phone_number" @input="handleParseNumber" required="" placeholder="">
      <div class="hidden absolute h-full w-full top-[-145px] left-0 bg-[rgba(10,9,9,0.25)] mobile:block" x-show="codeSelectorOpened" style="display: none;"></div>
      <div class="code-selector absolute w-full" x-show="codeSelectorOpened" @click.outside="codeSelectorOpened = false" style="display: none;">
        <div class="hidden justify-between items-center p-5 mobile:flex">
          <h3 class="display-3 text-gray-700">Select area code</h3>
          <i @click="codeSelectorOpened = false" class="fa-regular fa-xmark text-gray-400 cursor-pointer text-xl"></i>
        </div>
        <div class="px-4 pt-4 pb-2 mobile:pt-0">
          <div class="relative">
            <input class="text-input country-code-search-input w-full" type="text" placeholder="Country or code" x-model="countryCodeFilter">
            <i class="fa-regular fa-magnifying-glass text-sm text-gray-400 absolute left-4 top-1/2 -translate-y-1/2"></i>
          </div>
        </div>
        <ul class="code-selector__country">
          <template x-for="country in filteredCountries">
            <li class="button flex flex-start items-center py-3 px-4 cursor-pointer" @click="setCountryCode(country)">
              <picture>
                <source type="image/webp" :srcset="`https://flagcdn.com/w20/${country.toLowerCase()}.webp, https://flagcdn.com/w40/${country.toLowerCase()}.webp 2x`">
                <source type="image/png" :srcset="`https://flagcdn.com/w20/${country.toLowerCase()}.png, https://flagcdn.com/w40/${country.toLowerCase()}.png 2x`">
                <img :src="`https://flagcdn.com/w20/${country.toLowerCase()}.png`" width="20" class="rounded-sm" loading="lazy">
              </picture>
              <span class="ml-2 w-10 text-gray-400" x-text="`+${getCallingCode(country)}`"></span>
              <span class="ml-2 text-gray-600" x-text="`${getCountryFullName(country)}`"></span>
            </li>
          </template>
        </ul>
      </div>
    </div>
    <span class="error-text" x-text="errors?.phone_number"></span>
  </div>
  <button class="btn btn-primary w-full mt-6" :class="{ 'btn-loader': isLoading }" :disabled="isLoading" type="submit"> Open account </button>
  <p class="body-small text-gray-400 mt-4 markup-text"> By proceeding, I accept the {<a href="/terms/privacy-policy" target="_blank">Privacy Policy</a>} and certify that I am over 18 years old. I agree to receive company news, product updates and
    market overviews by email. I understand that I can unsubscribe by contacting {<a href="mailto:support@mtrading.com" target="_blank">Customer Support</a>}. </p>
</form>

Text Content

Open account
 * Products
    * Partnership
      * How to start
      * Deposit Reward
    * Copy Trading
      * Master
      * Subscriber
    * Promotions
      * Deposit Bonus
      * Welcome Bonus
      * Ramadan Contest

 * For Traders
    * Start Trading
      * Contract Specifications
      * Account types
      * Margin requirements
      * Payment Systems
    * Trading Platforms
      * MT4
      * MT4 Supreme
      * WebTrader
      * MT4 MultiTerminal

 * Analysis & Education
    * Market Insights
      * News
      * Technical analysis
    * Education
      * Articles

 * About
    * About
      * Why us?
      * FAQ
    * Legal
      * Privacy Policy
      * Terms and Conditions
      * AML Policies
      * Risk Disclosure

 * Traders Room
    * * Dashboard
      * Deposit
      * Withdraw
      * Transfer
      * Partner
      * Copy Trading
      * Promotions

Login Open account
En
 * English
 * Bahasa indonesia
 * 中文
 * Bahasa melayu
 * Español
 * ไทย
 * Tiếng việt

English
Language selection
English Bahasa indonesia 中文 Bahasa melayu Español ไทย Tiếng việt
Logout
Are you sure you want to exist?
Yes No


OPEN ACCOUNT

Email
Continue
Already have an account? Login


OPEN ACCOUNT

First Name
Last Name
Phone number
+355



SELECT AREA CODE


Open account

By proceeding, I accept the {Privacy Policy} and certify that I am over 18 years
old. I agree to receive company news, product updates and market overviews by
email. I understand that I can unsubscribe by contacting {Customer Support}.


ALMOST DONE

Please check your email



to activate account