My simple system - page 2

 

Hi all,

The EA posted by elihayun is almost what i am looking for. If anyone can take a look at the requirments attached in the word doc and help out that would be great!

Also attached is the code on first page posted by elihayun.

Thanks!

Spider~

PS. If there is a system out there like this already please direct me to it.

Thanks all!

 
elihayun:
here is the updated version

change the parameters to suit your needs before compile.

extern string s1 = "Lot size";

extern double Lots = 0.1;

extern string s2 = "Pips above/below current price";

extern int Trap = 15;

extern string s3 = "Pips between every panding order";

extern int pipsApart = 2;

extern string s4 = "How many trade to open";

extern int NumTrades = 50;

Thanks brother for your nice share. You add both pending order creating script on one file can you split it for me. I need pending sell and buy order on different script.

Reason: