Apply EA to all open charts
-
Hello my dear friends,
Is there a way to Apply the EA to all open charts once you click on that? -
maybe with custom code ... but for this you need to know basics from mql programming, it is easy to learn ..
https://docs.mql4.com/chart_operations -
Is there such function in these chart functions?

-
@fxDreema ChartFirst, ChartNext ... etc - it returns chart ID .. this chart ID you can use in functions where it is supported, like ObjectCreate(chartID,...) ...
.. depends on what he need ... if he need open this one EA on all charts -- maybe it is possible using ApplyTemplate
but I am not sure ...