-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I have been modified DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 to be able to perform my strategy. My workflow as per below.
- The EA keep track on market. when something interesting occor it will execute python script.
- Python script connect to the same ports as setup in EA. then request the opened orders detail.
- Python script perform some task. then request the opened orders detail again to modify orders.
- After the order was modified the python script is terminated.
- The EA keep tracking the market again.
The problem is the EA may get request from somewhere ( default ports was used ). I don't know how. So these break the code as per attatched picture below.
I am sure that this request didn't come from python script because EA status inform that it didn't execute the python script.
My question is :
- How this occur? and how to handle?
- When the EA get error as attatched picture, is it keep working or terminated?
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed