I would like to create an EA

 
Hi everyone, I would like to create an EA with a profit target by calculating the balance and the float, once reached, it detaches the EA and reactivates it the next day, for example if I have the target at €10 and the balance is at €8 the second EA must close everything at €2 and disable, could it be created? Or is there already one on sale that does these things, I have seen many that only calculate closed operations
 
Such recommendations are not allowed in this forum, you should make your own search in the Market and Codebase or post your requirements as a job in the Freelance section.
 
panzarotto:
Hi everyone, I would like to create an EA with a profit target by calculating the balance and the float, once reached, it detaches the EA and reactivates it the next day, for example if I have the target at €10 and the balance is at €8 the second EA must close everything at €2 and disable, could it be created? Or is there already one on sale that does these things, I have seen many that only calculate closed operations

look on codebase for an equity stop ea. There are plenty of different variations you can try.

...and edit that to remember the balance that was when the first trade was opened, so then the equity stop ea will then know when the balance has hit that $10 even if some trades were closed at different times with small profits before.