Pls I need a function for the EA to immediately Open another trade after hitting stop loss in a martingale way.
-
Pls I need a function for the EA to immediately Open another trade after hitting stop loss in a martingale way. For example. If it the first trade with 0.2 lot size and it hit stop loss, it should immediately open another trade with 0.4 lot size and so on. The stop loss and take profit is fixed all through. Pls kindly assist me with the feature

-
no martingale
-
on trade tab, trade closed by SL - for each closed trade set to last - buy/sell use loop for lot *2
-
@jstap thank you very but I still do not understand it. Can you assist me with visual explanation pls. Thanks

-
@Ghuggg This is the third thread you created for the exact same question. Please stop spamming the forum.
-
@jstap thank you very but I still do not understand it. Can you assist me with visual explanation pls. Thanks

-
This will place a buy when a buy closed by SL, check the tab it's on.

-
@jstap God bless you so much. I wanted to ask these final questions pls.
- Will I use these Block separately from the normal condition block or I will attach the block
- How about the martingale function. Like if it hit Stop loss with 0.2 lot size for instance, it should immediately open another trade with 0.4 lot size. Although I’m trying to implement the use of micro lot size. I trade synthetic indices(Boom and crash) minimum lot size is 0.2 lot size but there is a way you could manually open trade with 0.01 lot size. You will first 0.21 lot size then immediately close 0.2 lot size hereby leaving 0.01 lot size running. I want to actually use 0.01 lot size to be in martingale principle i.e 0.01, 0.02, 0.04. 0.08 and so so. Kindly assist me to achieve this project. I have manually tested the logic and it is profitable. So I need to Automated it. Thanks for your assistance @jstap
-
Separate on the on trade tab, and create another separate tree for sells
-
@jstap God bless you so much. You did not talked about the point 2 I stated. Kindly assist me pls
-
As soon as SL hit that will open a new trade with a x2 lot
-
@jstap I’m so grateful for this. I’m referring to micro lot size. How can I make it open 0.21 lot size and immediately close 0.2 lot size hereby leaving 0.01 lot size running and also start doubling the micro lot size like that I’m so grateful for this opportunity