MQL4 code to manage charts

 
Is it possible to manage the opening of charts via MQL4 programming? I would like to do the following:

- Open a chart for a specific symbol
- Set the period
- Assign an EA and indicators

Thanks in advance,

Ed
 
No. It's impossible.
 
MQL4 programming is designed for EA and indicators, not to control MT's ternminal.
 
yarns90401:
Is it possible to manage the opening of charts via MQL4 programming? I would like to do the following:

- Open a chart for a specific symbol
- Set the period
- Assign an EA and indicators

Thanks in advance,

Ed

Maybe you can do that with AutoIt:

http://www.autoitscript.com/autoit3/

Regards,
 
Have you tried it?
Reason: