Jump to content

EA_Expert_Master_EURUSD_60Minutes


LoneWolf

Recommended Posts

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 ?

Homo Homini Lupus Bellum Contra Poenna
Link to comment
Share on other sites

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,

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

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,

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

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.

Homo Homini Lupus Bellum Contra Poenna
Link to comment
Share on other sites

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,

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

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,

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

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...