PDA

View Full Version : How to add push notifiions to MT4 indior



mcr3
10-24-2014, 11:48 PM
Can anybody show me help me add a push notifiions to some mt4 indiors?

Thanks ahead

https://www.forexsoutheast.asia/attachments/15185512901544573478.mq4

Jaus
12-13-2021, 06:39 AM
You have to use the SendNotifiion() function.

Example:

Inserted Code SendNotifiion(BUY signal on _Symbol);

Jaus
12-13-2021, 08:00 AM
Of course you should also set your platform to allow the notifiion to be sent (Tools gt; Options gt; Notifiions tab).

mcr3
12-13-2021, 09:20 AM
I just wish to understand how to bring the push notifiion to the indiors therefore I could do it myself using the indiors.

Thank you


You gave the line code but I dont know how to get it done

mcr3
12-13-2021, 10:41 AM
HI mr ! Can you really do it so I can find out to do it or may be post it cause I see alot of people want to learn how. I have done a reseach and found Fxtrader did it but if I use it doesnt work on the new construct mt4, He said he had been sick and I dont need to border him.

Thanks in advance

I also have some of yours indiors somewhere but it didnt work either

Jaus
12-13-2021, 12:02 PM
Additionally, I have a number of yours indiors someplace but it didnt work either in the event the push notifiion isn't working in one of my indiors, that might be because you did not set the platform correctly or you're using a new buggy MT4 construct.

I utilize push alarms in all my released tools (over 7,000 downloaded thus far) without the issue.

elxixo
12-13-2021, 01:23 PM
I'm not a coder. I have discovered coding throughout the years.
I have a question: would the following command
SendNotifiion(BUY sign on _Symbol);
be used on any ea for mails Thanks and
Regards

Jaus
12-13-2021, 02:43 PM
I am not a coder. I have learned coding through the years. I have a question: could the subsequent command SendNotifiion(BUY signal on _Symbol); be used on almost any ea for emails Thanks and Regards This function is not for email but also for drive telling into a SmartPhone (Android/iPhone).

elxixo
12-13-2021, 04:04 PM
In the stochastic4alerts.mq4 after what line if the control be added. I have tried it in several places. An error is given by the compile. Thanks and Regards

Jaus
12-13-2021, 05:25 PM
Please attach the file with your modifiion giving the mistake ...

mcr3
12-13-2021, 06:46 PM
quote When the push notifiion is not working in one of my indiors, which can be because you didn't set the platform properly or you are using a new buggy MT4 build. I use push alarms in all my published tools (more than 7,000 downloaded so far) without any problem. What version is consider buggy I use the verson 711https://www.forexsoutheast.asia/attachments/1518551292561590440.ex4

Jaus
12-13-2021, 08:06 PM
quote what version is think about buggy I utilize the verson 711file 711 is your worse build as MT4 exist ... Full of fleas ...

The last 'reliable' build is 670.

elxixo
12-13-2021, 09:27 PM
Search under
//My changes
SendNotifiion(BUY signal on _Symbol);
It provides a compile error: send telling declaration with no type.
Thanks and Regards

elxixo
12-13-2021, 10:48 PM
Sorry here's the attachment.
https://www.forexsoutheast.asia/attachments/15185512931809275109.mq4

Jaus
12-14-2021, 12:09 AM
You replied at the wrong place.

Find all the PlaySound and Alert works and replie the drive there.

mcr3
12-14-2021, 01:30 AM
quote 711 is your worse build since MT4 exist ... Full of bugs ... The last 'reliable' build is 670. Kindly show me where to go into the telling line, thank youhttps://www.forexsoutheast.asia/attachments/15185512951115862929.txt

mcr3
12-14-2021, 02:50 AM
1 Attachment(s) This is the way you can set up the push notifiionhttps://www.forexsoutheast.asia/general-forex/113-uncommon-51-trades-lost.html

WencyCanniela
12-14-2021, 04:11 AM
quote 711 is the worse construct since MT4 exist ... Full of germs ... The final 'reliable' construct is 670. Buggy is an understatement, memory leaking all over the place with pretty much any object that you create in habit indiors!

WencyCanniela
12-14-2021, 05:32 AM
quote kindly show me where to go into the notifiion line, thank youfile Where the traces say Alert(); you would add the following statement under or earlier that line code: SendNotifiion(BUY signal on _Symbol); Note, the string of text in the SendNotifiion can include whatever you enjoy. E.g. if you want to insert numbers use amount to string conversions e.t.c. to incorporate that sort of information.

