I try to make a martingale
-
Hello i am looking to create a martingale buyer who takes an order with a TP of 2
If the tp is not reached the EA places other purchases with a TP automatically revised by means of the order
-
Double TP on loss? There is no direct functionality to do this. All Money Management methods are working with the lot size. So I guess you need to check the profit of the last trade before opening new one, get TP of that last trade and use it in the new one (x2)