Execute MQL4 Script from EA in fxDreema
-
Hi all,
Is there a way to run a custom MQL4 script from an EA in fxDreema?
I’d like to use the Time Filter (Once per Bar) block to trigger something like CloseAllChart.mq4.
Also, I’m trying to set up a scheduler that automatically opens 5 charts and closes 5 charts once a month. Ideally, this would be handled directly in fxDreema or by triggering an external script.
Has anyone done something similar or found a good workaround?
Thanks!
-
@mlnaumann Yes, you can integrate any mql code into your fxDreema project by using this block:

However, I do not recommend to do it unless you're a programmer or you'are advised by one. That can be very tricky.
-
Thanks I will give it a try
-
You're welcome.