ok I managed to find the solution...it worked after using "modify stops" block from Loop section.
Best posts made by AsadAlrafidain
-
RE: help needed in making old grid positions break evenposted in Questions & Answers
Latest posts made by AsadAlrafidain
-
Do EAs with a lot of coding execute slower ?posted in Questions & Answers
I know the answer is probably yes, they are a few miliseconds slower, but I need to hear it directly from the experts.
-
Adding separators for input parametersposted in Questions & Answers
I couldn't find a thread in the forums to cover this...is it possible ?

-
RE: help needed in making old grid positions break evenposted in Questions & Answers
ok I managed to find the solution...it worked after using "modify stops" block from Loop section.
-
help needed in making old grid positions break evenposted in Questions & Answers
Hello
I have coded a strategy for reversal martingale grid, and i want to employ an emergency procedure, when a certain number of positions are opened (emergency_positions_count), make the oldest positions numbered (break_even_positions_count) break even.....but I'm unable to employ this properly
the mq5 is provided in attachment. the area in question starts with block 181.much appreciated.
1 Candle MFI Reversal Grid Enhanced.mq5 -
RE: Help Needed With EAposted in Questions & Answers
@l-andorrĂ Hi...yes I'm using constants but the size is different
Lot_1 is 0.01
Lot_2 is 0.03
Lot_3 is 0.07the problem is that the expert is only opening new positions using 0.01 lot size
and the second problem is that the positions never closeand yes this is supposed to be the whole project
-
Help Needed With EAposted in Questions & Answers
Hi...
I tried to code a reversal Martingale system with three sets of increasing orders with a target profit of 20 pips of the Last Position and a stop loss system that closes all positions if the price reaches 80 pips from the original position.The problem is when I test the EA it seams the new positions Lot size is stuck at the same size as the 1st Position, and the Positions never closes and the EA keeps adding new positions...
Could Someone Please take a look to see where I've made a mistake? much appreciated
