
Automation sample for the MetaTrader 4 Client Terminal
- 2008.08.11
- www.mql5.com
MQL4 and MetaTrader 4: Automation sample for the MetaTrader 4 Client Terminal

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
Hi, First, I am an algo trader not a programmer. Saying that, I am using multiple EAs to execute multiple strategies. I called API EA because it is the best definition to my knowledge that describe what I want to achieve from this EA so forgive me if my definition is not accurate :) Saying that, I would like this EA to work as a dashboard API with these main functions:
1- Connect an EA with another ( Enable specific EA to send specific info to another (other) EAs.
2-Some EAs could work as a team. For example if one EA trading the trend and found a consolidation, it can evoke another EA ( that scalp the consolidation) to make its trade. So, the API EA will enable sending " trading functions/orders" from one EA to another.
2- Other EAs on other charts could send and publish information on the Dashboard EA. Therefore, I could collect all the information, I need most, from each EA in one place rather than opening all charts.
Now, to my questions
1- Is this achievable in MT4?
2- Best technology to do that?
3-Any advice about the design plan
Your input is much appreciated!