How to copy / manage trades from other EAs
-
How can I manage or copy trades from another EA or even manual trades in the same account? I guess it's with magic number, 0 for manual, but I don't know how
-
Need more information on exactly what you are trying to do?
-
@jstap I'm trying to close trades from other EAs and make trades at the same time that other EA opens a trade (with same lots), thank you for answering
-
I tried with the blocks "per each trade (pink)" +"condition: trade in loop(magic number) = (magic number-- constant)" + "draw text" . Just to see if working, but is not. Later I could share the project.
-
Any trade if you know the magic number can be controlled, 0 is manually placed, can you get the MN that the trade is placed with?
-
@jstap Yes, I can, is it necessary to put the EA at the same at the same asset?
-
https://fxdreema.com/shared/oLVJS6jae
This should be working for any EA, no matter the asset and timeframe if i put the magic number at the constant?
-
https://fxdreema.com/shared/KLjj7Jbid
Got it, this is working good
-
