B buschell Active Trader May 12, 2010 11 1 32 May 15, 2010 #1 pls is there any ea that comes with selling/buying alarm.can someone pls recommend any. thanks
Enivid Administrator Staff member Nov 30, 2008 20,320 1,766 144 Odesa www.earnforex.com May 15, 2010 #2 Do you want an alarm that sounds when your EA buys/sells. Or do you want it to just sound an alarm and not trade automatically? In both cases it's quite easy to modify an EA to do it if you have its .mq4 code.
Do you want an alarm that sounds when your EA buys/sells. Or do you want it to just sound an alarm and not trade automatically? In both cases it's quite easy to modify an EA to do it if you have its .mq4 code.
B buschell Active Trader May 12, 2010 11 1 32 May 15, 2010 #3 actually was thinking of alarm that will tell to me buy/sell a pair of currency.
Enivid Administrator Staff member Nov 30, 2008 20,320 1,766 144 Odesa www.earnforex.com May 15, 2010 #4 It's possible. You just have to substitute the OrderSend() function with the Alert() function.