partners.globalxmtraders.com Open in urlscan Pro
95.101.111.141  Public Scan

Submitted URL: http://partners.globalxmtraders.com/
Effective URL: https://partners.globalxmtraders.com/
Submission: On October 02 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form class="js-cookieCheckList" action="">
  <div class="form-group">
    <div class="checkbox">
      <input id="functionalCookies" name="functionalCookies" data-cookies-parts="functional" type="checkbox" value="1" disabled="" checked="">
      <label for="functionalCookies"> <strong>Functional cookies</strong><br>These cookies are essential for the running of our website. Without these cookies our websites would not function properly. These are saved temporarily as login information
        and expire once the browser is closed.</label>
    </div>
  </div>
  <hr>
  <div class="form-group">
    <div class="checkbox">
      <input id="analyticalCookies" name="analyticalCookies" data-cookies-parts="analytical" type="checkbox" value="1">
      <label for="analyticalCookies"> <strong>Analytical cookies</strong><br>The information provided by analytical cookies allows us to analyse patterns of visitor behaviour and we use that information to enhance the overall experience or identify
        areas of the website which may require maintenance. The information is anonymous (i.e. it cannot be used to identify you and does not contain personal information such as your name and email address) and it is only used for statistical
        purposes. Behavioral cookies are similar to analytical and remember that you have visited a website and use that information to provide you with content which is tailored to your interests.</label>
    </div>
  </div>
  <hr>
  <div class="form-group">
    <div class="checkbox">
      <input id="promotionalCookies" name="promotionalCookies" data-cookies-parts="promotional" type="checkbox" value="1">
      <label for="promotionalCookies"> <strong>Promotional cookies</strong><br>These cookies are used to track visitors across websites. The intention is to display ads that are relevant and engaging for the individual user and thereby more valuable
        for publishers and third party advertisers.</label>
    </div>
  </div>
  <hr>
  <div class="form-group">
    <div class="checkbox">
      <input id="preferencesCookies" name="preferencesCookies" data-cookies-parts="preferences" type="checkbox" value="1">
      <label for="preferencesCookies"> <strong>Preferences cookies</strong><br>Preference cookies enable a website to remember information that changes the way the website behaves or looks, like your preferred language or the region that you are
        in.</label>
    </div>
  </div>
  <div class="dis15"></div>
  <div class="row text-center">
    <div class="col-md-6">
      <button class="btn btn-red btn-solid btn-block js-acceptDefaultCookie gtm-acceptDefaultCookiesCloseModal" data-dismiss="modal" aria-label="Close">ENABLE ALL COOKIES AND CLOSE</button>
    </div>
    <div class="dis10 visible-xs visible-sm"></div>
    <div class="col-md-6">
      <button class="btn btn-default btn-solid btn-block js-saveCookie gtm-saveCookiesCloseModal" data-dismiss="modal" aria-label="Close">SAVE SETTINGS AND CLOSE</button>
    </div>
  </div>
</form>

POST

<form id="pre-chat-form-member" action="" method="post" novalidate="novalidate">
  <div class="form-group" style="display: none;">
    <input type="hidden" name="pre-chat-form-value" value="1">
  </div>
  <div class="form-group" style="display: none;">
    <input type="hidden" class="j-user-id ignore-validation" id="user_id" name="user_id" value="0">
  </div>
  <div class="form-group has-feedback" style="display: none;">
    <label for="lc_first_name"><span class="red">*</span> First Name</label>
    <input class="form-control j-first-name ignore_validation" id="lc_first_name" name="first_name" value="" data-cip-id="first_name" type="text">
  </div>
  <div class="form-group has-feedback" style="display: none;">
    <label for="lc_last_name"><span class="red">*</span> Last Name</label>
    <input class="form-control j-last-name ignore_validation" id="lc_last_name" name="last_name" value="" data-cip-id="last_name" type="text">
  </div>
  <div class="form-group has-feedback j-div-email">
    <label for="lc_email_member"><span class="red">*</span> E-mail</label>
    <input class="form-control j-email" id="lc_email_member" name="email" value="" type="text">
    <label for="lc_email_member" class="error j-alert-message-email" style="display: none"> The MT4/MT5 ID and email address provided do not correspond to an XM real trading account. </label>
  </div>
  <div class="form-group has-feedback j-div-language">
    <label for="lc_preferred_language">
      <span class="red">*</span> Language <i class="fa fa-spinner fa-spin" aria-hidden="true"></i>
    </label>
    <select id="lc_preferred_language" name="preferred_language" class="form-control j-preferred-language"></select>
  </div>
  <div class="dis10"></div>
  <div class="text-center">
    <button id="start-chat-member" class="btn btn-solid btn-red btn-block" data-type="ajax" data-text="Start chat"> Start chat </button>
  </div>
