Reply

How to Send Push Notifications from MT4 4 to Smartphone?

3 replies

TJ#

Customer, bbp_participant, community, 144 replies.

Visit profile

9 years ago #113527

I notice this push notification function on MT4 and wonder how to configure the EA wizard enable the push notification? 

 

Below is from a webpage… 

 

You must use the SendNotification() function.

Example:
 

Inserted Code

SendNotification(“BUY signal on ” + _Symbol);

 

 

 

Thanks.

0

Mark Fric

Administrator, sq-ultimate, 2 replies.

Visit profile

9 years ago #129533

just use CusotmAction in THEN -> Other -> Custom Action, and specify the exact MQL command there, in your case: SendNotification(“BUY signal on ” + _Symbol);

Mark
StrategyQuant architect

0

TJ#

Customer, bbp_participant, community, 144 replies.

Visit profile

9 years ago #129553

Thanks.. 🙂

0

seanmcgu

Subscriber, bbp_participant, community, 21 replies.

Visit profile

7 years ago #139755

Any way to have Push Notifications as part of the program, such as an option in a pull-down menu? I see that Send Email is already an option under the Add Action/Other dialog box for THEN and both MT4Alert and EmailAlert are currently already hardcoded in. Maybe you could have all three (MT4Alert, EmailAlert and PushNotification) set as a user input to True or False so we can pick them individually?

0

Viewing 3 replies - 1 through 3 (of 3 total)