Jump to content

ESCAPE,..


Recommended Posts

http://www.mediafire.com/?2ymowz0gmy5 ....MQ4.

http://www.mediafire.com/?mtgybyzgdyh RESULTS

http://www.mediafire.com/?2mgzrtamjxn RESULTS

5 MIN ,TF

VERY SPECIAL AND AGGRESSIVE SCALPER THAT THAT I'D LIKE YOU TO PLAY WITH ON DEMO CAUSE TOO MANY UNKNOWN ABOUT LONG TERM AND MIDDLE TERM RESULTS ,,I'M USING IT WITH EU/US,US/CHF,US/JP.EUR/CHF,US/CAD,

THE SETTING I'M USING IS 7TP AND 300 SL ,

THERE IS ALWAYS A FLOATING OF ABOUT 14% SO FAR BUT THE PROFIT KEEPS CUMMULATING TO AN AVERAGE OF 10% WEEKLY AND MORE ,MUST BE USEd WITH SEVERAL PAIRS ,GP/US NO GOOD

 

HAVE FUN ;)

Link to comment
Share on other sites

Re: ESCAPE,..

 

Upload again brother but 4sh@red ok? Coz i can't download from mediafire.

here you go .the code is so small though..

 

//+------------------------------------------------------------------+
//|                                                          escape.mq4 |
//|                                    Copyright © 2009, OGUZ BAYRAM |
//|                                            [email][email protected][/email] |
//+------------------------------------------------------------------+
extern double lTakeProfit = 10;
extern double sTakeProfit = 10;
extern double lStopLoss = 1000;
extern double sStopLoss = 1000;
extern color clOpenBuy = Green;
extern color clOpenSell = Red;
extern string Name_Expert = "escape";
extern int Slippage = 1;
extern bool UseSound = false;
extern string NameFileSound = "Alert.wav";
extern double Lots = 0.2;


void deinit() {
  Comment("");
}
//+------------------------------------------------------------------+
//|                                                                  |
//+------------------------------------------------------------------+
int start(){
  if(Bars<50){
     Print("bars less than 50");
     return(0);
  }
  if(lTakeProfit<1){
     Print("TakeProfit less than 1");
     return(0);
  }
  if(sTakeProfit<1){
     Print("TakeProfit less than 1");
     return(0);
  }

  double diClose0=iClose(NULL,5,0);
  double diMA1=iMA(NULL,5,5,0,MODE_SMA,PRICE_OPEN,1);
  double diClose2=iClose(NULL,5,0);
  double diMA3=iMA(NULL,5,4,0,MODE_SMA,PRICE_OPEN,1);

  if(AccountFreeMargin()<(500*Lots)){
     Print("We have no money. Free Margin = ", AccountFreeMargin());
     return(0);
  }
  if (!ExistPositions()){

     if ((diClose0<diMA1)){
        OpenBuy();
        return(0);
     }

     if ((diClose2>diMA3)){
        OpenSell();
        return(0);
     }
  }
  
  return (0);
}

bool ExistPositions() {
for (int i=100; i<OrdersTotal(); i++) {
if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) {
if (OrderSymbol()==Symbol()) {
return(True);
}
} 
} 
return(false);
}
void OpenBuy() { 
  double ldLot, ldStop, ldTake; 
  string lsComm; 
  ldLot = GetSizeLot(); 
  ldStop = GetStopLossBuy(); 
  ldTake = GetTakeProfitBuy(); 
  lsComm = GetCommentForOrder(); 
  OrderSend(Symbol
(),OP_BUY,ldLot,Ask,Slippage,ldStop,ldTake,lsComm,0,0,clOpenBuy); 
  if (UseSound) PlaySound(NameFileSound); 
} 
void OpenSell() { 
  double ldLot, ldStop, ldTake; 
  string lsComm; 

  ldLot = GetSizeLot(); 
  ldStop = GetStopLossSell(); 
  ldTake = GetTakeProfitSell(); 
  lsComm = GetCommentForOrder(); 
  OrderSend(Symbol
(),OP_SELL,ldLot,Bid,Slippage,ldStop,ldTake,lsComm,0,0,clOpenSell); 
  if (UseSound) PlaySound(NameFileSound); 
} 
string GetCommentForOrder() { return(Name_Expert); } 
double GetSizeLot() { return(Lots); } 
double GetTakeProfitBuy() { return(Ask+lTakeProfit*Point); } 
double GetTakeProfitSell() { return(Bid-sTakeProfit*Point); }
double GetStopLossBuy() { return(Bid-lStopLoss*Point); }
double GetStopLossSell() { return(Ask+sStopLoss*Point); }

