dream3r:
There is usually a way of doing most things . . . it may not be simple or straight forward though so it often depends on exactly what you need to do. An MT4 Terminal cannot log into more than one account so you would need multiple MT4 Terminals . . . then you will need to pass data between the terminals, some options: files (WinAPI), named pipes, quick channel, MetaTrader 4 Expert Advisor exchanges information with the outside world.
Hello,
I would like know if there is some possibility to get data from different accounts on the same EA.
RaptorUK:
There is usually a way of doing most things . . . it may not be simple or straight forward though so it often depends on exactly what you need to do. An MT4 Terminal cannot log into more than one account so you would need multiple MT4 Terminals . . . then you will need to pass data between the terminals, some options: files (WinAPI), named pipes, quick channel, MetaTrader 4 Expert Advisor exchanges information with the outside world.
Thank you!
Is there any other options without use other terminals?
My idea is use one strategy to inform all EAs moviments in different accounts (in different brokers).
In that way, I can read quick how my accounts are and from other devices (mobile, tablet, etc.).
Thank you in advance
There is usually a way of doing most things . . . it may not be simple or straight forward though so it often depends on exactly what you need to do. An MT4 Terminal cannot log into more than one account so you would need multiple MT4 Terminals . . . then you will need to pass data between the terminals, some options: files (WinAPI), named pipes, quick channel, MetaTrader 4 Expert Advisor exchanges information with the outside world.
dream3r:
Thank you! Is there any other options without use other terminals? My idea is use one strategy to inform all EAs moviments in different accounts (in different brokers). In that way, I can read quick how my accounts are and from other devices (mobile, tablet, etc.). Thank you in advance
Thank you! Is there any other options without use other terminals? My idea is use one strategy to inform all EAs moviments in different accounts (in different brokers). In that way, I can read quick how my accounts are and from other devices (mobile, tablet, etc.). Thank you in advance
Bearing in mind that an MT4 Terminal can only be logged into one account at a time the "simplest" way is to use multiple Terminals.
I am looking for a solution, how can I send orders and close order in other account without latency when my expert take a position.
Maybe in this topic can exist a solution...
https://www.mql5.com/en/forum/109996
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I would like know if there is some possibility to get data from different accounts on the same EA.
Thank you in advance!