The EA (MT5) is not opening positions
-
EA not opening positions in MT5
I tried basic EA but still not work. It's look for me that there is some problem to compile the EA.


-
Now it's working again. don't know what was the probelm.
-
Now it doesn't work again... ((
Just dropped the only "SELL" operation and it does nothing. Please fix it.
In attachment you can find the generated file.
0_1496388085831_TestSell.mq5 -
You need to connect the blocks together. They can't work alone.
Post a screenshot of your fxdreema project?
-
You're right. Just connected it with "Once per bar" and it works as expected.
P.S. Anyway I suppose that "Once per tick" should be the default behaviour, because "Sell" was in "onTick" tab.