How to programmatically load chart symbol & EA on it?

 

Is there a way? Has anyone try this, any other links from the experience ones?

 
stargazer:

Is there a way? Has anyone try this, any other links from the experience ones?



this should help

https://www.mql5.com/en/docs/runtime

cheers

Documentation on MQL5: MQL5 programs
  • www.mql5.com
MQL5 programs - Documentation on MQL5
 

there is ChartOpen() function that opens any new chart.

You can add indicators to the chart and also apply templates to the chart, but there is not ability to add EAs

And I think it is unnecessary ability.

Documentation on MQL5: Chart Operations / ChartOpen
  • www.mql5.com
Chart Operations / ChartOpen - Documentation on MQL5
 
Apply needed EA to chart and then save that as template. You've got solution.
 

Thanks Rosh and everyone.

Reason: