Disable algo trading globally
-
Hi, Is there a way to disable algo trading globally for the mt4/5 terminal using fxdreema?
Alternatively, is there a way to terminate all EA's on all symbols in the same terminal?
-
I don't know how to "click" on the Auto Trading button from the EA. I can think for a workaround, but ugly one. There are these global variables, in the EA builder I call them "Terminal variables" and there is a block to set them, then get them from the Condition block. So these can be accessed in MetaTrader when you click F3. And all EAs can see them at the same time, and also change them. But as you can see, it's ugly solution.
-
@fxdreema Thank you for your reply.
I have looked into it a bit, and I think the easiest would be to close all charts. That would also stop other EA's in the same terminal from opening more positions until the user intervenes.
So for example, after the event trigger, the EA on a single chart will close all open and pending positions on all charts and afterwards close all charts.
If you have any suggestions how to do close all charts with a custom code block, I would love to hear your thoughts. Otherwise I will post the solution here when I find it if other FXD users should be interested.
-
Try send Ctrl-E perhaps.
-
@simonfx hello there.
Sorry how can i do that? -
@SimonFX @PipTheRipper did anyone find the solution?