Close partially gets triggered multiple times
-
Please advise what is wrong with my sequence.
I am trying to close my trade 50%, but with the current setup as per the screenshot, it doesn't work at all, and when I had it differently, it worked, but each time the price crossed the line, it closed more 50% partially, until the trade was fully closed.
Thank you!!!

-
I would not interrupt the loop for each trade with the condition block. The condition is universal, i.e. the price crossed the dotted line will not be a different event for each trade, either the price has crossed the line or it has not. Therefore I would put this condition block at the top and then connect the "For each buy" block from the orange connector of the condition block, and then connect the other pink blocks below that.
-
Hi, that worked brilliantly thank you!
My issue is that once the trade is closed partially, the new trade gets closed if the price again crosses the child trade.
I need to somehow tell it to ignore any child trade, but only modify new parent trades.
Anyone? Please?!
-
@jwabe This same question was asked in another thread. Please don't duplicate threads.