Dreema EA able to terminate another non-dreema EA?
-
Hi, first of all i would like to thank you bigtime for your help on my other questions regarding pending management and price cycles with the Fxdreema tool. If everything works correctly eventually and i am having some consistent profit i'll be sure to donate some for all the work you are having on this project.
Now that being said i have one more question. I am aware there is a "terminate" function within Fxdreema that terminates the Dreema EA.
However, i have one other EA (same pair, another chart) that is also managing trades. Is it possible that after certain conditions are met, Dreema terminates the other EA as well?)Closing down the platform itself is no option because there are still active pendings that need to be managed on other pairs also.
Kind regards,
Robert
-
This is the function available for terminating EA: http://docs.mql4.com/common/expertremove But it does not have any parameters and obviously it can close only the current EA.
Two or more EAs can communicate using Terminal Variables, if that helps you. Or maybe check the same conditions in both EAs
