Forex Grid Trader EA [FX Clearing] (Por FxGridTraderEA)
O usuário eliminou este sistema.
Edit Your Comment
Discussão Forex Grid Trader EA [FX Clearing]
Membro Desde May 26, 2012
2 postagens
Sep 05, 2012 at 08:58
Membro Desde May 26, 2012
2 postagens
There are 2 major issues with this EA which needs to be resolved.
1. HTTP Error occurring frequently which requires the EA to be reinitialized
2. The next lots gets reset each time the EA initializes making the EA trade from scratch rather than continuing the existing grid.
Hope the developer can resolve this ASAP.
Thanks
Fawaz
1. HTTP Error occurring frequently which requires the EA to be reinitialized
2. The next lots gets reset each time the EA initializes making the EA trade from scratch rather than continuing the existing grid.
Hope the developer can resolve this ASAP.
Thanks
Fawaz
Membro Desde Sep 05, 2012
1 postagens
Sep 05, 2012 at 10:36
Membro Desde Sep 05, 2012
1 postagens
its so unfortunate for this copy cat so called developer. Rather than resolving the problems with his copycat version and then updating it to make it better than the original "bunny", he's busy fooling us and blocking users that dare to voice out the truth!
Membro Desde Aug 17, 2011
20 postagens
Sep 06, 2012 at 10:21
Membro Desde Aug 17, 2011
20 postagens
hi i am running this ea and i get ( NEXT LOT = 0.00 )
live and let die

forex_trader_29148
Membro Desde Feb 11, 2011
1768 postagens
Sep 06, 2012 at 13:43
(editado há Sep 06, 2012 at 13:44)
Membro Desde Feb 11, 2011
1768 postagens
sheriftaher posted:
hi i am running this ea and i get ( NEXT LOT = 0.00 )
it will be ok ,after the first trades it will mention the right amount of lots ,just let it go
Membro Desde Oct 02, 2011
3 postagens
Sep 07, 2012 at 12:22
Membro Desde Oct 02, 2011
3 postagens
Question to owner of this system: Are you trading this live.?? Will you sharing real account info.??

