FXD, regrettably the SLTP Close Alarms don't work at all. I analyzed using several variations. I switched on /off detection, used different bufferpips....nothing.Originally Posted by ;
FXD, regrettably the SLTP Close Alarms don't work at all. I analyzed using several variations. I switched on /off detection, used different bufferpips....nothing.Originally Posted by ;
You sir went beyond the call of duty. Thank you for your work...
ps. The SLTP Bufferpips (brilliant solution by the way) is default 3.0
Is that 3 pips or 30 pips? Basically, which setting is ideal for a 5 digit broker?
pls. Utilize forumsearch (and utilize the proper threads pls.) . There are plenty of.Originally Posted by ;
Hm, plenty is understaded, it is a sh*tload of them out there...
such as: https://www.forexforum.co.za/cryptoc...art-alert.html
It's my simple standard-alert-code (I am sure you know it)Originally Posted by ;
hm, I am not sure if the stuff works 100% as desirable as of
ordercloseprice==OrderStopLoss() (TP vice versa). I think it won't work if there occurs slippage when shutting an order.
So I've added a new outside var UseAdvancedSLTPDetection. If accurate it allows slippagepips (SLTPbufferpips).
The suggestion ought to be achieved by the function
Inserted Code bool OrderWasCloseAtPrice(double closeprice,double sltpprice) if (MathAbs(closeprice-sltpprice)gt;(SLTPbufferpips*pips2dbl)) return(false); return(true);
pls. Try again
edit: pls. Re-download, I've added some more attributes (e.g. alert on open, should work) and renamed the indior (therefore it should be clear that it is an indior rather than an EA)
edit: version 1.1 attached, should have the ability to dismiss pendingorders // has the ability to filter by magicnumber and/or emblem
https://www.forexforum.co.za/attachm...1650104044.ex4
https://www.forexforum.co.za/attachm...1816839139.mq4
https://www.forexforum.co.za/attachm...622437652960.1
https://www.forexforum.co.za/attachm...241292177302.1
Pleace isn't any one have tested trailing stop ea. Positions r having stop reduction already then path stop ea need
Great. I have tested that one, it even indies if order was closed by TP or SL that is cool, but it's only pc awake.Originally Posted by ;
https://www.forexforum.co.za/attachm...7685194315.mq4