push notifications

hayseed

Master Trader
Jul 27, 2010
1,041
261
149
usa
this is a code example only for push notifications..... if your not familiar with them, watch shauns video here......

in a limited way you can use metatraders alerts dialog box to set various price levels.... just select notifications in the drop down menu.... see picture below......

//-----

to receive the maximum effect, the notifications should be sent via an expert advisor or indicator......

the code below does not place or manage trades ...... it sends alerts when the ask moves above a preset level or bid falls below a preset level.... those levels will be plotted on the chart.....

the standard alert, email and/or text options are selectable..... if symbol is left blank it will default to the charts symbol()....

//----

included also is a example for text/push notification for awesome indicators color change.... you could just as easily alert for any other indicator.....

often times buying or selling at the lower timefames , 15, 30, 60 minute, signals in the direction of the larger trend will allow for stacking of orders in the larger trends direction....

doing so builds confidence at a slow pace ...... as seen in last weeks usdjpy chart below..... there is nothing worse than biting off more than you can chew.....

just a quick simple example, there's nothing fancy about it..... modify it to suit your needs.....h
//----
 

Attachments

  • push notifications.mq4
    3.8 KB · Views: 42
  • push meta.png
    push meta.png
    91.6 KB · Views: 144
  • push.png
    push.png
    35 KB · Views: 145