Terminate object creates a MT4 pop-up window
-
Hello, I am having a problem with the Terminate object. The problem is not with the Terminate object in FXDreema itself It works as expected but the MT4 platform opens this popup window notifying you that the Expert was Terminated.. but it is not actually terminated until you click OK. I have tried go into the MT4 tool/options/events and disabled the events check box, but that does not help. Still a popup. The reason the pop-up is a problem for me is I am checking for trade types and my EA does not use Stop orders. So when I want the EA to terminate I use my phone and place a stop order and then the EA notices this and Terminates the EA. I have it also configured it to send me an email. Once you get the email confirmation then you remove the stop order. Everything works but you have to click OK on the Terminate popup on MT4 to actual terminate it which makes the idea useless
Does anyone know if this popup can be disabled or is there another way I can remove/terminate the EA that does not cause a pop-up. My last resort will be to use the turn-off blocks and disable to buy/sell order blocks but I was hoping to remove the EA from the chart.. Thanks for the help and everyone always helping each other out on the forum..cheers.. -
If in the block you clear the text, this popup will not appear.
-
Thank you very much.. I appreciate the support..