Idea: close profitable trades with opposite loss trade (antimartingale enabled)
Hello Community!
The EA is called: Close Minus by Plus. You can find it in the mql5.com store (I don't know if it is allowed to add links to other EAs) Exp5 Close Minus by Plus for MT5.ex5. This EA is in charge of managing open orders, closing 1 order with higher negative amount, for several orders that have higher positive amount.
That is, if you make purchases and sales in both directions, and there is a strong trend, the EA closes orders after several orders in positive for an order with a greater negative amount, regardless of whether they are purchases or sales. On reversals, it still closes the order with the largest negative amount for several positive orders.
Unfortunately, with CP I have tried to implement it, but without success. CP comes close to what the EA does, but when there are reversals (entries with Anti-MartinGala), CP closes them. That's why I wanted to expose my idea and evaluate it.
This is my .set: CP MT5 - Fixed lot 0.01.set <<--- For CENT account. You will see that for example: In a downtrend where there are MartinGale entries (BUYS), when the price starts to make a reversal, CP opens Anti-MartinGale orders (SALES), but the CommunityPoweb closes them to me, and I don't want that to happen, I have tried a thousand ways, but it always closes them. The idea is to keep them open, so that if the price goes down again, there are already those SELL orders open, to keep closing the BUY orders that go with negative amounts.
I hope the idea is understood.
If you try to test the EA that I have published, you will understand better. I understand that you might be a busy person, just like me, but I don't know what else I can explain, so that you can understand. I currently use CP in conjunction with "Close Minus by Plus for MT5.ex5" and it is excellent. I would not waste my time on this feature, if it were not so.
The EA "Close Minus by Plus for MT5.ex5", closes orders no matter if they are:
Sales with Sales
Buys with Buys
Sales with Buys
Buys with Sales
etc...
Thanks for your interest in this feature.
Michel, I don't know how does "Close Minus by Plus" work.
Maybe, it disables one side closings (buy + buy) when both buy and sell are opened.
I showed you how to make CP work with your strategy.
Have you tried to use my tip? Does it close trades as you want?
What else do you want to fix?