forex_trader_32776
Membro Desde Mar 28, 2011
942 postagens
Sep 11, 2012 at 08:47
(editado há Sep 11, 2012 at 08:53)
Membro Desde Mar 28, 2011
942 postagens
rob559 posted:Meta4r3x posted:vladrac posted:Meta4r3x posted:
'rip-off' is pertinent to the EA, not the profits, don't try to divert the attention..robby boy..
and if your world does not understand plain English, let me spell it out for you..this EA they are selling is just a copy of another EA which you can freely download from the internet..
Why does he believe this is the same EA? Any proofs of that?
Here's the main trading logic of FGT which I had extracted from the ex4/dll files:
if (gi_328 && gi_316 < 1) {
ld_28 = iClose(Symbol(), 0, 2);
ld_36 = iClose(Symbol(), 0, 1);
gd_248 = Bid;
gd_256 = Ask;
if ((!gi_336) && !gi_332) {
gi_300 = gi_316;
if (ld_28 > ld_36) {
gd_304 = f0_14(OP_SELL);
if (gd_304 > 0.0) {
gi_340 = f0_15(1, gd_304, gd_248, Slippage, gd_248, 0, 0, TradeComment + " " + MagicNumber + "-" + gi_300, MagicNumber, 0, HotPink);
if (gi_340 < 0) {
Print(gd_304, "Error: ", GetLastError());
return (0);
}
gd_264 = f0_2();
gi_344 = TRUE;
}
} else {
gd_304 = f0_14(OP_BUY);
if (gd_304 > 0.0) {
gi_340 = f0_15(0, gd_304, gd_256, Slippage, gd_256, 0, 0, TradeComment + " " + MagicNumber + "-" + gi_300, MagicNumber, 0, Lime);
if (gi_340 < 0) {
Print(gd_304, "Error: ", GetLastError());
return (0);
}
gd_272 = f0_7();
gi_344 = TRUE;
}
}
}
And here's the main trading logic of the free EA which I had extracted from the ex4 files:
if (gi_380 && gi_368 < 1) {
l_iclose_16 = iClose(Symbol(), 0, 2);
l_iclose_24 = iClose(Symbol(), 0, 1);
g_bid_292 = Bid;
g_ask_300 = Ask;
if (!gi_388 && !gi_384) {
gi_352 = gi_368;
if (l_iclose_16 > l_iclose_24) {
gd_356 = fGetLots(OP_SELL);
if (gd_356 > 0.0) {
gi_392 = OpenPendingOrder(1, gd_356, g_bid_292, slip, g_bid_292, 0, 0, gs_336 + "-" + gi_352, g_magic_248, 0, HotPink);
if (gi_392 < 0) {
Print(gd_356, "Error: ", GetLastError());
return (0);
}
gd_308 = FindLastBuyPrice();
gi_396 = TRUE;
}
} else {
gd_356 = fGetLots(OP_BUY);
if (gd_356 > 0.0) {
gi_392 = OpenPendingOrder(0, gd_356, g_ask_300, slip, g_ask_300, 0, 0, gs_336 + "-" + gi_352, g_magic_248, 0, Lime);
if (gi_392 < 0) {
Print(gd_356, "Error: ", GetLastError());
return (0);
}
gd_316 = FindLastSellPrice();
gi_396 = TRUE;
}
}
}
For those who understand the programming language Mql4, they would know that the trading logics of these two EAs are identical..that's just partial of what I could paste here due to the size of the codes..the full codes will reveal that FGT & the free EA have 100% identical trading logics and therefore, they are the same EA..
If the need arises, I will upload the FGT EA here to be downloaded (everyone can use it freely, without any limitations as I had removed all restrictions including server authentication dependency & glitches that's associated with that)..and I will also upload a link where this free EA can be downloaded for that matter, a comparison can be made by those who are well verse in Mql4 programming; they can verify and attest to my claims..
it was about time that you bring some proofs,what the ea name? put up or shut up
ILAN 1.4 =)
http://codebase.mql4.com/4546
I recognized the code. Forex Grid Trader = FREE EA
FGT isn't the only Commercial Vendor who has sold this Free EA as their own.
Today I also noticed that Forex Hacked and Forex Envy have Identical Code Too.
Membro Desde Feb 09, 2012
4 postagens
Sep 14, 2012 at 06:10
Membro Desde Feb 09, 2012
4 postagens
ForexScam posted:
ILAN 1.4 =)
http://codebase.mql4.com/4546
I recognized the code. Forex Grid Trader = FREE EA
FGT isn't the only Commercial Vendor who has sold this Free EA as their own.
Today I also noticed that Forex Hacked and Forex Envy have Identical Code Too.
ForexScam, could you clarify the above for me:
Do you mean that Forex Hacked and Forex Envy are identical to each other (but different to FGT aka ILAN 1.4) OR that all three are based on ILAN 1.4?
If the former (ie. identical to each other, but different to FGT/ILAN 1.4) do you know what free EA these two are based upon?
Thanks
Membro Desde Feb 09, 2012
4 postagens
Sep 17, 2012 at 06:36
Membro Desde Feb 09, 2012
4 postagens
ForexScam has been blocked from here and asked me to pass on to those that are interested the following:
--------
From ForexScam email:
Ilan1.4 is FGT - and Forex Envy is an updated version of Forex Hacked.
forex hacked is from 2010 and the Forex envy crew added a few new features to the code and made it trade on M30 and ALL pairs. But the Code of the EA is the same.
---------
Regarding my own personal feelings, I am not all that unhappy with FGT for "copying" Ilan 1.4 and distributing as their own because I consider it a "marketing" expense. The fact remains that I would not have "discovered" FGT/Ilan 1.4 if they, FGT, had not brought to my attention, and thus I justify to myself the $99 price tag as a relatively fair price for these efforts. However, if they were charging a monthly fee for the product - like Forex Envy do - then I would be seriously unimpressed.
Finally I am glad that I have been made aware of it's source (thanks all those that brought this to light) as it now means that I now a lot more wary and will make sure that I lock away profits. Much like FGT are doing themselves here.
So all in all I have no hard feelings for FGT whatsoever. In fact - the occasional connection issue aside - I am very happy with the progress it has made for me to date! Let's hope it continues.
--------
From ForexScam email:
Ilan1.4 is FGT - and Forex Envy is an updated version of Forex Hacked.
forex hacked is from 2010 and the Forex envy crew added a few new features to the code and made it trade on M30 and ALL pairs. But the Code of the EA is the same.
---------
Regarding my own personal feelings, I am not all that unhappy with FGT for "copying" Ilan 1.4 and distributing as their own because I consider it a "marketing" expense. The fact remains that I would not have "discovered" FGT/Ilan 1.4 if they, FGT, had not brought to my attention, and thus I justify to myself the $99 price tag as a relatively fair price for these efforts. However, if they were charging a monthly fee for the product - like Forex Envy do - then I would be seriously unimpressed.
Finally I am glad that I have been made aware of it's source (thanks all those that brought this to light) as it now means that I now a lot more wary and will make sure that I lock away profits. Much like FGT are doing themselves here.
So all in all I have no hard feelings for FGT whatsoever. In fact - the occasional connection issue aside - I am very happy with the progress it has made for me to date! Let's hope it continues.
Membro Desde Jul 03, 2011
32 postagens
Sep 18, 2012 at 22:14
Membro Desde Jul 03, 2011
32 postagens
"Forex Grid Trader" could also be a copy of the free EA "Bunny". I'm not sure if "Ilan 1.4" or "Bunny" came first,. Anyway, for anyone interested, I've uploaded Bunny here...
[file removed due to trojan suspecion]
[file removed due to trojan suspecion]
Membro Desde Nov 17, 2010
5 postagens
Sep 19, 2012 at 17:32
Membro Desde Nov 17, 2010
5 postagens
Don't open this link, trojan is there!!
Discipline is the most important thing in trading
Membro Desde Nov 17, 2010
5 postagens
Sep 19, 2012 at 17:33
Membro Desde Nov 17, 2010
5 postagens
Capella posted:"Forex Grid Trader" could also be a copy of the free EA "Bunny". I'm not sure if "Ilan 1.4" or "Bunny" came first,. Anyway, for anyone interested, I've uploaded Bunny here...
http://www.2shared.com/file/GGnXfz5q/Bunny.html
trojan is there!
Discipline is the most important thing in trading

forex_trader_29148
Membro Desde Feb 11, 2011
1768 postagens
Sep 20, 2012 at 00:52
Membro Desde Feb 11, 2011
1768 postagens
fxtrotter posted:Capella posted:"Forex Grid Trader" could also be a copy of the free EA "Bunny". I'm not sure if "Ilan 1.4" or "Bunny" came first,. Anyway, for anyone interested, I've uploaded Bunny here...
http://www.2shared.com/file/GGnXfz5q/Bunny.html
trojan is there!
yes paranoia is there too😄

forex_trader_91126
Membro Desde Sep 12, 2012
4 postagens

forex_trader_29148
Membro Desde Feb 11, 2011
1768 postagens
Sep 21, 2012 at 14:09
Membro Desde Feb 11, 2011
1768 postagens
Capella posted:"Forex Grid Trader" could also be a copy of the free EA "Bunny". I'm not sure if "Ilan 1.4" or "Bunny" came first,. Anyway, for anyone interested, I've uploaded Bunny here...capella would you tell us what's in it?
http://www.2shared.com/file/GGnXfz5q/Bunny.html

forex_trader_29148
Membro Desde Feb 11, 2011
1768 postagens
Sep 21, 2012 at 16:13
(editado há Sep 21, 2012 at 16:17)
Membro Desde Feb 11, 2011
1768 postagens
so i don't see any problem there ,i think capella has been banned because of this ,i know capella since long time and he is a very correct dude ,i would ask the adm to put him back on the white list ,it seems unfair to me.
if you want to know if this file is infected or not just use this tool https://www.virustotal.com/
i did and found nothing wrong with that file
if you want to know if this file is infected or not just use this tool https://www.virustotal.com/
i did and found nothing wrong with that file
Membro Desde Aug 17, 2011
20 postagens
Oct 02, 2012 at 15:13
Membro Desde Aug 17, 2011
20 postagens
rhmj posted:
Its a grid trader EA open the order as soon u start the ea, one long and another short
[Mine just opens either sell or buy position , but never 2 opposite positions .....is some settings issues ? thanks ]
live and let die
Membro Desde Oct 08, 2011
3 postagens
Oct 27, 2012 at 19:27
Membro Desde Oct 08, 2011
3 postagens
well this is EA looks like a 100% copy from the russian algorythm BUG JYKI with the preset gbpusd 1min 5000.set (MAxCountOrders 15). I am using that russian EA since April 2012 and I have exactly the same results like the FGT team has. however this EA can generate a steady profit without a risk to loose your whole deposit. although I´d suggest a deposit of at least 30,000, with adding the currency pair EURUSD

forex_trader_12567
Membro Desde May 29, 2010
258 postagens
Oct 27, 2012 at 22:10
Membro Desde May 29, 2010
258 postagens
pelefx posted:
well this is EA looks like a 100% copy from the russian algorythm BUG JYKI with the preset gbpusd 1min 5000.set (MAxCountOrders 15). I am using that russian EA since April 2012 and I have exactly the same results like the FGT team has. however this EA can generate a steady profit without a risk to loose your whole deposit. although I´d suggest a deposit of at least 30,000, with adding the currency pair EURUSD
well it did steady profit but still you need a huge deposit that could be solved using cent account combined with big leverage (1:2000).
i'm curious with the developer, he used single pairs but the result is already doubled (compared with my Centfx)?
Membro Desde Apr 28, 2011
1 postagens
Nov 02, 2012 at 18:46
Membro Desde Apr 28, 2011
1 postagens
zyrt posted:
Cents
how about nano-cent , consult the website of the Broker i.e. "FXCLEARING"
$250 give you $25000 account
Membro Desde Mar 03, 2011
137 postagens
Nov 21, 2012 at 16:46
Membro Desde Mar 03, 2011
137 postagens
of course this account is cent one

*Não serão tolerados uso comercial ou spam. O não cumprimento desta regra poderá resultar na exclusão da conta.
Dica: Ao adicionar uma URL de imagem/youtube, você estará automaticamente incorporando-a à sua postagem!
Dica: Digite o símbolo @ para que o nome de um usuário que participe desta discussão seja completado automaticamente.