SUP DEM EA
-
supdem EA.mq4
Good evening, I'm working on this project, why does it open up more than one operation at the same time?
I want it to open only one operation for each condition. Instead he opens multiple ones all the time. I shared the project. Thank you -
Add a shared pink not the MQ4, you probably need a no trade block above buy and sell
-

-
A shared link, not a picture so inside blocks can be seen, the orange block is get information, not use information. Does this only place 1 trade?
-
-
now it only opens one operation for me, but now it only opens sells for me, it doesn't open buys
-
You need 2 no trade blocks, one above buy, one above, sell set to relevant type, this way one can't beat the other.
-
https://fxdreema.com/shared/nWDD4ECLd
I tried but now it opens up lots of sells and lots of buys, I just want one trade
-
Your no trade blocks are set wrong:

-
like the picture you showed me? what should I change? Thank you
-
Change buy to sell, sell to buy in both blocks, so it matches the buy/sell block.
-

I did, but it keeps opening them multiple operations every time
-
-
If it is still doing it recreate, but no trade blocks only allow 1 trade
-
in practical example, could you kindly give me an example? because I couldn't understand well with the translator. Thank you very much
-
What you have should work, if not start from scratch.
-
it doesn't work, it currently opens 3-4 trades for me straight away, I've tried them all
-
If you still have the orange blocks they might be causing this because they are a loop. My EAs never open more than 1 trade, without there being something wrong.