It Wont Close Trades
-
Im trying to build an E.A that can close multiple trades when the sum of the two trades´ profit is over a certain ammount but I just cant for the life of me figure out why it wont work, HELP!
, -
For each Trade -block executes once for each trade, as the name says. So each individual trade needs to be 10 profit.
Your logic has some mistake in it. Because of the top block (no trade), the system can check the profit only immediately after buy, and never else - there is never 10 profit immediately after opening

Put the looping block (For each trade) to the "no trade" block's yellow output, so it is active when there is a trade
-
@roar I think im with you mr/or mrs roar, not to sound like a noob or anything - but whats the difference between the yellow and the orange "nipple"
-
orange = True (when there is no trade, thats where the flow continues in block #6)
yellow = False (when there is trade, the condition at block #6 is false, so continue to yellow)the fxdreema project works on every tick, the whole process is repeated on every tick from top to bottom. if the process stops at the top, bottom blocks will never matter anything