Martingale in sequence
-
im also looking for examples of this..
-
Dear, can create martingale in sequence, without closing the previous order, changing the take profit automatically every time a new order is created and with adjustable maximum number of orders that can be created. Example Martingale Forexhacked EA.```
[code=mql5][/code] -
So, adding to volume on lose without closing previous trade. Good way to make some broker lucky

I guess the way to build this depends on the distance between trades - is it fixed (linear, every X pips), is it non-linear, or is it indicator-dependent. There is no single block for this kind of operation, but using pink blocks (Loop) many things can be done. You can check Examples to see some examples using loops.