Help
-
My EA only opened the first trade, and then it didn't open any other trade. It's a very simple EA, I just want it to buy or sell when the price breaks the 14 EMA. .
I attach some images where the conditions were met but no trade was open:

-
@marianomartinez What's inside the "no trade" block?

-
Could you please share a link to the EA? Probably the issue is inside one of the blocks.
-

-
There is no candle ID on the right operand of your condition block, whereas you specified candle 1 on the left one. Both operand should coincide.
-
@marianomartinez you have to put one "no trade" block for buy condition, and one "no trade" block for sell condition, otherwise, in this way, one blocks the other

-
Thank you l'andorrĂ and ambrogio for your help, I'm going to try those solutions and see if they work, but I think there lies the problem. Thanks for your time guys!
-
Hi guys, I kept having the same problem.
But I realized that the problem was the magic number. I have to put a different magic number for each chart, even though they are different symbols.
Is there a way to set my EA to place automatically different magic numbers in each different chart?
-
Interesting question. I don't know if that is possible on fxDreema. I know you can modify the specific Magic number of a trade, but not how that of the EA can be changed.