Changing the title of a chart window on MetaTrader 4

 

Hi,

I know there's a way to change the title of a chart window after an EA is attached. I've seen it done on some commercial EAs.

I tried using SetWindowText with the HWND of the chart, but that doesn't seem to work.

If I understand correctly MT just changes it right back.

Does anybody know how to do that?

Thank a lot.

E

 

No, man.. Even I've tried to figure it out.. but it's been useless...

 
TechChief:
Hi,I know there's a way to change the title of a chart window after an EA is attached. I've seen it done on some commercial EAs.I tried using SetWindowText with the HWND of the chart, but that doesn't seem to work.If I understand correctly MT just changes it right back.Does anybody know how to do that?Thank a lot.E

I think maybe this is done from the start when you attached your ea to the chart...all settings and changes should have been made from that time.

Reason: