Where do we find the MetaQuotes ID as requested in the Options/Notifications tab of the main MT4 install? Specifically, where is "Settings->Messages". ?
thank you
Where do we find the MetaQuotes ID as requested in the Options/Notifications tab of the main MT4 install? Specifically, where is "Settings->Messages". ?
thank you
Press menu\Messages, you should be able to see that at the top of the screen.
However, I'm using S3 and not able to clear the notifications, kept getting "Failed to register messages receiving service.....", anyone seeing that?
Press menu\Messages, you should be able to see that at the top of the screen.
However, I'm using S3 and not able to clear the notifications, kept getting "Failed to register messages receiving service.....", anyone seeing that?
thx
Flexie, i think you need to download the actual MetaTrader App from the appstore and then put in your server settings to GoMarkets. Reason being due to whatever reason the go markets app you have isnt the current version. Once your setup its just Settings then Messages and at the very bottom will be your unique ID for your mobile.
yes, I'm using what I downloaded from google play store. Are the settings in MT4 terminal or for the phone in general?
I added the file
I need modification in my indicator to send me push notification by phone, Need some help !
I added the file
if ( AccountEquity() < AlertWhenBelow && once != Time[0] && AlertOn ) { Alert(" AccountEquity is Below ", AlertWhenBelow); SendNotification(" AccountEquity is Below " + (string)AlertWhenBelow); once = Time[0]; }
Hi forum,
I am having a mt4 custom indicator. it gives alerts on arrows. but i need these alerts in my mobile as mt4 push notification . any software engineers can help me please. spend your lesuire time and make me smile. my kind asking . thank you
<ex4 file deleted>
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I was reading up on the push notifications, with an android phone. I have a custom indicator that gives buy/sell alerts, could the notifications be used to send the alerts directly to my smartphone?