About Martingale
-
Hi
I have a question about how to make an EA of martingale.
I know The Martingale system provided by fxDreema, but I can't make the EA which I want with it.
This is the logic of the EA I want to make:
create a buy trade with stop-loss and take-profit
if reached stop-loss, double the lot size and create sell trade with stop-loss and take-profit
if reached stop-loss, double the lot size and create buy trade with stop-loss and take-profit
In short, if reached stop-loss, double the lot size and create a trade which is opposite to the former trade.
I need your help.
Thanks.
-
@axia007 Here you have what you want:
-
Thank you so much.
-
@axia007 You're welcome.
-
@l-andorrà for mt5 project what can I use instead of trade closed?
-
@emreizmir You need to use the blue block called 'close positions'.