How to copy a trade
-
Hello All - please can you assist. I would like to simply copy a trade when one is placed manually or by another EA.
I am using IF Trade (buy), them if a buy trade is detected somply place another buy trade (my link is below for you to look at) - It does not place the second trade. - Its so simple but i'm lost
shared/PQNwluuYd
-
If you copied a trade within the same terminal, you just duplicated the trade. If you like to copy trades to other terminals, there are EAs doing this and you can google keywords like "MT4 copier"
-
Thanks -thats what i am trying to do in same terminal please - i an If trade then buy now - but it does not work - is there as duplicate block ?
-
@vijaym4 Your link is incorrect
-
Please see below

-
@vijaym4 if you want to repeat one block for few times after finishing that block you can connect the down connection to the upper connection.
you can add some blocks to control how much position is open and after that turn off the blocks -
You need these blocks for control positions "Bucket of Trades" , "For each Trade" and if it is enough position you should off one block
-
If you need just two positions then just add 2 blocks for open positions.
-
@Xfire Thank you for help