+ Reply to Thread
Results 1 to 2 of 2
 0 Attachment(s)    

Thread: Open Order Email Alert

  1. #1
    Junior Member
    Join Date
    Mar 2010
    Posts
    5

    Thumbs up Open Order Email Alert

    Hello bright people,

    Can you please provide a script ea (piece of code) or indicator, that could trigger an email alert everytime an EA places an order?

    It would be very interesting if that code could trigger alerts in open orders from diferent ea's running in the same platform.

    Thank in advance for the exceptional forum,
    Best regards to all,

  2. #2
    Junior Member
    Join Date
    May 2010
    Location
    China
    Posts
    8

    Default

    OrderSend(...);
    SendMail(WindowExpertName(), "Open Order " + Symbol() + " at " + DoubleToStr(Ask,Digits) + ".");

+ Reply to Thread

Similar Threads

  1. Add an email alert to an indicator
    By funyoo in forum MQL programming
    Replies: 5
    Last Post: 04-22-2011, 16:55
  2. Adding sound and email alert to Zig and Zag indicator
    By dsrtradefx in forum MQL programming
    Replies: 1
    Last Post: 05-22-2010, 16:05
  3. Open Long and Short Order simultaneously
    By fairylord in forum Scripts and other tools
    Replies: 9
    Last Post: 03-09-2010, 12:25
  4. Trailing Open Order
    By thenikey in forum Ideas for expert advisors
    Replies: 2
    Last Post: 09-07-2009, 03:55
  5. Demark Lines Indicator + Email Alert
    By bnbb2004 in forum Indicators
    Replies: 0
    Last Post: 12-03-2008, 12:40

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts