boleslav Posted November 26, 2010 Report Share Posted November 26, 2010 Hello Only few days left. Kangaroo EA will be launch December 1 Please share! :) Quote Link to comment Share on other sites More sharing options...
Sneed Posted November 28, 2010 Author Report Share Posted November 28, 2010 I have my calendar marked. I was a little sad that the release date was delayed twice. But, it also probably means they want to put out a good product. I have purchased too many EA's that were rushed to the market, and there were numerous errors in the EA, and Trading Manuals. Incorrect TFs listed, or the manual has "another" EA mentioned inside of it ;)). Or, worse yet, the EA wouldn't trade because there was some code missing. These developers seem to be conservative traders, and that's what I'm looking for this time. The million dollar profit EA's seem to lose a million dollars just as fast as they make it. I think this one will be different. [-O< Hello Only few days left. Kangaroo EA will be launch December 1 Please share! :) Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted November 29, 2010 Report Share Posted November 29, 2010 i was worried that they only showed 2007-10 backtests. was talking to a friend and he said he thought it was curve fitted and wondered why they didnt have a 10 year test, so i emailed the developers and asked. here's my reply. Hi Norm, Thanks for your email. Please find attached a 10 year backtest with constant lots. News filter is not used at all in this test. Our news database only goes back to the start of 2007 so any period before then cannot have historical news avoidance tested. As we explained in our Whitepaper, MT4 data also timeshifts during the year for DST times, making this data get out of alinement with our PNA Algorithm when testing. So rather than a poor model of the news avoidance only for later years in a 10 year backtest we decided to turn it off all together for the MT4 data 10 year test. As can be seen, not avoiding the 'big' news announcements can occasionally cause losses, which is why we have implemented our news filter. If risky periods can be avoided they should be. Also of note is the relative consistency of the performance over the 10 years. Its performance from 1999-2002 is not fantastic but that was a long time ago now, and without any news filter. The end of the dot.com bubble and the September 2001 period no doubt caused significant market turmoil, along with the usual economic data releases, all of which in this test are unfiltered. I hope this displays the general consistency of the EA, even without the news filter. We are excited about releasing this EA to the market, as a quality, well tested EA without all the wild and grandiose claims usually associated with retail forex products. Thank you for your interest in our EA and we hope this satisfies your curiosity. TulipFX http://img406.imageshack.us/img406/4110/audusd10yearnonewsnocom.gif i hope someone shares it here so we can decide if it really is as good as presented or if its another EA full of bullshit which doesnt match up when properly tested. 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...
hitescape Posted November 29, 2010 Report Share Posted November 29, 2010 (edited) I hope it isn't a signal service where the EA gets signals from their server. Edited November 30, 2010 by hitescape Quote Link to comment Share on other sites More sharing options...
Sneed Posted December 1, 2010 Author Report Share Posted December 1, 2010 Any updates? I visited the web site today about today's release, but no new information. :-? i was worried that they only showed 2007-10 backtests. was talking to a friend and he said he thought it was curve fitted and wondered why they didnt have a 10 year test, so i emailed the developers and asked. here's my reply. http://img406.imageshack.us/img406/4110/audusd10yearnonewsnocom.gif i hope someone shares it here so we can decide if it really is as good as presented or if its another EA full of bullshit which doesnt match up when properly tested. Quote Link to comment Share on other sites More sharing options...
arthursyd Posted December 2, 2010 Report Share Posted December 2, 2010 (edited) Any updates? I visited the web site today about today's release, but no new information. :-? Plimus links :- https://www.plimus.com/jsp/buynow.jsp?contractId=2879432 https://www.plimus.com/jsp/buynow.jsp?contractId=2906614 Edited December 2, 2010 by arthursyd Quote Link to comment Share on other sites More sharing options...
Sneed Posted December 2, 2010 Author Report Share Posted December 2, 2010 Thanks arthursyd. :) Plimus links :- https://www.plimus.com/jsp/buynow.jsp?contractId=2879432 https://www.plimus.com/jsp/buynow.jsp?contractId=2906614 Quote Link to comment Share on other sites More sharing options...
ramliam Posted December 2, 2010 Report Share Posted December 2, 2010 please share doors are open Quote Link to comment Share on other sites More sharing options...
tradesafe Posted December 2, 2010 Report Share Posted December 2, 2010 please share doors are open Here you go... http://indo-investasi.com/showthread.php/10431-KangarooEA?p=119378#post119378 ramliam 1 Quote Link to comment Share on other sites More sharing options...
robl45 Posted January 26, 2011 Report Share Posted January 26, 2011 for anyone running the kangaroo ea, do you know if its possible to decompile the EA to make changes? I need it to run off a starting balance, something that euroclimber had no problem taking the 5 minutes to add in for me, but kangaroo won't do it, so is it possible to decompile and add the code on this one if I buy it? Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted January 26, 2011 Report Share Posted January 26, 2011 for anyone running the kangaroo ea, do you know if its possible to decompile the EA to make changes? I need it to run off a starting balance, something that euroclimber had no problem taking the 5 minutes to add in for me, but kangaroo won't do it, so is it possible to decompile and add the code on this one if I buy it? what do u mean run off a starting balance? 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...
robl45 Posted January 26, 2011 Report Share Posted January 26, 2011 what do u mean run off a starting balance? like the code below, where you can set a certain amount for it to base lot size off and then continue to add or subtract profit to that amount. all my EA's are setup like this and I need the code in Kangaroo. double internalbalance=3000; extern double initialbalance=3000; double ordercount() // we counting our order here { int historytotal=OrdersHistoryTotal(); internalbalance=initialbalance; // total of our order int i; // pos of our order for ( i = 0 ; i < historytotal ; i++) { OrderSelect(i, SELECT_BY_POS, MODE_HISTORY); if(OrderMagicNumber()== MagicNumber) { internalbalance = internalbalance + (OrderProfit()-OrderCommission()) ; } } return(internalbalance); } Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted January 26, 2011 Report Share Posted January 26, 2011 i havent been able to decompile mine, not even on the latest decompiler someone i know has. the russians have managed to open it up, but not educated it. i use all my EAs at about a 5% drawdown on my total account so i dont need to worry about entering balances and things. maybe u can try the russian decompiled version: http://forum.goodservice.su/showthread.php?6443 -- however its not educated, so youd have to buy a license at this stage. all the authentication code is in the dll and it seems to be heavily protected. grooter 1 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...
grooter Posted January 26, 2011 Report Share Posted January 26, 2011 Thanks, decompiled version with a valid license is still very helpful :-) Quote Link to comment Share on other sites More sharing options...
grooter Posted January 26, 2011 Report Share Posted January 26, 2011 .. or not, because it's only partly decompiled and functions missing. Too bad, these MM changes would have been really interesting. Quote Link to comment Share on other sites More sharing options...
markwilson1713006037 Posted August 6, 2011 Report Share Posted August 6, 2011 (edited) Good robot Edited November 28, 2012 by markwilson Quote Link to comment Share on other sites More sharing options...
stijjn Posted November 28, 2012 Report Share Posted November 28, 2012 Does anyone want to sell there license for kangaroo ??? Please pm me. Quote Link to comment Share on other sites More sharing options...
stormtrader Posted September 11, 2017 Report Share Posted September 11, 2017 great thread Quote Link to comment Share on other sites More sharing options...
Guest mahdka Posted October 16, 2017 Report Share Posted October 16, 2017 great thread Quote Link to comment Share on other sites More sharing options...
⭐ laser1000it Posted October 16, 2017 Report Share Posted October 16, 2017 (edited) great thread divertimenti innocenti per bambini deficienti Edited October 16, 2017 by laser1000it 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.