cacus Posted July 28, 2010 Report Share Posted July 28, 2010 The name of the expert is MACCIMO, since it uses MAs and CCI... it's just a stupid word game i've decided to use 2 years ago... nothing more than that... MY NICK is cacus... I've found that the scammers from forexlegend could be using several EAs as theirs, not just mine, so it's a multiple ripoff, i wonder which other EAs they have ripped off?... Anyway, the so called TrenFollower is my MACCImo EA... all the package is located here: www.forexmt4.com/Cacus (contest package) Regards. JC fxshare, crushbeat, taipan and 4 others 7 Quote Link to comment Share on other sites More sharing options...
eric07 Posted July 28, 2010 Report Share Posted July 28, 2010 full package for my friend ramliam and all others.find .set in first file ,the ea in 2nd and tester on nzdusd in the third using the same .set file as in first file. 1 cacus with 0.7 risk.rar (521 Bytes) http://www.multiupload.com/F6WPMZOF4E cacus_MACCImo_v2.rar (4.21 KB) http://www.multiupload.com/3KY0X5AL02 private ea cacus nzdusd phenomenal result.htm (193.96 KB) http://www.multiupload.com/EEFKYQ81RP Can anyone re upload on 4 shared please... Thanks Quote Link to comment Share on other sites More sharing options...
halcyonn Posted July 28, 2010 Report Share Posted July 28, 2010 Hi,the eas need proper education and decompilation.enjoy all! http://www.multiupload.com/IRP9MUDG36 Legend follower http://www.multiupload.com/YIR80TG4MJ Legend scalper MAN1492, torito1, iwjw and 8 others 11 Quote Link to comment Share on other sites More sharing options...
iwjw Posted July 28, 2010 Report Share Posted July 28, 2010 Legend Trendfollower EA: double l_icci_60 = iCCI(NULL, 0, g_period_276, PRICE_CLOSE, 0); double l_icci_68 = iCCI(NULL, 0, g_period_276, PRICE_CLOSE, 1); double l_ima_76 = iMA(NULL, 0, g_period_292, 0, MODE_SMA, PRICE_MEDIAN, 0); double l_ima_84 = iMA(NULL, 0, g_period_292, 0, MODE_SMA, PRICE_MEDIAN, 1); double l_ima_92 = iMA(NULL, 0, g_period_300, 0, MODE_SMA, PRICE_MEDIAN, 0); double l_ima_100 = iMA(NULL, 0, g_period_300, 0, MODE_SMA, PRICE_MEDIAN, 1); double l_ima_108 = iMA(NULL, 0, g_period_308, 0, MODE_SMA, PRICE_MEDIAN, 0); double l_ima_116 = iMA(NULL, 0, g_period_308, 0, MODE_SMA, PRICE_MEDIAN, 1); MACCImo EA double CCI1 = iCCI(NULL, 0, PerCCI1, PRICE_CLOSE, 0); double CCI2 = iCCI(NULL, 0, PerCCI1, PRICE_CLOSE, 1); double IMA11 = iMA(NULL, 0, PerIMA1, 0, MODE_SMA, PRICE_MEDIAN, 0); double IMA12 = iMA(NULL, 0, PerIMA1, 0, MODE_SMA, PRICE_MEDIAN, 1); double IMA21 = iMA(NULL, 0, PerIMA2, 0, MODE_SMA, PRICE_MEDIAN, 0); double IMA22 = iMA(NULL, 0, PerIMA2, 0, MODE_SMA, PRICE_MEDIAN, 1); double IMA31 = iMA(NULL, 0, PerIMA3, 0, MODE_SMA, PRICE_MEDIAN, 0); double IMA32 = iMA(NULL, 0, PerIMA3, 0, MODE_SMA, PRICE_MEDIAN, 1); Any questions? cacus 1 Quote Link to comment Share on other sites More sharing options...
iwjw Posted July 28, 2010 Report Share Posted July 28, 2010 (edited) Next one: Legend Trendfollower EA: int RecuperarOrdenes() { int l_count_0 = 0; for (int l_pos_4 = OrdersHistoryTotal() - 1; l_pos_4 >= 0; l_pos_4--) { if (OrderSelect(l_pos_4, SELECT_BY_POS, MODE_HISTORY)) { if (OrderMagicNumber() != g_magic_176 || OrderSymbol() != Symbol()) continue; ContarBalance(OrderProfit()); l_count_0++; } } return (l_count_0); } MACCImo EA: int RecuperarOrdenes() { int contador = 0; for (int i = OrdersHistoryTotal() - 1; i >= 0; i--) { if (OrderSelect(i, SELECT_BY_POS, MODE_HISTORY)) { if (OrderMagicNumber() != Magic || OrderSymbol()!=Symbol()) continue; ContarBalance(OrderProfit()); contador++; } } return (contador); } Legend isn't using this function but they even didn't delete it or rename it with an english expression What a shame those guys are edit: correction, they are using this functionality Edited July 28, 2010 by iwjw expat1967, ⭐ fscrp, cacus and 5 others 8 Quote Link to comment Share on other sites More sharing options...
ruslanas Posted July 28, 2010 Report Share Posted July 28, 2010 please educate legend scalper Quote Link to comment Share on other sites More sharing options...
Guest strmec Posted July 28, 2010 Report Share Posted July 28, 2010 Same, TP, SL as in my set files for every pair AND, a funny coincidence here: http://img843.imageshack.us/img843/1043/scam.jpg Take a look at the chart, at the top left you would see a "Close all" green text, exactly the same place, color, size and font that i've used on my EA... isn't it already enough clues? There is no any "Close all" on Legend chart I will PM Legend to you ( I don't know mq4 ) so you can compare this two EA's. If isn't same like your, I think if isn't scam, educated it and post here, please. Quote Link to comment Share on other sites More sharing options...
hawkfx Posted July 28, 2010 Report Share Posted July 28, 2010 Yes I also look at the code, they are totally a scammers, the scalper maybe is a copy too... Quote Link to comment Share on other sites More sharing options...
robotfx2 Posted July 28, 2010 Report Share Posted July 28, 2010 Thanks for the share but anyone educate this Quote Link to comment Share on other sites More sharing options...
⭐ BrenSK1977 Posted July 28, 2010 Report Share Posted July 28, 2010 Hi, Is different this TWO EA? 1. LegendScalpFollower and 2. LegendScalper_V4_8 (http://vps.iamfx.com/erp/fx/ro/5883/) I looking this one - please share it Quote Link to comment Share on other sites More sharing options...
ruslanas Posted July 28, 2010 Report Share Posted July 28, 2010 look closely on the chart it says v 1.0 and on the right v 4.8 ??? Quote Link to comment Share on other sites More sharing options...
hawkfx Posted July 28, 2010 Report Share Posted July 28, 2010 is another one, the one that was shared, only works on EURCHF, EURCAD, GBPCHF and GBPCAD M15, and the one on IAMFX, works on EURUSD M1 Quote Link to comment Share on other sites More sharing options...
ruslanas Posted July 28, 2010 Report Share Posted July 28, 2010 also i noticed that they claim to trade live accounts but its actually demo accounts.Balance deposit 1.000.000.00 :) Quote Link to comment Share on other sites More sharing options...
iwjw Posted July 28, 2010 Report Share Posted July 28, 2010 (edited) The name of the expert is MACCIMO, since it uses MAs and CCI... it's just a stupid word game i've decided to use 2 years ago... nothing more than that... MY NICK is cacus... I've found that the scammers from forexlegend could be using several EAs as theirs, not just mine, so it's a multiple ripoff, i wonder which other EAs they have ripped off?... Anyway, the so called TrenFollower is my MACCImo EA... all the package is located here: www.forexmt4.com/Cacus (contest package) Regards. JC Hi cacus, I'm just stumbling upon the (contest package) Did you ever send your EA to a contest? If so, you probably lost all your copyrights on this EA That would mean, that whoever is marketing the Legend Trendfollower EA, might be doing it without copyright infringement edit: when I took a first look at the code something was immediately familiar...the handwriting of the whole EA I'm pretty sure that the people/coders behind the Legend are the same that are coding for FRWC So I'm really asking myself whether or not cacus sent his EA to the FRWC championchip Edited July 28, 2010 by iwjw Quote Link to comment Share on other sites More sharing options...
halcyonn Posted July 28, 2010 Report Share Posted July 28, 2010 lot of good work and contribution has gone into this thread.the spirit of the forum is cherishable. looking forward to a graduation for the so called rip off legends! Quote Link to comment Share on other sites More sharing options...
hawkfx Posted July 28, 2010 Report Share Posted July 28, 2010 Look, the EURUSD Scalper, is another one... John: Hello, how may I assist you today? me: Hi me: I want to know if you also sell me: EURUSDScalper John: hi me: http://vps.iamfx.com/erp/fx/ro/8368/ <- from your site me: it says EURUSD Scalper, and on site you offer legendscalper John: NO, Scalper workes only on EUR/CAD, EUR/CHF,GBP/CHF,GBP/CAD me: mm and why on proofs, you show EURUSD Scalper? me: www.forexlegend.com -> look at home page me: http://vps.iamfx.com/erp/fx/ro/8368/ John: We have not Scalper which can trade at EUR/USD , but we have Elite which trades on EUR/USD M1 me: and where I can buy Elite? John: Elite can be bought as a upsell after purchasing of Scalper and Trend Follower. me: Oh... rigth, and can you tell me the price? I'm only interested on Elite, I cna buy alone? John: This scalper now called elite me: and how much does it cost? John: Elite will cost 397$ Trend Follower and Scalper will cost 197$. 4. If you would like to get ForexLegend Elite, you should have get an upsell option after purchasing the Trend Follower and ForexLegend Scalper. If you skip this action, you won't be able to return to this page. me: but Elite will be sold alone, after? John: Unfortunately is not solding alone me: Ok, thanks! for your time ⭐ fscrp 1 Quote Link to comment Share on other sites More sharing options...
freddy Posted July 28, 2010 Report Share Posted July 28, 2010 Hi cacus, I'm just stumbling upon the (contest package) Did you ever send your EA to a contest? If so, you probably lost all your copyrights on this EA That would mean, that whoever is marketing the Legend Trendfollower EA, might be doing it without copyright infringement edit: when I took a first look at the code something was immediately familiar...the handwriting of the whole EA I'm pretty sure that the people/coders behind the Legend are the same that are coding for FRWC So I'm really asking myself whether or not cacus sent his EA to the FRWC championchip Here is a part of the code, look what you find in it, fapturbo guys are behind!? Do FRWC relative to fapturbo ? ======================================================================================================== ........... ........... string gs_584 = "http://fapturbo.com/gmt.php"; string gs_592 = "AlexGmtOffset 1.0"; string PPrint(int ai_0) { int li_4 = MathMod(ai_0, 5); return (gsa_428[li_4]); } void PrintResponse(int ai_0, int ai_4 = -1, int ai_8 = -1) { bool li_12 = FALSE; if (gi_468 != ai_0) { li_12 = TRUE; gi_468 = ai_0; } if (ai_4 == -1) ai_4 = gi_444; if (ai_8 == -1) ai_8 = gi_440; gi_444 = ai_4; gi_440 = ai_8; if (ai_0 & 16384 > 0) PrintLNL(li_12, "Authenticated", TextColor1); else PrintLNL(li_12, "Authentication failed - error(" + ai_0 + ")", TextColor1); if (ai_0 & 512 > 0) PrintLNL(li_12, "Attention: Upgrade available", TextColor1); if (ai_0 & 1024 > 0) PrintLNL(li_12, "Error: Upgrade required", TextColor1); if (ai_0 & 1 > 0) PrintLNL(li_12, "Error: WinINet initialisation failed", TextColor1); if (ai_0 & 2 > 0) PrintLNL(li_12, "Error: WinINet connection failed", TextColor1); if (ai_0 & 4 > 0) PrintLNL(li_12, "Error: Invalid account number", TextColor1); if (ai_0 & 8 > 0) PrintLNL(li_12, "Error: Invalid account status", TextColor1); if (ai_0 & 16 > 0) PrintLNL(li_12, "Error: Dll and Expert versions mismatch", TextColor1); if (ai_0 & 128 > 0) PrintLNL(li_12, "Error: Unable to retrieve authentication code", TextColor1); if (ai_0 & 256 > 0) PrintLNL(li_12, "Error: Server response failure", TextColor1); if (ai_0 & 2048 > 0) PrintLNL(li_12, "Error: Invalid authorisation details", TextColor1); if (ai_0 & 4096 > 0) PrintLNL(li_12, "Error: Authorisation declined", TextColor1); } string GetObjName(int ai_0) { return (StringConcatenate("Forex Legend Trend Follower", " lb: ", ai_0)); } ............................. ............................ ========================================================================================================= Quote Link to comment Share on other sites More sharing options...
xenu Posted July 28, 2010 Report Share Posted July 28, 2010 Here is a part of the code, look what you find in it, fapturbo guys are behind!? Do FRWC relative to fapturbo ? As I know - yes. Also, first about Forex legend I've heard from FRWC. Quote Link to comment Share on other sites More sharing options...
hatchsead Posted July 28, 2010 Report Share Posted July 28, 2010 Hi,the eas need proper education and decompilation.enjoy all! http://www.multiupload.com/IRP9MUDG36 Legend follower http://www.multiupload.com/YIR80TG4MJ Legend scalper Could someone please educate these EA's Quote Link to comment Share on other sites More sharing options...
cacus Posted July 29, 2010 Report Share Posted July 29, 2010 Hi cacus, I'm just stumbling upon the (contest package) Did you ever send your EA to a contest? If so, you probably lost all your copyrights on this EA That would mean, that whoever is marketing the Legend Trendfollower EA, might be doing it without copyright infringement edit: when I took a first look at the code something was immediately familiar...the handwriting of the whole EA I'm pretty sure that the people/coders behind the Legend are the same that are coding for FRWC So I'm really asking myself whether or not cacus sent his EA to the FRWC championchip Yes, i've send my EA to a contest, but it was an internal contest on the yahoo group i participate from some years. It was not a copyright issue since it was already shared on that same group. My copyright still there in the code. And finally thanks you all guys for the investigation. I'd really like to see those scammers finally out of the business, but i don't get it, if these guys are the same that has being scamming people before, seems like there's nothing to do to stop them?... Sad, really sad... they keep making nice websites, winning money from other's people work and nobody can do anything... Whatever... Thanks to all those who helped here. JC Quote Link to comment Share on other sites More sharing options...
cacus Posted July 29, 2010 Report Share Posted July 29, 2010 Oh, and a "little" detail: those accounts they show on their webpage are DEMO accounts... so... even more lies... surprised? Quote Link to comment Share on other sites More sharing options...
eric07 Posted July 29, 2010 Report Share Posted July 29, 2010 Does any one re upload on 4 shared please? please? Thank. Quote Link to comment Share on other sites More sharing options...
⭐ fscrp Posted July 29, 2010 Report Share Posted July 29, 2010 These guys are slime all the way around. Stolen EA, false information on the sales page, upselling after initial purchase. I have told this story as it has unfolded on my "home forum" in hopes it will keep a few people from buying. Quote Link to comment Share on other sites More sharing options...
TraderTero Posted July 29, 2010 Report Share Posted July 29, 2010 The ForexLegend Elite is martingale. I would never pay $397 for something like that. Quote Link to comment Share on other sites More sharing options...
crodzilla Posted July 29, 2010 Report Share Posted July 29, 2010 ...and Plimus is thier payment processor. Another strike against. Quote MarketCycle-360.com 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.