LoneWolf Posted November 21, 2008 Report Share Posted November 21, 2008 Dear Friend; I have found this EA (Works only in EUR/USD Timeframe 60 Minutes): http://codebase.mql4.com/4850 Mirror for this EA: http://www.4shared.com/file/72449080/1760bb11/EA_Expert_Master_EURUSD60Minutes.html?dirPwdVerified=b5c01c55 Seems looks Great, especially if you look at this EA performance since 2001 to 2008 like this: http://i393.photobucket.com/albums/pp11/ayip21/aV10CfFA-05c04fbc1f99515a676accc4bb.png Its amazing huh (Especially the Drawdone itself) :arrow: :lol: Now, But i'm not sure enough, can anybody help me to give behind the logic this EA for Entry & Exit; what the Indicator it use in this EA ? Please ? Quote Homo Homini Lupus Bellum Contra Poenna Link to comment Share on other sites More sharing options...
William1713006271 Posted November 21, 2008 Report Share Posted November 21, 2008 Re: [HELP]Find The Logic behind this EA mac1 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_MAIN,i); mac2 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_MAIN,i+1); mac3 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_MAIN,i+2); mac4 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_MAIN,i+3); mac5 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_SIGNAL,i); mac6 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_SIGNAL,i+1); mac7 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_SIGNAL,i+2); mac8 = iMACD(NULL,0,5,15,3,PRICE_CLOSE,MODE_SIGNAL,i+3); if(mac8>mac7 && mac7>mac6 && mac6<mac5 && mac4>mac3 && mac3<mac2 && mac2<mac1 && mac2<-0.00020 && mac4<0 && mac1>0.00020) --> buy if(mac8<mac7 && mac7<mac6 && mac6>mac5 && mac4<mac3 && mac3>mac2 && mac2>mac1 && mac2>0.00020 && mac4>0 && mac1<-0.00035) --> sell when I see the chart, it's not very impressive though. The EA missed many trending cycle. It does not enter a trade for good market. :( Regards, Quote Ore no Shinka Hikari yo Hayai. Zen Uchi o Nani no Mono Ore no Shinka Chuito Kore Nai. Ten no Michi yo Iki. Subete o Sukosadoru Otoko. Link to comment Share on other sites More sharing options...
LoneWolf Posted November 21, 2008 Author Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes Did you mean someting wrong in the coding ? Quote Homo Homini Lupus Bellum Contra Poenna Link to comment Share on other sites More sharing options...
William1713006271 Posted November 21, 2008 Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes I think the logic, not the coding that has flaws. Try to run the EA in MT4 after it finished press "open chart", scroll back, and you will know what I mean. From my test, jan 15, 08 to today, it gives 28 winners and 0 loser trades. But, they are mostly small trades, and the EA couldn't catch the big trending move. Regards, Quote Ore no Shinka Hikari yo Hayai. Zen Uchi o Nani no Mono Ore no Shinka Chuito Kore Nai. Ten no Michi yo Iki. Subete o Sukosadoru Otoko. Link to comment Share on other sites More sharing options...
LoneWolf Posted November 21, 2008 Author Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes I think the logic, not the coding that has flaws. Try to run the EA in MT4 after it finished press "open chart", scroll back, and you will know what I mean. From my test, jan 15, 08 to today, it gives 28 winners and 0 loser trades. But, they are mostly small trades, and the EA couldn't catch the big trending move. Regards, Thank You William, very appreciatte fot this information. Quote Homo Homini Lupus Bellum Contra Poenna Link to comment Share on other sites More sharing options...
-MIRACLE- Posted November 21, 2008 Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes Ehmm i'm a newbie so i don't know the mean of maximal drawdown. Could somebody explain this to me? If the maximal drawdown is getting bigger is mean good or bad? Quote ZZZzzz... Link to comment Share on other sites More sharing options...
William1713006271 Posted November 21, 2008 Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes Drawdown, the smaller, the better. Drawdown = unrealized lost position. 100% drawdown means 0 (zero) money on your account. Total annihilation. Most account will get margin call on 90% - 95% drawdown. Regards, Quote Ore no Shinka Hikari yo Hayai. Zen Uchi o Nani no Mono Ore no Shinka Chuito Kore Nai. Ten no Michi yo Iki. Subete o Sukosadoru Otoko. Link to comment Share on other sites More sharing options...
giovaldo Posted November 21, 2008 Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes para Mr.kira kira apa yang bisa dilihat dari indi ini sama EA diatas,mungkin kebaca cara kerjanya Quote Link to comment Share on other sites More sharing options...
William1713006271 Posted November 21, 2008 Report Share Posted November 21, 2008 Re: EA_Expert_Master_EURUSD_60Minutes para Mr.kira kira apa yang bisa dilihat dari indi ini sama EA diatas,mungkin kebaca cara kerjanya Ga bisa dilihat apa2 kayakny. Emang ada hubungannya? Cara kerja EA kan uda dipost diatas, pake macd. Trus indi ini buat apa ya? Buat bikin EA baru ya? Bikin post baru aja. Regards, Quote Ore no Shinka Hikari yo Hayai. Zen Uchi o Nani no Mono Ore no Shinka Chuito Kore Nai. Ten no Michi yo Iki. Subete o Sukosadoru Otoko. 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.