</form>

<form id="pre-chat-form" novalidate="novalidate">
  <div class="form-group has-feedback j-hide-if-logged-in j-show-first-name">
    <label for="lc_first_name"><span class="red">*</span> First Name</label>
    <input class="form-control j-first-name" id="lc_first_name" name="first_name" value="" data-cip-id="first_name" type="text">
  </div>
  <div class="form-group has-feedback j-hide-if-logged-in j-show-last-name">
    <label for="lc_last_name"><span class="red">*</span> Last Name</label>
    <input class="form-control j-last-name" id="lc_last_name" name="last_name" value="" data-cip-id="last_name" type="text">
  </div>
  <div class="form-group has-feedback j-hide-if-logged-in">
    <label for="email_visitor"><span class="red">*</span> E-mail </label>
    <input class="form-control j-email" id="email_visitor" name="email" value="" type="text">
  </div>
  <div class="form-group has-feedback">
    <label for="lc_preferred_language_visitor">
      <span class="red">*</span> Language <i class="fa fa-spinner fa-spin" aria-hidden="true"></i>
    </label>
    <select id="lc_preferred_language_visitor" name="preferred_language" class="form-control j-preferred-language"></select>
  </div>
  <div class="dis10"></div>
  <div class="text-center">
    <button id="start-chat" class="btn btn-solid btn-red btn-block" data-type="ajax" data-text="Start chat"> Start chat </button>
  </div>
</form>

Text Content

 * XM Homepage
 * Member Login
 * Help Center
 * Contact
 * 

 * PARTNER LOGIN
 * Register a Partner Account
 * English
   * Malay
   * 简体中文
   * 繁體中文
   * Ελληνικά
   * Magyar
   * Русский
   * Indonesia
   * Français
   * Italiano
   * Svenska
   * Deutsch
   * Polski
   * العربية
   * Español
   * 한국어
   * Português
   * Tiếng Việt
   * ภาษาไทย
   * Filipino
   * Dutch
   * Česky
   * اردو
   * Türkçe
   * हिंदी
   * සිංහල

Menu LANGUAGE



FOREX

 * Malay
 * 简体中文
 * 繁體中文
 * Ελληνικά
 * Magyar
 * Русский
 * Indonesia
 * Français
 * Italiano
 * Svenska
 * Deutsch
 * Polski
 * العربية
 * Español
 * 한국어
 * Português
 * Tiếng Việt
 * ภาษาไทย
 * Filipino
 * Dutch
 * Česky
 * اردو
 * Türkçe
 * हिंदी
 * සිංහල

 * Home
 * Partner Login
 * Payment Plans
 * Promotional Tools
 * Statistics
 * News
 * Contact
 * Help Center

Support



HOW CAN WE HELP?

Choose how you’d prefer to receive support.

Live Chat

LIVE CHAT TERMS

By using our LiveChat, you agree that any personal data provided via LiveChat
will be processed by us, as per our Privacy Policy, for the purpose of receiving
assistance from our Customer Experience team.

Start chat

Help Center

Partner with a Trusted Global Broker


Affiliates and IBs from over 190 countries choose XM as their partner.

Partner with a Trusted Global Broker


Affiliates and IBs from over 190 countries choose XM as their partner.


PARTNER LOGIN Manage your Account
Register a Partner Account Register Online In 3 Minutes
Register a Partner Account Register Online In 3 Minutes

