|
Hi folks
I want to take this further and put in 10 slaves on one master.Is it possible?
.
To start with I will provide one profitable EA , programmer will make one master EA and put 6 copies of the EA as slaves.The six EAS will work at the same time from one chart..Each EA slave will have different settings for mas,triggers etc.Each slave will have its own stop loss ,take profit and separate entry signal.
When the main working master is delivered ,I will provide 3 further EAS or logic to be input for each of the 4 additional slaves.
The master will control all the slaves and disable each individual slave if maximum orders long or short orders are generated.If maximum 4 long/short orders are open , any further signals for more longs will be disabled
Slaves will be set with override code, which if inserted will use take profit ,stop losses and type of trailing stop, only from the slave and each slave will have its own override key to override master.
The EA will read the market prices and go through the following steps
1)read market prices and activity of prices
2)slaves generate order signals
3)slaves pass order to master
4) master reads success probability count level of between 1 to 10
5)master reads stop target count level of between 1 to 10
6)master checks filters
7)0If stop loss probability and success probability above x ,master places order
8)If long and short positions are open at same time ,master widens stops according to total potential gain /probabilities
9)If part positions closed at a profit master reassess the positions and reverts to old stop loss levels
This is not an easy 2 page EA .It is an ugly nightmare to debug and compile.It is a big job
How long will it take to compile the first stage of 6 slaves into one ,plus master set up with probability counts for entry and stops?
I would want a fully working EA and MQL files fully debugged ,before I go to stage two and 4 additional masters
Regards
OILFXPRO
Last edited by oilfxpro; 01-10-2008 at 08:33 PM.
|