EA of management of another EA
-
Create an EA that closes all the operations of another EA to a certain benefit or loss.
-
you can do it with fxdreema ... it will contains only few blocks, try it

-
How can I do it? I'm new.
Thank you -
I'm trying but I can not.
-

-

and set Magic number the same, as the other EA has ..
-
Thank you.
But this is not what I want.
What I want to do is when the open trades exceed a certain amount in losses I close (in losses) all of the other EA.
regards -
You don't care about the magic numbers of the trades? Because as you probably know, each EA is supposed to create trades with certain magic number, so that the EA knows its own trades and does not touch the trades of other EAs. Of course, each EA can do anything with any trade anyway, so you can close all existing trades if you want, regardless of the magic number. But of course, the blocks of fxDreema are set by default to work with particular magic number. So you may need to change some settings. If I take the above screenshot for example, open "Filters" and there you will see some Group settings. Change the Group mode to "All..." for all blocks.
That Group numbers is just an extension to the magic number, see this: https://fxdreema.com/tutorial/builder/groups-and-magic-numbers
-
@fxdreema Gracias
-
@Juan-Manuel-Quiñonero said in EA of management of another EA:

Hi,
I tried to replicate the example but I can't find where to put the Magic Number of the EA to control.If after the SL or TP I wanted to remove the EA from the graph and then put it back to start it again with a new series, would it be complicated?
I will appreciate your support very much
-
@miro1360 said in EA of management of another EA:

and set Magic number the same, as the other EA has ..
Sorry for bad quote before
Hi ,
I tried to replicate the example but I can't find where to put the Magic Number of the EA to control.
If after the SL or TP I wanted to remove the EA from the graph and then put it back to start it again with a new series, would it be complicated?
I will appreciate your support very much