when you are creating your project, (new project), select radio button to Metatrader 5
Great! Thank you :simple_smile:
when you are creating your project, (new project), select radio button to Metatrader 5
Great! Thank you :simple_smile:
Just curious. How can we choose to download our EAs for MT5? The builder shows mq4/ex4 extensions only...
Ok. I 'll try to implement it. Thank you for yourl help.
Well, after having studied your proposal of EA, I find it simply brilliant, but before trying to implement it I have a few questions I would like to ask, if you don't mind. There are three points I don't fully understand and your help would be much appreciated.

Thank you very much in advance.
I guessed it should be for a silly reason. Fixed and fully operational. Thank you very much again. 
By the way, thank you very much for your help! 
Ok. I didn't remember that rule. Now I modified it and this is how it is designed:
https://fxdreema.com/shared/pj1q5YuBd
It works perfectly except for one single detail. Two of the data rows required (rows 3 and 4) are not recorded. Emails are correctly sent and data from rows 1 and 2 is always correct, but the other two are missing.
Any hint why is this happening?
Could someone please help? 
I tried this, but no messages are sent.
https://fxdreema.com/shared/ILflvUL5c
I checked my MT4 platform can send emails. Could you please tell me what am I missing?
Interesting. This raises a few more questions.
I remember having read somewhere (I can't refind the thread) that there is a way to write all values of my indicators every time a trade is open. I see an interesting block called "Send e-mail". I see I can specify up to 10 data rows. Can I use it to send me an email with all values registered every time a trade is open?
However, I would prefer reading it at the "Experts" or "Log" tabs at my MT4 platform. How could I implement that?
Thank you very much in advance.
Ooops. I was sure Fxdreema could be used to create indicators! 
Sorry, forget my question.
I want to create my first indicator and it will be one dedicated to identify certain candle patterns. I'm especially interested in engulfings. I know how to implement it in fxdreema except for one thing. I want to create a variable in which I will specify how many times (1.5, 2, 3, 4.2, etc.) the engulfing body's candle is larger than the engulfed body's candle.
Could someone please help?
Hi,
I want to try my EA at Forex Tester, but unfortunately only .dll files are accepted there to bes tested. Is there a way I can export my EA from fxDreema into a .dll file?
Thank you.
As far as I tested it, it works well. More than ten trades including all possibilities (good and bad buy/sell) have been confirmed. So once more, tank you very much for your help. 
I will try it, but I don't understand two details:
Problem 1. As far as I know, changing the order of both blocks just modifies the order in whch both actions will be executed. If it didn't work befor, why should it work now?
Problem 2. What is the difference between the original "No matter how" option and this one? Does it include my partial close? Then I think this would be the reason it didn't work properly.
Sorry, I didn't explian myself properly. When blocks at the "On trade" section are erased, the EA works well except when the price reaches the SL BEFORE touching the TP (a new trade is created when I don't want that). This is why I added those blocks there. But now not only that problem is still active but the new one has appeared. So the situation is:
Problem 1. When price reaches TP, the SL is not moved at all now, whereas it was correctly moved before the "On trade" blocks were added. If I remove them it runs well, but then problem 2 happens.
Problem 2. If "On trade" blocks are erased, then a new trade is created if price touches the SL befor having touched the TP. As I said, this is not what I want.
So is there any way to fix both of them?
Thank you very much in advance.
An unexpected problem has appeared. I did what su siggested:
https://fxdreema.com/shared/LTMBdKgZ
I don't know why but now a weird thing happens when the partial close is executed. According to the EA, the SL should be moved and the EA terminated, but none of it happens. Once the first TP is reached, the SL is not moved, the EA is not terminated but the popping message saying it's terminated appears!! 
I can't see why this is happening. It's an easy EA and all conditions are apparently correctly ordered. Could someone please help me?