Changing the EA title while it's running

 

Hey there,

Does anyone know how to change the text of the EA while it's loaded. For example: EA.mq5 will display EA in blue text and the hat icon on the top right of the chart.

Does anyone know of a quick way to change the Hat icon or preferably the text to say something like "EA **paused**"?


Thanks


Duncan

 
dnc77:

Hey there,

Does anyone know how to change the text of the EA while it's loaded. For example: EA.mq5 will display EA in blue text and the hat icon on the top right of the chart.

Does anyone know of a quick way to change the Hat icon or preferably the text to say something like "EA **paused**"?


Thanks


Duncan

Sorry, but you cannot do that within MQL...


 
Dominik Egert #:
Sorry, but you cannot do that within MQL...


Thanks Dominik!

 
you can use the Comment() function, it won't change the EA title, but probably does the the job you want.