No problem I will stick to my variable martingale for now đŸ™‚ building a good base and then adding conditions, news filters and maybe some other stuff đŸ˜„
Is this MQL4 or MQL5? I guess it's MQL5, because most of your projects are MQL5. I made a simple project for myself and it looks that it works as I expect. Can you make such simple project that doesn't work as expected, or which of your projects is the one that fails?
It's a martingale after all. Just put all required conditions before this block and then play with all parameteres untill you find the combination you are looking for (those shown here are the ones included by default). Let me tell, however, that martingales are never a win on the long run. I hope it helps.
@eliecerjesus why not simply give all the orders the same TP, if they are all in the same direction as the first trade?
If for some reason you do not want to do that then I suggest using blocks under the Loop for Trades and Orders heading. For example you could use the "For each closed trade" block set to only look at the most recently closed trade and then the "check how it was closed" block set to by TP and use that to trigger a block to close all open trades. However, I can't see why you don't simply set all the orders to have the same TP.