Forum

Email Alert within EA:

I am using an EA I struggled to make. It works as I intended it to. Now I want to add an email alert function . The code is trading, however it is not sending me an email when a trade is opened. WhenI run the compiler, I see no errors. I have set up the email server and I am able to send a test

E-Mail alert

How can I set Mt4 to create an email or text alert when a trade is executed

Indicator Trouble W/ MACD:

On the screenshot attached you can see two places I want to focus in on. I have used the function in Mt4 (MACD>0) & (MACD<0). But the value when MACD = 0 is not this specific crossover, as I thought it was. Does anyone know what my points (A & B) in the screenshot are called? Or how to locate them

Using OrderSend to short a pair:

OrderSend ( _Symbol , //Pair to use OP_SELL, //buy or sell operator 0.15 , // how much Ask, // price to pay

MACD Signal Order Entry & Exit

Currently using a pre-packaged email notice for the MACD . When the MACD crosses it send an email. I want to create code to do this. I am familiar with Python but new to MT4. Nothing yet. I need some really intensive help here. Locate MACD Trend reversal/Cross-over Enter an order base on step 1