Best way to initialise 1 EA on multiple charts

 

Hello,


I am running 1 EA on 28 different pairs, using 28 different charts. At present, I attach the EA to each chart one by one, which is quite time consuming.

What is the quickest way to attach this bot to all the charts at once? Is this something possible? Are there any alternatives? Thank you in avance for your input.

 
smspano@hotmail.com:

Hello,


I am running 1 EA on 28 different pairs, using 28 different charts. At present, I attach the EA to each chart one by one, which is quite time consuming.

What is the quickest way to attach this bot to all the charts at once? Is this something possible? Are there any alternatives? Thank you in avance for your input.

2 methods come to mind:

a) use a template,

b) search codebase for a script. use search terms such as copy template or chart template.

 
smspano@hotmail.com:

Hello,


I am running 1 EA on 28 different pairs, using 28 different charts. At present, I attach the EA to each chart one by one, which is quite time consuming.

What is the quickest way to attach this bot to all the charts at once? Is this something possible? Are there any alternatives? Thank you in avance for your input.

The Implementation of a Multi-currency Mode in MetaTrader 5 - MQL5 Articles
The Implementation of a Multi-currency Mode in MetaTrader 5
The Implementation of a Multi-currency Mode in MetaTrader 5
  • www.mql5.com
For a long time multi-currency analysis and multi-currency trading has been of interest to people. The opportunity to implement a full fledged multi-currency regime became possible only with the public release of MetaTrader 5 and the MQL5 programming language. In this article we propose a way to analyze and process all incoming ticks for several symbols. As an illustration, let's consider a multi-currency RSI indicator of the USDx dollar index.