mcr3
12-14-2021, 06:53 AM
quote Where the traces say Alert(); you would add the following statement under or earlier that line code: SendNotifiion(BUY signal on _Symbol); Notice the string of text at the SendNotifiion can include whatever you like. E.g. if you want to insert numbers utilize number to string conversions e.t.c. to incorporate that kind of information. I insert below This line
if(IsCross(lastBid, MainBuffer[0], Level1) AlertFile1! = alert[0]! =Time[0])
{
PlaySound(AlertFile1);
Alert(STOCHASTIC Symbol() Level1);
SendNotifiion(BUY signal on _Symbol);

I hope it work

Thank you Nednones

mcr3
12-14-2021, 08:13 AM
It didnt work, can anyone help me add the push notifiion alert to this stochastic indior please,

thanks

Jaus
12-14-2021, 09:34 AM
it didnt work, can anybody assist me add the drive notifiion alert to this stochastic indior, thanks Can you set the platform to allow Push sending ? (Tools gt; Alternatives gt; Notifiions tab)

And of course set your Smartphone to get it ?

mcr3
12-14-2021, 10:55 AM
I,just dont understand how to add the drive noti into the indiors

Jaus
12-14-2021, 12:16 PM
So you've got everything in previous articles for the drive.

mcr3
12-14-2021, 01:37 PM
I have setup for another indior with push noti and it operate, the stoch indior I attempt to add the push noti doesnt work.
Thank for helping. For me please would you do it? I have looking at the line in another indior and it doesnt look that you gave

Jaus
12-14-2021, 02:57 PM
I've taking a look at the lineup in another indior and it doesnt look like the line that you gave what's different ?

What I gave is an illuion of how I use it all my alert codings because Push exist.

mcr3
12-14-2021, 04:18 PM
quote What is different ? That which I gave is an example of how I use it in my codings because Push exist. It working today, thanks. I will attempt on the indiors. Will report. thanks again

Jaus
12-14-2021, 05:39 PM
Great

Ancreiitacunnindsam
12-14-2021, 07:00 PM
https://www.mql5.com/en/market/product/7463

oxcareno
12-14-2021, 08:20 PM
Thank you for this thread and especially to FFx to your fantastic indiors. I took the plunge and did my first piece of programming . . I would like to have the drive notifiions from one of my indiors. To my surprise it worked! However, as I have heard, life is a good news/ bad news story. I keep getting the exact same notifiion every second! Assist!! I feel fiddling with magical I don't understand. . This is the first indior and the one I have made the change. Any help would be greatly appreciated.
Mickey
https://www.forexsoutheast.asia/attachments/1518551316996598061.mq4
https://www.forexsoutheast.asia/attachments/15185513181781763852.mq4

ColmriCRC
12-14-2021, 09:41 PM
Hi there,
I am attempting to include push telling to some indior. It has alarms, such as e-mail and window alarms.
I'd like to learn coding since I have time on my hands on. If anyone could point me in the ideal direction
I'd appreciate it. Annnd could someone clarify it is for this case? And how it works?


Pretty please with a cherry on top.
https://www.forexsoutheast.asia/attachments/15185513201994763589.mq4

klaus98
12-14-2021, 11:02 PM
Hi, I wish to add a push telling to my Heiken i indior. Can someone please assist?
The next is exactly what I wish to achieve:

1. Following a candle rod has closed, if Heiken changes colour, then a push notifiion is sent
2. If potential to place an arrow on top of the Heiken i rod where the colour has shifted, to signify buy/sell sign, example as below screenshot.

Very much valued!!!!

https://www.forexsoutheast.asia/attachments/1518551310.png
https://www.forexsoutheast.asia/attachments/15185513221176495002.mq4

als39
12-15-2021, 12:23 AM
quote I fit beneath this line if(IsCross(lastBid, MainBuffer[0], Level1) AlertFile1! = alert[0]! =Timing[0]){ PlaySound(AlertFile1); Alert(STOCHASTIC Symbol() Level1); SendNotifiion(BUY sign on _Symbol); I hope it work giving you Nednones
can anybody put in a publisher notifier to mobile for this indior, please?

https://www.forexsoutheast.asia/attachments/1518551324760783974.mq4

als39
12-15-2021, 01:43 AM
Can anyone add a publisher notifier to cellular with this indior, please? https://www.forexsoutheast.asia/attachments/1518551326812050374.mq4

Sundoo
12-15-2021, 03:04 AM
Could someone add push notifiions for this indior
thank you
https://www.forexsoutheast.asia/attachments/15185513271231517230.ex4

jules
12-15-2021, 04:25 AM
quote I insert beneath this line if(IsCross(lastBid, MainBuffer[0], Level1) AlertFile1! = alert[0]! =Timing[0]){ PlaySound(AlertFile1); Alert(STOCHASTIC Symbol() Level1); SendNotifiion(BUY signal on _Symbol); I expect it work Thank you Nednones Hi would you please add alert and push notifiion inside this indior ?
I want alert and notifiion once the arrow happens. .
https://www.forexsoutheast.asia/attachments/1518551329877793238.mq4

knidst
12-15-2021, 05:46 AM
Hello!!

I have his free indior. However, I need for if the arrows print, a function. Could someone help me??
https://www.forexsoutheast.asia/attachments/1518551331878777298.ex4
https://www.forexsoutheast.asia/attachments/1518551333810884348.mq4

elisaramtt97
12-15-2021, 07:07 AM
https://www.forexsoutheast.asia/attachments/1518551335228797576.mq4
Hi

I am new here, can someone add push notifiions and email alarms to the connected indior. . Thank you

sanjuseven
12-15-2021, 08:27 AM
Hi

I am new here... how to combine alert for 3 stoch indiors? please advice.
https://www.forexsoutheast.asia/attachments/15185513379896672.txt

wayya
12-15-2021, 09:48 AM
You must utilize the SendNotifiion() function. Example: SendNotifiion(BUY sign on _Symbol);
hi ferru FX,can help me to add push notifiion in this indior..tks un
https://www.forexsoutheast.asia/attachments/15185513381918713660.mq4

wayya
12-15-2021, 11:09 AM
Sorry here is the attachment. document hii goodways..can you help me to include push notifiions on my indior, to make it easier for me to exchange whether there are notifiions . . Thank you a lot
https://www.forexsoutheast.asia/attachments/15190292521077887104.mq4