Does anyone have an indicator which notifies via push notification when an order is closed by Take Profit/Stop Loss.
I searched-could only find email alerts.
Regards
I searched-could only find email alerts.
Regards
Ea for take profit and stop movement based off risk(stop loss) 13 replies
Simple Request: Add push notification and Alert condition 17 replies
Trendline alert with push notification to iphone/android 6 replies
Please add sound alert and push notification to ADXcrosses 1 reply
Push Notification for mobile alert 2 replies
bool OrderWasCloseAtPrice(double closeprice,double sltpprice) { if (MathAbs(closeprice-sltpprice)>(SLTPbufferpips*pips2dbl)) return(false); return(true); }
Dislikedpleace is any one have tested trailing stop ea . positions r having stop loss already then trail stop ea requireIgnored
Disliked{quote} pls. use forumsearch (and use the right threads pls.). there are plenty of trailing-eas available. hm, plenty is understaded, it is a sh*tload of them out there ... for example: http://www.forexfactory.com/showthre...80#post7389380Ignored
Dislikedit should not matter what pips, so 3.0 pips should be 3.0 pips it tested it on demo (5-digits eurusd, default settings) and it worked, so i do not know what the error is ...Ignored
Disliked{quote} The open order and close order functions work when closed manually. However when position is closed by TP or SL nothing-no alert. May I ask, did you test TP SL or just manual orders?Ignored
Dislikedattached v1.1a (it is the same as 1.1 with one mod.: in alertonopen() I have replaced "doAlerts" with "if (OrderOpenTime()>=iTime(Symbol(),0,0)) doAlerts" (so the indicator should not alert on positions already opened), ... I have tested it some minutes ago and it seems to work (pls. see screenshot). I got the demo-platform runnign again, not sure what the problem was, I copied all files from the backup-folder over the current files, restarted and it works, very confusing ... @all: this is an indicator, not an ea, so it belongs to mql4/Indicators-Folder...Ignored