⭐ liamsi Posted August 9, 2010 Report Share Posted August 9, 2010 can someone download to rapidshare or megaupload. thanks Quote Link to comment Share on other sites More sharing options...
iwjw Posted August 9, 2010 Report Share Posted August 9, 2010 Forget about this EA: that's what I found in ZeusFX-EURUSD-M01.ex4 if (IsTesting()) { if (Year() == 2005) ld_72 = 25.95; if (Year() == 2006) ld_72 = 4.17; if (Year() == 2007) ld_72 = 20.79; if (Year() == 2008) ld_72 = 8.0; if (Year() == 2009) ld_72 = 13.03; if (Year() == 2010) ld_72 = 10.55; } curve fitting at best Both masters are protected and can't be decompiled with our standard tool Quote Link to comment Share on other sites More sharing options...
MetaCrazy Posted August 9, 2010 Report Share Posted August 9, 2010 Forget about this EA: that's what I found in ZeusFX-EURUSD-M01.ex4 if (IsTesting()) { if (Year() == 2005) ld_72 = 25.95; if (Year() == 2006) ld_72 = 4.17; if (Year() == 2007) ld_72 = 20.79; if (Year() == 2008) ld_72 = 8.0; if (Year() == 2009) ld_72 = 13.03; if (Year() == 2010) ld_72 = 10.55; } curve fitting at best Both masters are protected and can't be decompiled with our standard tool if you look at the code below what you post, you will see that ld_72 is used in the money management equation. ld_72 helps determine how big the lot size is. ld_72 is the optimized lot multiplication factor optimized according to year. this in itself does not determine entry but just lot size. i did not go through the code to see if there are optimized order entry values. so far it does not look like it. Quote Link to comment Share on other sites More sharing options...
iwjw Posted August 9, 2010 Report Share Posted August 9, 2010 if you look at the code below what you post, you will see that ld_72 is used in the money management equation. ld_72 helps determine how big the lot size is. ld_72 is the optimized lot multiplication factor optimized according to year. this in itself does not determine entry but just lot size. i did not go through the code to see if there are optimized order entry values. so far it does not look like it. if (Year() == 2005) ld_72 = 25.95 -> that's curve fitting what else??? no matter what it's used for Quote Link to comment Share on other sites More sharing options...
MetaCrazy Posted August 9, 2010 Report Share Posted August 9, 2010 personally, i would be more concerned if the curve fitting was in relation to the order entry logic, the buy and sell entry logic. the MM you can always tweak using the Risk factor. however, i don't rule out that there might be entry logic optimization in the master files. we can't tell because they won't decompile Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted August 9, 2010 Report Share Posted August 9, 2010 once it is decompiled the curve fitting can be removed from the EA and its results noted. but it does not bode well. Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician Link to comment Share on other sites More sharing options...
clovelly Posted August 10, 2010 Report Share Posted August 10, 2010 personally, i would be more concerned if the curve fitting was in relation to the order entry logic, the buy and sell entry logic. the MM you can always tweak using the Risk factor. however, i don't rule out that there might be entry logic optimization in the master files. we can't tell because they won't decompile Yes, it is correct. But looking at their 32 library modules, each seems to cater for a different day of the month, with different parameters for the indis (stochastic, cci, MA, etc.). These indis are supposedly called by the main EA to determine the trade entries. I think the main EAs will reveal more curve-fitting codes designed for backtesting. Quote Link to comment Share on other sites More sharing options...
hyperdimension Posted August 10, 2010 Report Share Posted August 10, 2010 Forget about this EA: that's what I found in ZeusFX-EURUSD-M01.ex4 if (IsTesting()) { if (Year() == 2005) ld_72 = 25.95; if (Year() == 2006) ld_72 = 4.17; if (Year() == 2007) ld_72 = 20.79; if (Year() == 2008) ld_72 = 8.0; if (Year() == 2009) ld_72 = 13.03; if (Year() == 2010) ld_72 = 10.55; } curve fitting at best Both masters are protected and can't be decompiled with our standard toolHow did you find that code in the EX4 file if you couldn't decompile it "with our standard tool"? Quote Link to comment Share on other sites More sharing options...
iwjw Posted August 10, 2010 Report Share Posted August 10, 2010 How did you find that code in the EX4 file if you couldn't decompile it "with our standard tool"? Only the master .ex4 can't be decompiled There are several .ex4 in the libraries folder...I've decompiled the -M01 Quote Link to comment Share on other sites More sharing options...
hawkfx Posted August 15, 2010 Report Share Posted August 15, 2010 ZeusFX key generator: http://zendfx.site90.net/ Enjoy!!! Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted August 15, 2010 Report Share Posted August 15, 2010 ZeusFX key generator: http://zendfx.site90.net/ Enjoy!!! You are seeing this page because the system administrator of 000webhost.com is currently checking this website for malicious content. This redirect page will be removed once we finish manually checking all files on this account. Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician Link to comment Share on other sites More sharing options...
sammy Posted August 15, 2010 Author Report Share Posted August 15, 2010 ZeusFX key generator: http://zendfx.site90.net/ Enjoy!!! Is it for zend or zeus...both are redirecting to some other Quote Link to comment Share on other sites More sharing options...
vadims60 Posted August 15, 2010 Report Share Posted August 15, 2010 Only the master .ex4 can't be decompiled There are several .ex4 in the libraries folder...I've decompiled the -M01 _http://depositfiles.com/files/vvcc9uvs9 ageomank, TraderTero and testttt 3 Quote Link to comment Share on other sites More sharing options...
TraderTero Posted August 15, 2010 Report Share Posted August 15, 2010 Cannot get the decompiled master to work. Could someone edu it. Quote Link to comment Share on other sites More sharing options...
cazador Posted August 16, 2010 Report Share Posted August 16, 2010 Mirror for the future: http://www.mirrorcreator.com/files/1WOAJKVF/ZeusFX.rar_links dark_messiah_fall 1 Quote Link to comment Share on other sites More sharing options...
favoured111 Posted August 16, 2010 Report Share Posted August 16, 2010 how do we install this. so many files. Where do what go. Please kindly advise Quote Link to comment Share on other sites More sharing options...
MetaCrazy Posted August 16, 2010 Report Share Posted August 16, 2010 put all the files in the libraries folder in your experts/libraries folder. put the expert files mq4 in your experts folder. restart your computer henghui 1 Quote Link to comment Share on other sites More sharing options...
MetaCrazy Posted August 16, 2010 Report Share Posted August 16, 2010 something wrong about Risk MM..... I set Risk=1 but still EA orders Huge lot size and blow up account after few trades. anybody has same problem ??? yes i noticed that also. another interesting thing is if you put the maxmargin to 25 or so you might get less trades opened. this EA is dangerous as there is no SL used. with no SL it tries to dig itself out of a hole by opening more positions or just hanging on hoping the market reverses. combine that with the big lots used and it is a recipe for disaster. Quote Link to comment Share on other sites More sharing options...
alankw88 Posted August 16, 2010 Report Share Posted August 16, 2010 something wrong about Risk MM..... I set Risk=1 but still EA orders Huge lot size and blow up account after few trades. anybody has same problem ??? Still EA had expire date and back test limitation. I just commented out them. http://www.4shared.com/file/Vp44A0ub/ZeusFX.html Something needed for "LotsDigit"? Just guess here... Quote Link to comment Share on other sites More sharing options...
pro Posted August 16, 2010 Report Share Posted August 16, 2010 any manual available? Quote Link to comment Share on other sites More sharing options...
pro Posted August 16, 2010 Report Share Posted August 16, 2010 Something needed for "LotsDigit"? Just guess here... 1= minilot 2= microlot Quote Link to comment Share on other sites More sharing options...
pro Posted August 16, 2010 Report Share Posted August 16, 2010 something wrong about Risk MM..... I set Risk=1 but still EA orders Huge lot size and blow up account after few trades. anybody has same problem ??? Still EA had expire date and back test limitation. I just commented out them. http://www.4shared.com/file/Vp44A0ub/ZeusFX.html The EA needs lower risk setting than 1, than maybe it will survive. Can someone change risk calculation in the code to 0,1-0,9 ? Quote Link to comment Share on other sites More sharing options...
alankw88 Posted August 17, 2010 Report Share Posted August 17, 2010 According to the vendor (http://www.zeusfx.com/Products.html), the EA has implemented hidden SL and TP. So, this is the reason why no SL and TP set when order placed? Quote Link to comment Share on other sites More sharing options...
verde Posted August 18, 2010 Report Share Posted August 18, 2010 Hi, anyone can backtest this after 30 June 2010? Quote Link to comment Share on other sites More sharing options...
nuno1234 Posted August 18, 2010 Report Share Posted August 18, 2010 sorry my english yes the test beguin when you want i test(01-01-2007 to 17-08-2010) i like very much ea but... i don't have the right "yet" in this ea lote fixed 0.01 he is a winner but some programer need put risk 0,1 ...1,1... thanks Quote 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.