How to open multiple symbols together in MT5

 
How can I open multiple symbols together in MT5
 
mlevanon:
How can I open multiple symbols together in MT5

What do you mean multiple symbols, multiple charts of different symbols?

If yes, check below:



 
I want to run Expert on 100 symbols so I want a way to mark 100 symbols and open them together
 
mlevanon #:
I want to run Expert on 100 symbols so I want a way to mark 100 symbols and open them together

You can't load them together at first, you need to open each chart one by one and attach your EA on them.

When you open your terminal again, they will be all open together.

You can save your setup as a profile from the File menu, but I've found profiles not so well saved.

 
I am well acquainted with the operation of a single symbol one after the other, I thought that in MT5 they found a solution for uploading a large amount of symbols together. Surely there is no such option?
 
mlevanon #:
I am well acquainted with the operation of a single symbol one after the other, I thought that in MT5 they found a solution for uploading a large amount of symbols together. Surely there is no such option?
Open many charts (with indicators and/or EAs for example), after that - in Metatrader:
File - Profiles - Save as ..

And you can open same charts by one click on your saved profile.
 
The thing is, I open a symbol, upload an expert on it, save in DEFAULT, now I need an option to open at once Let's say 150 symbols of shares so that everyone has the expert in DEFAULT, is there such an option?
 
mlevanon #: The thing is, I open a symbol, upload an expert on it, save in DEFAULT, now I need an option to open at once Let's say 150 symbols of shares so that everyone has the expert in DEFAULT, is there such an option?

Either do that manually and save it as a Profile, or have a Script open up all the required symbols for you. However, please note that there is a limit to the maximum number of open charts, which is 100 at most.

Forum on trading, automated trading systems and testing trading strategies

Maximum amount open Charts

Fernando Carreiro, 2021.06.25 11:19

Please do a search before you post! Or read the documentation where it states: "In the trading platform, you can open up to 100 charts at a time, ..."


Alternatively, given the limitations on the number of charts, code the EA to be multi-symbol. It will not be an ideal solution as you will not have a OnTick() for every symbol, but depending on the strategy, you can probably code it to be triggered on a timed interval or only on the open bar.
 
I do not know such an option about how to replicate the chart with EA on the other ...let's say - 50 symbols/charts by one click.

But I know some EAs ...old EAs for MT4 (Alpha EA and Electra EA, those EA were uploaded to some old forum threads by source codes) ...
I used those EAs for trading:
we need to attach one EA to one chart, and EA will trade 12 (up to 24) symbols/pairs/charts all together in simultanious way with differet setting (and different magic number) for every symbol.
So, I just attached one EA to one chart only (and I did not need to open 12 or 24 charts more).
The coders know how to do it (how to code it).

I mean: it depends on how EA was coded ..
Reason: