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

-
@Ghuggg You can do that on the same buy/sell now block:

-
@l-andorrĂ thank you so much. But I want it to immediately open another trade after hitting stop loss and keep doing that until it hit take profit. I quite understand the Martingale block. Thanks