Link to comment
Share on other sites

Re: ESCAPE,..

 

kudos to roberto59.

For anyone interested, i modified this simple EA to use a Magic number. Without the magic number the EA may not work optimally since your other EAs may have open trades for the same symbols/pairs.

hxxp://www.4shared.com/file/220183933/ec5a8197/escape.html

Link to comment
Share on other sites

Re: ESCAPE,..

 

you can modify the # of open trades you want,by changing the # 100 within the code,but i'm testing with the maximum open trades,so far the maximum floating i got was 20%,with a 300 sl ,it's worth to know whether the floating will increase too much ,i play with 15,000 at .05 lots for each pair,

btw i gave a shot to gb/us and eur/jpn but screwed up my account ,started over without them and doing fine thus far :)

 

 

bool ExistPositions() {

for (int i=100; i<OrdersTotal(); i++) {

if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) {

if (OrderSymbol()==Symbol())

Link to comment
Share on other sites

Re: ESCAPE,..

 

kudos to roberto59.

For anyone interested, i modified this simple EA to use a Magic number. Without the magic number the EA may not work optimally since your other EAs may have open trades for the same symbols/pairs.

hxxp://[email protected]/file/220183933/ec5a8197/escape.html

thanks but can't dowload,would you please try mediafire ;)

Link to comment
Share on other sites

Re: ESCAPE,..

 

There is a 36-page thread about this "escape EA" on Forex-TSD forum ( title "aggressive scalp ea" ).

They modified the code but most of those versions don´t work for me.

The author is turkish and has the original version on mql site too.

He cannot code and his english is worse than mine, but his friend is a programmer who wrote the code.

 

bottom-line so far:

This EA is semi-automatic, it needs manual interventions.

 

1. Find the trend on M5, M30, H1 or H4.

2. Only allow orders in direction of the trend.

3. Watch the DD and close losers from time to time manually, especially when the main trend changes direction.

 

This will give you good profits.

If you leave this EA alone, it will kill your account.

 

In combination with an account which receives Rebates, the whole thing is very profitable.

Example: Backtest from August-18 until September-19 on forex4you , max_orders = 200 , starting balance 10k,

lotsize=0.01 , TP=7 , SL = 1000

Only long ordes allowed.

Net profit: 10444

DD: 27 %

Orders: 17604

http://i48.tinypic.com/v6qjdh.jpg

Here is the version I used, again a bit modified. (MA settings)

http://www.multiupload.com/EXI7J0N35M

I am not a coder, therefore I am sure there is plenty of chances that good programmers here can improve

this EA and share it for the good of us all. :)

Link to comment
Share on other sites

Re: ESCAPE,..

 

its a very entertaining ea but it needs a good trend finding indicators I have a great one but it cannot be discussed on this forum (blacklist ;) ) but another good one would be the FIP indicator http://www.f0rexsharing.com/777545. with this it would be on the right side of the trend most of the time well more than the buy/sell and hope it has now anyway. Maybe put a total profit cap per trend so as not to get caught at the end of a trend. Its a powerful ea when the conditions are good, my friend is testing another version and this week alone closed near +5000 pips on the eurchf only :o .

Link to comment
Share on other sites

Re: ESCAPE,..

 

The thing about this ea, is that you should use it as a manual tool, it is not the type of ea you can back test but it is the type of ea you can master and reap large profits with. This is not set and leave toy which forex newbies dream about, instead its a profitable tool which can generate you 10 - 100(X) % a month with x being your skill level. Anyone that is serious about making profits with this ea, have to learn to set a bios direction and trade in the direction for a certain period of time consuming the margin. This could also be done manually with a good trade management ea (you don't have to rely on this thing since it has particularly weak entry logic) Regardless this ea, is a very good toy and anyone that knows how to use it can make significant profit fast.

[spoiler:26ukmy10]Never trust, never fear, never beg[/spoiler:26ukmy10]
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...