Trade copier (open and close my manual trades on the same platform)
-
hi is there a way to open and close my manual trades on the same platform?
-
@guym Magic number 0 will ensure EA reacts to manually placed, if you mean the same account then EA can place extra trades from manually placed trade depending on your conditions. If a different account but on the same platform then global variables can pass information from 1 EA to another.
-
Thank you at the moment I can't figure how to open that copy trade
(if trade then open only 1 trade) -
ok just got it
-
https://fxdreema.com/shared/cjrWUMIMb
the only thing I can't figure out is why those it take between 5-10 secound to triger on open trades and close trades
I want it to be as quick as possible -
@guym You are specifying a group name for those open trades. Are they manualy opened? if so, how can that group name be assigned? Just trying to understand.
-
Group B for BUY trades and group S for SELL trades
-
@guym Groups need to be a number, it gets added to the magic number, if your magic is 1000 and your group is 2 magic becomes 1002.
-
ok I will try this
-
@guym did you solve the time on EA reaction?