1
votes

As title, is this possible to check other EA is running or not? For example, my EA would like to check whether other EA is running or not? Or the EA don't know this information? Thanks.

1
Use a general error handler to find the return code, when the EA is blocked, due to another EA already running.not2qubit

1 Answers

0
votes

As far as I know, there is no official way to find out if another Expert Advisor is running.

If you are writing your EAs yourself, you could put such an information into the global variables.