MetaQuotes ID in MetaTrader Mobile Terminal

MetaQuotes | 24 August, 2012

Android and iOS powered devices offer us many features we do not even know about. One of these features is push notifications allowing us to receive personal messages, regardless of our phone number or mobile network operator. MetaTrader mobile terminal already can receive such messages right from your trading robot. You should only know MetaQuotes ID of your device. More than 9 000 000 mobile terminals have already received it.

The world around us is constantly changing. Few people remember paging, though it was extremely popular at the time. GSM phones granted us the ability to send SMS messages to any cellular network user and paging was soon forgotten.

Can we long for more? Yes, we can! We can expand our opportunities even further with push notifications - the new service provided by modern smartphones.


What is MetaQuotes ID

Push technology is widely used in mobile devices powered by iOS and Android OS allowing their users to receive instant notifications from various services in one place.

MetaQuotes ID in MetaTarder 5 for iPhonePush notifications are noted for their instant delivery. Besides, there is no need to launch third-party applications and keep them running. Also, push notifications cannot be lost in delivery and users do not depend on a specific mobile network operator. Only the appropriate device and Internet access are needed.

MetaQuotes ID is a unique user ID allowing to receive push notifications from MetaQuotes Software Corp. services and applications right on a mobile device. MetaQuotes ID is submitted to a user when installing the mobile version of the terminal:

MetaTrader 4 for iPhone MetaTrader 5 for iPhone
MetaTrader 4 for Android
 
MetaTrader 5 for Android  

A separate ID is submitted in each case preventing users from getting lost in a great amount of notifications. You can find your MetaQuotes ID in "Messages" section after installing the application. The screenshot on the left shows a user ID in MetaTrader 5 for iPhone.

Compared to unreliable SMS messages, you are not bound to a specific phone number and the messages are absolutely free. You can receive almost unlimited number of messages. You just need to ensure that your tariff plan includes Internet access.

Before the advent of push notifications, traders could use their mobile phones to receive messages about their trading account status, trading signals and other relevant information. To do this, an email was usually sent to a specific address, from which the appropriate message was then sent to a device via paid SMS gateways. But not all mobile network operators provide such a possibility. Besides, the system has several drawbacks.

With push notifications in MetaTrader mobile terminals, you can not only trade from everywhere but also use one more convenient way of working with your client terminal providing you with trading signals and important notifications on your account status. MetaQuotes Software Corp. took a step further and integrated new technologies in MQL5.community services.


How it works?

Notifications received by users via MetaQuotes ID can be of two types: notifications from the desktop version of the client terminal and from MQL5.community services.

To subscribe for the client terminal's notifications, specify MetaQuotes ID in the terminal's settings. To receive push notifications from MQL5.community, specify MetaQuotes ID in your profile. In both cases notifications are sent to a mobile device with a specified MetaQuotes ID via a special server when a certain event occurs. They are delivered instantly.


Delivering messages from the client terminal

The main advantage of push notifications is the ability to quickly react to various events in the trading terminal. Specify your MetaQuotes ID and enable push notifications in settings to receive them on your mobile device:

Configuring push notifications in the client terminal


Sending via MQL5 and MQL4

The most interesting feature of sending notifications is adding an appropriate functionality to a trading robot. Special SendNotification() function is provided in MQL4 and MQL5 languages. The function is easy to use:

//+------------------------------------------------------------------+
//|                                                 Notification.mq5 |
//|                        Copyright 2012, MetaQuotes Software Corp. |
//|                                              https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2012, MetaQuotes Software Corp."
#property link      "https://www.mql5.com"
#property version   "1.00"
#property script_show_inputs;
//+------------------------------------------------------------------+
//| Text message to send                                             |
//+------------------------------------------------------------------+
input string message="Enter message text";
//+------------------------------------------------------------------+
//| Script program start function                                    |
//+------------------------------------------------------------------+
void OnStart()
  {
//--- Send the message
   res=SendNotification(message);
   if(!res)
     {
      Print("Message sending failed");
     }
   else
     {
      Print("Message sent");
     }
//---
  }
//+------------------------------------------------------------------+

This sample MQL5 script sends a message to a mobile device with MetaQuotes ID specified in the terminal settings. The only parameter of SendNotification() function is a message text which should not exceed 255 characters.

With this function, you will always be in touch with your trading account and Expert Advisor. Forward-looking developers already introduce this feature in their Market products to provide additional convenient functionality.


Sending via alerts

You do not have to know MQL4 or MQL5 to work with push notifications. Messages sending can be configured via "Alerts" function in MetaTrader 4 and MetaTrader 5 terminals:

Sending push notifications via Alerts in MetaTrader 5

Select "Notification" in "Action" and enter the text that should be sent when a specified event occurs in "Source" field.

With this feature you will not miss a single important event.


Integration with MQL5.community services

MetaTrader 5 is closely integrated with MQL5.community providing traders with unique opportunities including direct access to Code Base, Articles and Market, MQL5 Cloud Network, MQL5 source codes Storage and more. Working in MetaTrader 5 is closely connected with activity on MQL5.community.


Community events

How can push notifications be of any use here? They facilitate convenient working with your MQL5.community account. After specifying MetaQuotes ID in your profile, you will receive notifications on the following important events:

Enter your profile and specify MetaQuotes ID:

MetaQuotes ID in MQL5.community member's profile

Then choose events you want to receive notifications about.

Setting up notifications about about events on MQL5.community

MQL5 account security

For additional protection of your account, you can enable two-step authentication which is also based on push notifications and MetaQuotes ID. If you open the site from an unknown IP address, then in addition to the login and password you'll need to enter a special one-time code which will be sent to your mobile device using MetaQuotes ID. Enable "Authorize from allowed static IP addresses only" option at Profile — Settings — Security:

Enabling two-step authentication for an MQL5 account

If you use a static IP address, add it to the list. You won't need to enter a one-time code when visiting the site from that address. In all other cases, a code to login to your MQL5 account will be sent to your MetaTrader 4/5 mobile terminal.


Chat with MQL5.community friends and colleagues

MetaTrader 4/5 mobile terminals include a chat allowing you to communicate with your MQL5.community friends and colleagues right from your smartphone.

Chats in MetaTrader 4/5 mobile terminals


Be mobile with MetaTrader terminals

Being alert to market changes is a key ability of a successful trader. MetaTrader 4 and MetaTrader 5 trading platforms have everything to be up-to-date. Mobile terminals for the most popular iOS and Android OS platforms are available to all traders for free.

Sample MQL5 Expert Advisors for creating a message box on a chart are attached below. Place them to the [terminal dara folder]\MQL5\Experts, compile in MetaEditor and launch on any chart. Try to send notifications to your mobile device. You will surely find that easy and convenient.

Use push notifications to receive data instantly and securely. More than 9 000 000 unique MetaQuotes IDs have already been registered as of December 2016.