MQL4 - automated forex trading   /  

Forum

Is there a Manager EA can watch multiple MagicNumbered positions?

Back to topics list To post a new topic, please log in or register

avatar
4
charvo 2011.06.19 02:46 

Hi, all

Searched the forum, didn't find such an EA that can monitor/watch multiple magicnumbered trades.

that is, this manager EA can watch/handle multiple baskets of trades placed by various EAs (thus there will be multiple magicnumber to pick up by this manager EA).

Steve's MPTM seemingly can only watch one basket? what if I want to have 4 or 5 baskets (with different magicnumber) all under watch?

I in fact only need a very simple equity/DD watcher EA, but the EA should be able to watch multiple magicnumbered positions.


Anyone know about if such an EA exists or not? Really hate to re-invent the wheel if it exists.

Interaction between MеtaTrader 4 and MATLAB Engine (Virtual MATLAB Machine)

Interaction between MеtaTrader 4 and MATLAB Engine (Virtual MATLAB Machine)

The article contains considerations regarding creation of a DLL library - wrapper that will enable the interaction of MetaTrader 4 and the MATLAB mathematical desktop package. It describes "pitfalls" and ways to overcome them. The article is intended for prepared C/C++ programmers that use the Borland C++ Builder 6 compiler.


avatar
10
rider_j 2011.06.19 07:20 
I believe it exisint. it should be relateively simple by making use of maginumber() and accountbalance() to allow orders or close positions.

avatar
Moderator
1935
BarrowBoy 2011.06.19 20:38 

C

Look at this as a start http://codebase.mql4.com/5900/page3

-BB-

Back to topics list  

To add comments, please log in or register