CHART_EXPERT_NAME in Mql4

 
Hi everyone.

I need to make a loop and go through all the graphics of my MT4, and check on which of them I have an expert installed.

in MQL5, with the function "ChartGetString" and the id "Chart_Expert_name", I can achieve it, but in MT4, it is not available

The closest thing to that function in MT4 is WindowsExpertName, but with it I only get the name of the expert who is executing the code (I always get the name of the expert who runs the loop)


How can I solve it, thanks
 
Hello, can anyone help me?

Is it impossible to get that information?
 
Also stumbled upon this problem. Is there an analogue of ChartGetString (i, CHART_EXPERT_NAME) in MT4?
 
I encounter the same problem
Reason: