it didnt work, can anyone help me add the push notification alert to this stochastic indicator please,
thanks
thanks
Stop receiving "New Version" Push Notifications from MT4 2 replies
Need MT4 script to automatically change Push Notifications 0 replies
Push Notifications on MT4 for NewsBrk-v0 and NewsCal-v107 plz 2 replies
Dislikedit didnt work, can anyone help me add the push notification alert to this stochastic indicator please, thanksIgnored
DislikedI have looking at the line in the other indicator and it doesnt seem like the line that you gaveIgnored
Disliked{quote} I insert under this line if(IsCross(lastBid, MainBuffer[0], Level1) && AlertFile1!="" && alert[0]!=Time[0]) { PlaySound(AlertFile1); Alert("STOCHASTIC "+Symbol()+" Level1"); SendNotification("BUY signal on " + _Symbol); I hope it work Thank you NednonesIgnored
Disliked{quote} I insert under this line if(IsCross(lastBid, MainBuffer[0], Level1) && AlertFile1!="" && alert[0]!=Time[0]) { PlaySound(AlertFile1); Alert("STOCHASTIC "+Symbol()+" Level1"); SendNotification("BUY signal on " + _Symbol); I hope it work Thank you NednonesIgnored
DislikedYou must use the SendNotification() function. Example: SendNotification("BUY signal on " + _Symbol);Ignored