roberto59 Posted February 10, 2010 Report Share Posted February 10, 2010 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 ;) Quote Link to comment Share on other sites More sharing options...
roberto59 Posted February 11, 2010 Author Report Share Posted February 11, 2010 Re: ESCAPE,.. almost a week on demo reults 15% profit ;)) http://www.mediafire.com/?zlmdfy4docm http://www.mediafire.com/?mrtnynmdwiq Quote Link to comment Share on other sites More sharing options...
crushbeat Posted February 11, 2010 Report Share Posted February 11, 2010 Re: ESCAPE,.. hello roberto59, how many positions do this ea open in a day on average? thanks Quote Link to comment Share on other sites More sharing options...
roberto59 Posted February 11, 2010 Author Report Share Posted February 11, 2010 Re: ESCAPE,.. a lot, maybe hundreds ,the good thing is ,the profit goes along with the large # of open trades ,there is always a lingering 10 to 15% floating but the profit keeps on piling up everyday,very amusing ea ,it works very hard ;) Quote Link to comment Share on other sites More sharing options...
-MIRACLE- Posted February 11, 2010 Report Share Posted February 11, 2010 Re: ESCAPE,.. Upload again brother but 4shared ok? Coz i can't download from mediafire. Quote ZZZzzz... Link to comment Share on other sites More sharing options...
⭐ deadsoul Posted February 11, 2010 Report Share Posted February 11, 2010 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); } Quote Link to comment Share on other sites More sharing options...
massa6000 Posted February 12, 2010 Report Share Posted February 12, 2010 Re: ESCAPE,.. Downloaded and testing on 4xp Demo with 500usd and 0.01 lots. When i have results i return to post again. Thanks Quote Link to comment Share on other sites More sharing options...
radicaltour Posted February 12, 2010 Report Share Posted February 12, 2010 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 Quote Link to comment Share on other sites More sharing options...
massa6000 Posted February 12, 2010 Report Share Posted February 12, 2010 Re: ESCAPE,.. Blow my account in just 1 hour Statement: http://www.mediafire.com/?oey2zyndmwu Quote Link to comment Share on other sites More sharing options...
mak2009 Posted February 12, 2010 Report Share Posted February 12, 2010 Re: ESCAPE,.. With 0.01 on an 10 K account shows promising results. You need to set SL above 500 and TP between 5-10 depending on the pair. Although this does not mean i recommend this, if you hit one SL basically all your profit that has been accumulated is gone. Quote Link to comment Share on other sites More sharing options...
roberto59 Posted February 12, 2010 Author Report Share Posted February 12, 2010 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()) Quote Link to comment Share on other sites More sharing options...
roberto59 Posted February 12, 2010 Author Report Share Posted February 12, 2010 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 ;) Quote Link to comment Share on other sites More sharing options...
roberto59 Posted February 12, 2010 Author Report Share Posted February 12, 2010 Re: ESCAPE,.. Upload again brother but 4sh@red ok? Coz i can't download from mediafire. here you go \m/ http://www.4shared.com/file/220509956/e363b2d/escape_2_.html douggie 1 Quote Link to comment Share on other sites More sharing options...
fxeasy5 Posted February 13, 2010 Report Share Posted February 13, 2010 Re: ESCAPE,.. I modified it a bit more. You can change the maximal orders you allow it to open and it displays some facts on the chart. It depends on the broker too. At FXOpen (micro-account) , maximal 100 orders are allowed, other brokers allow 200 or more. http://www.multiupload.com/YSACIB7FM2 douggie 1 Quote Link to comment Share on other sites More sharing options...
Arthemis Posted February 13, 2010 Report Share Posted February 13, 2010 Re: ESCAPE,.. Blow my account in just 1 hour Statement: http://www.mediafire.com/?oey2zyndmwu proof that a good EA cannot be limited to such a small number of code line. Does not mean neither that a good EA has to have thousand of line neither ;) Quote Link to comment Share on other sites More sharing options...
fxeasy5 Posted February 13, 2010 Report Share Posted February 13, 2010 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. :) Quote Link to comment Share on other sites More sharing options...
hip Posted February 13, 2010 Report Share Posted February 13, 2010 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 . Quote Link to comment Share on other sites More sharing options...
ryujeans Posted February 13, 2010 Report Share Posted February 13, 2010 Re: ESCAPE,.. Here is the version I used, again a bit modified. (MA settings) http://www.multiupload.com/EXI7J0N35M Is this version the same as the one you posted yesterday, please? Quote Link to comment Share on other sites More sharing options...
fxeasy5 Posted February 13, 2010 Report Share Posted February 13, 2010 Re: ESCAPE,.. It is not the same. I modified the MA settings in the code. Quote Link to comment Share on other sites More sharing options...
Cyrillic Posted February 13, 2010 Report Share Posted February 13, 2010 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. Quote [spoiler:26ukmy10]Never trust, never fear, never beg[/spoiler:26ukmy10] Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.