PARTNER LOGIN Manage your Account

Read More about XM

$650 Up to
$650 CPA
24/5 Live
Help
NOLimits on Commissions
25 Languages
Supported

XM COMPETITIONS



TRADE-BOOSTING COMPETITIONS!

XM clients make the most out of their trades by entering monthly competitions
for a chance to win exciting rewards and prizes in two categories.

Learn More

*T&Cs apply


GET MORE THAN A PARTNER ACCOUNT AT XM PARTNERS



01

Personal Account
Managers


02

Weekly
Payments



03

No Limits on
Commissions per Client



04

No Limits on
Total Commissions



05

Payments on Time,
Every Time


06

Material in
over 25 Languages




07

Real Time
Reporting


08

Detailed
Statistics



09

24/5
Live Help



Register a Partner Account Register Online In 3 Minutes
Risk warning: FX and CFD trading involves a high risk of loss. T&Cs Apply


WHAT WE OFFER OUR PARTNERS
Up to $650 CPA

No Limit on Commissions Per Client

24/5

Live Help

Payments on Time

On Time every Time

Personal Account Managers

We speak more than 30 Languages



CHOOSE A BIG, FAIR AND HUMAN BROKER.
 1. 01 NO REQUOTES
 2. 02 NO REJECTIONS
 3. 03 24-HOUR SUPPORT
 4. 04 NEGATIVE BALANCE PROTECTION
 5. 05 Zero Fees

 1. 06 LICENSED AND REGULATED
 2. 07 MT4/MT5 TRADING
 3. 08 16 PLATFORMS
 4. 09 UP TO 1000:1 LEVERAGE
 5. 10 UP TO $5000 BONUS

PARTNER TYPES

Introducers of Business

Web Affiliates

Sub-Affiliates

Testimonials

XM is one of the most trustworthy brokers we work with. Tracking, conversions
and account management are second to none. Andrew Wright

XM partner program is one of the best programs, which I have seen in between the
biggest brokers, fortunately I got one of the best manager, and he helped me a
lot in marketing plus for sure helping my clients correct. Ahmed Zaman

Working with XM for few years now, and I really believe they are the best and
most honorable broker out there, tested many and still XM is on the top of my
list. Miro Pavlov



Follow us:

--------------------------------------------------------------------------------

Privacy Policy | Cookie Policy | Vulnerability Policy | Terms and Conditions



--------------------------------------------------------------------------------

Legal: This website is operated by XM Global Limited with registered address at
Suite 101, 63 Eve Street, Belize City, Belize.

XM Global Limited, authorised and regulated by the Financial Services Commission
(FSC) (license number 000261/397) and Trading Point of Financial Instruments
Limited, authorised and regulated by Cyprus Securities and Exchange Commission
(CySEC) (licence number 120/10), are members of Trading Point Group.

Risk Warning: Forex and CFD trading involves a significant risk to your invested
capital. Please read and ensure you fully understand our Risk Disclosure.

Restricted Regions: XM Global Limited does not provide services for the
residents of certain countries, such as the United States of America, Canada,
Israel and the Islamic Republic of Iran.

XM does not direct its website and services to any individual in any country in
which the use of its website and services are prohibited by local laws or
regulations. When accessing this website from a country in which its use may or
may not be prohibited, it is the user's responsibility to ensure that any use of
the website or services adhere to local laws or regulations. XM does not affirm
that the information on its website is suitable to all jurisdictions.

WE RESPECT YOUR PRIVACY


We use cookies to ensure the best possible browsing experience. Some are needed
for essential features like login sessions, while others help us provide you
with content and marketing more closely tailored to your needs. Accepting all
cookies enables us to enhance your experience further. Please note, some of
these may be third-party cookies. You can modify your cookie preferences by
clicking the button below. For more information, please see our Cookie Policy.
MODIFY PREFERENCES

ACCEPT ALL


YOUR COOKIE SETTINGS

 * Change Settings
 * What are Cookies?
 * Why are cookies useful?

What are Cookies?

Cookies are small data files. When you visit a website, the website sends the
cookie to your computer. Your computer stores it in a file located inside your
web browser.

