Push Notifications + Indicator = ?

 

First of all sorry for my bad English.

----

I successfully start and test the "Push Notifications" between my desktop Metatrader 5 and my iPhone.

Currently I have this indicators "ColorMACD" , "bollinger_sgueeze" , "SilverTrend_Signal" and ... could this indicators send me any kind of notifications? How could I ingrate between my indicators alert and push notification option?

bollinger_sgueeze : https://www.mql5.com/en/code/1777

ColorMACD : https://www.mql5.com/en/code/398

SilverTrend_Signal : https://www.mql5.com/en/code/459

 

What about this script “SendPush”? Could this one help me?

https://www.mql5.com/en/code/1173


Thanks

 
Firefoxin:

First of all sorry for my bad English.

----

I successfully start and test the "Push Notifications" between my desktop Metatrader 5 and my iPhone.

Currently I have this indicators "ColorMACD" , "bollinger_sgueeze" , "SilverTrend_Signal" and ... could this indicators send me any kind of notifications? How could I ingrate between my indicators alert and push notification option?

bollinger_sgueeze : https://www.mql5.com/en/code/1777

ColorMACD : https://www.mql5.com/en/code/398

SilverTrend_Signal : https://www.mql5.com/en/code/459

 

What about this script “SendPush”? Could this one help me?

https://www.mql5.com/en/code/1173


Thanks

Please use the link button when you post links, it's easier for those who will read.

To get notification from these indicators, you have to modify the code or eventually create an EA using these indicator.

The "SendPush" script won't help you, unless you want to code it yourself, then it shows you how to send a notification. You have only to find where in the indicator to insert the code to send the notification.

 
angevoyageur:

Please use the link button when you post links, it's easier for those who will read.

To get notification from these indicators, you have to modify the code or eventually create an EA using these indicator.

The "SendPush" script won't help you, unless you want to code it yourself, then it shows you how to send a notification. You have only to find where in the indicator to insert the code to send the notification.


thanks for your help :)

 
Firefoxin:

First of all sorry for my bad English.

----

I successfully start and test the "Push Notifications" between my desktop Metatrader 5 and my iPhone.

Currently I have this indicators "ColorMACD" , "bollinger_sgueeze" , "SilverTrend_Signal" and ... could this indicators send me any kind of notifications? How could I ingrate between my indicators alert and push notification option?

Have a read of the function documentation and try a little coding:  SendNotification()   <----- click me
 
RaptorUK:
Have a read of the function documentation and try a little coding:  SendNotification()   <----- click
sure i will do, wish me luck :)