Help Needed to Update Existing EA
Results 1 to 6 of 6

Thread: Help Needed to Update Existing EA

  1. #1
    Dear Traders,

    I need some help to upgrade the present connected EA:

    what's missing is that when the conditions are fulfilled for a signal (Fast (5) and Slow (12) EMA crossing and RSI (interval 21) /- 50) the message-box doesn't appear. It plays with the noise.
    I will see at the end of the code in MetaEditor the Message Box awake has been programmed, however for some reason the message box doesn't appear:

    Quote Originally Posted by ;
    //--
    if(Alerts entry)

    PlaySound(stops.wav);
    if (sigPrevious==1)

    MessageBox(Entry point: buy at entry_point !! , Entrance Point, MB_OK);

    else if (sigPrevious==two)

    MessageBox(Entry point: market at entry_point !! , Entrance Point, MB_OK);

    entry=true;

    //--
    return(0);
    }
    // ------------------------------------------------------------------
    Can it be possible to program it the EA also sends an e-mail or TEXT message when the conditions are met?

    EA attached, thanks in advance for helping.

    Regards,

    https://forexintuitive.com/attachmen...5571992017.mq4

  2. #2
    Anybody interested?
    Am offering compensation for the work.

  3. #3
    I've been in a position to receive the message-box moving, more or less by myself by looking to the code of different indiors/advisors that I have.
    Will need to wait for the market to start to see it working on live statistics since I get both a sell and buy alert on the exact same pair.

    Adding an e-mail, SMS sending service could still be a great addition.

    Any help is welcome.

    This is actually the code that I used for its message-box:

    Quote Originally Posted by ;
    if(Alerts entry)

    PlaySound(stops.wav);
    if (sigPrevious==1)

    Alert(Buy - , Symbol());


    else if (sigPrevious==two)

    Alert(Sell - , Symbol());


    entry=authentic;
    See upgraded EA attached.
    https://forexintuitive.com/attachmen...1779093119.mq4

  4. #4
    Quote Originally Posted by ;
    Adding an e-mail, SMS sending support could still be a great addition.

    Any help is welcome.
    I am impressed with your efforts and your kind offer of reimbursement. Send me a PM if you get really stuck. The email notifiion is insignificant. Just use SendMail in the same manner as MessageBox or Alert.

    The key to email is the setup configuration. Since there are plenty of threads 15, I am not likely to incorporate the details. 1 useful tip - use GMX mail if your ISP's SMTP server doesn't work.

  5. #5
    I got it analyzed with live date meanwhile.

    Nevertheless I am getting both buy/sell signal at times.
    I believe it has to do with how the signal rules are not cheked just on closed candlestick, therefore while open whiles the two ema's are crossing the two ways, therefore kissing eachother it will have two signs and will additionally distort the arrow.

    My motive for semi-automating that this EA was for my attention to be drawn on the particular pair the EA is loaded on because I have between 15 and 20 charts active.

    This EA is completely NOT intended as a no brainer sell/buy signal.

    Concerning the above and also the fact that I have more or less got the adjustment I was expecting to have, I changed the text for the alert box followed:

    Quote Originally Posted by ;
    if(Alerts entrance)

    PlaySound(stops.wav);
    if (sigPrevious==1)

    Alert(Assess entrance conditions on: , Symbol(), interval ,Period()( min);


    else if (sigPrevious==2)

    Alert(Assess entrance conditions on: , Symbol(), interval ,Period()( min);


    entrance=true;
    I have added the interval if I have a chart on various timeframes for the same pair.

    With Assess entrance conditions on: ... I refer to this system, my additional indiors and private trading perception, to buy or to sell is open for private decision making at that moment so it becomes a brainer. You are able to proceed the threads of Sidus and Bagovino in this forum if you want some more information on these systems. You can also send me a PM if you prefer to know how I use these trading techniques on my live account. The screenshot is of my account. However, I urge to go these threads:

    https://forexintuitive.com/discussio...tops-hurt.html

    https://forexintuitive.com/discussio...1-usd-jpy.html

    https://forexintuitive.com/forex-tra...avy-train.html


    See also attached chart and last EA if you would like to examine it. .

    Good luck and thanks for all assistance!
    https://forexintuitive.com/attachmen...1419850709.mq4

  6. #6
    Quote Originally Posted by ;
    I am impressed with your efforts and your kind offer of compensation. Send me a PM if you get really stuck. The email notifiion is trivial. Just use SendMail in Precisely the Same manner as MessageBox or Alert.

    The key to email is your installation configuration. Since there are plenty of threads 15, I am not going to incorporate the details. One useful tip - use GMX email if the SMTP server of your ISP doesn't work.
    Hello CodeMeister, thank you for your offer to help me out! When I get really stuck will touch base with you. I am applying this EA for some time and want to automate it a bit more (message box, e-mail and SMS). The decision to enter or not enter the market will be contingent on the trader, so no sign after.

    I found a code to the e-mail but might need to look in the setup/config as you mentioned:

    Quote Originally Posted by ;
    //Long
    if(...)
    SendMail(...,...);
    if(...)
    SendMail(RSI Cross Long,RSI crossed long 50);

    //Shrt
    if(...)
    SendMail(...,...);
    if(...)
    SendMail(RSI Cross Shrt,RSI crossed shrt 50);
    But that's for later, I would like to acquire the sign message-box running good first.

    I've attached a screen-shot of the double buy and sell sign.
    I think that the code I have is right so will wait for market to open.
    If someone can take a look in the meantime could be great!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners more information