Cookies do not transfer viruses or malware to your computer. Because the data in
a cookie does not change when it travels back and forth, it has no way to affect
how your computer runs, but they act more like logs (i.e. they record user
activity and remember stateful information) and they get updated every time you
visit a website.

We may obtain information about you by accessing cookies, sent by our website.
Different types of cookies keep track of different activities. For example,
session cookies are used only when a person is actively navigating a website.
Once you leave the website, the session cookie disappears.


ENABLE ALL COOKIES AND CLOSE

Why are cookies useful?

We use functional cookies to analyse how visitors use our website, as well as
track and improve our website’s performance and function. This allows us to
provide a high-quality customer experience by quickly identifying and fixing any
issues that may arise. For example, we might use cookies to keep track of which
website pages are most popular and which method of linking between website pages
is most effective. The latter also helps us to track if you were referred to us
by another website and improve our future advertising campaigns.

Another use of cookies is to store your log in sessions, meaning that when you
log in to the Members Area to deposit funds, a "session cookie" is set so that
the website remembers that you have already logged in. If the website did not
set this cookie, you will be asked for your login and password on each new page
as you progress through the funding process.

In addition, functional cookies, for example, are used to allow us to remember
your preferences and identify you as a user, ensure your information is secure
and operate more reliably and efficiently. For example, cookies save you the
trouble of typing in your username every time you access our trading platform,
and recall your preferences, such as which language you wish to see when you log
in.

Here is an overview of some of the functions our cookies provide us with:

 * Verifying your identity and detecting the country you are currently visiting
   from
 * Checking browser type and device
 * Tracking which site the user was referred from
 * Allowing third parties to customize content accordingly

This website uses Google Analytics, a web analytics service provided by Google,
Inc. ("Google"). Google Analytics uses analytical cookies placed on your
computer, to help the website analyze a user's use of the website. The
information generated by the cookie about your use of the website (including
your IP address) may be transmitted to and stored by Google on their servers.
Google may use this information to evaluate your use of the website, to compile
reports on website activity and to provide other services related to website
activity and internet usage. Google may also transfer this information to third
parties, where required to do so by law, or where such third parties process the
information on behalf of Google. Google will not associate your IP address with
any other data held. By using this website, you give your consent to Google to
process data about you in the manner and for the purposes set out above.


ENABLE ALL COOKIES AND CLOSE

Change Settings

Please select which types of cookies you want to be stored on your device.


Functional cookies
These cookies are essential for the running of our website. Without these
cookies our websites would not function properly. These are saved temporarily as
login information and expire once the browser is closed.

--------------------------------------------------------------------------------

Analytical cookies
The information provided by analytical cookies allows us to analyse patterns of
visitor behaviour and we use that information to enhance the overall experience
or identify areas of the website which may require maintenance. The information
is anonymous (i.e. it cannot be used to identify you and does not contain
personal information such as your name and email address) and it is only used
for statistical purposes. Behavioral cookies are similar to analytical and
remember that you have visited a website and use that information to provide you
with content which is tailored to your interests.

--------------------------------------------------------------------------------

Promotional cookies
These cookies are used to track visitors across websites. The intention is to
display ads that are relevant and engaging for the individual user and thereby
more valuable for publishers and third party advertisers.

--------------------------------------------------------------------------------

Preferences cookies
Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region that
you are in.

ENABLE ALL COOKIES AND CLOSE

SAVE SETTINGS AND CLOSE





We are using cookies to give you the best experience on our website. Read more
or change your cookie settings.


ACCEPT ALL COOKIES



Risk Warning: Your capital is at risk. Leveraged products may not be suitable
for everyone. Please consider our Risk Disclosure.




XM LIVE CHAT

Please enter your contact information. If you already have an XM account, please
state your account ID so that our support team can provide you with the best
service possible.

 * Existing Client
 * New Client

* First Name
* Last Name
* E-mail The MT4/MT5 ID and email address provided do not correspond to an XM
real trading account.
* Language

Start chat
* First Name
* Last Name
* E-mail
* Language

Start chat