Forex Grid Trader EA [FX Clearing] (de FxGridTraderEA)

El usuario ha borrado este sistema.

Discusión Forex Grid Trader EA [FX Clearing]

Apr 26, 2012 at 06:29
Vistas 36,065
383 Replies
Miembro desde May 26, 2012   posts 2
Sep 05, 2012 at 08:58
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
Miembro desde Sep 05, 2012   posts 1
Sep 05, 2012 at 10:36
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!
Miembro desde Aug 17, 2011   posts 20
Sep 06, 2012 at 10:21
hi i am running this ea and i get ( NEXT LOT = 0.00 )
live and let die
rob559
forex_trader_29148
Miembro desde Feb 11, 2011   posts 1768
Sep 06, 2012 at 13:43 (editado Sep 06, 2012 at 13:44)
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
Miembro desde Oct 02, 2011   posts 3
Sep 07, 2012 at 12:22
Question to owner of this system: Are you trading this live.?? Will you sharing real account info.??
ForexScam
forex_trader_32776
Miembro desde Mar 28, 2011   posts 942
Sep 11, 2012 at 08:47 (editado Sep 11, 2012 at 08:53)
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.
Miembro desde Feb 09, 2012   posts 4
Sep 14, 2012 at 06:10
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
Miembro desde Feb 09, 2012   posts 4
Sep 17, 2012 at 06:36
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.
Miembro desde Jul 03, 2011   posts 32
Sep 18, 2012 at 22:14
"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]
Miembro desde Nov 17, 2010   posts 5
Sep 19, 2012 at 17:32
Don't open this link, trojan is there!!
Discipline is the most important thing in trading
Miembro desde Nov 17, 2010   posts 5
Sep 19, 2012 at 17:33
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
rob559
forex_trader_29148
Miembro desde Feb 11, 2011   posts 1768
Sep 20, 2012 at 00:52
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😄
ceperasdff
forex_trader_91126
Miembro desde Sep 12, 2012   posts 4
Sep 20, 2012 at 20:19
it's trojan! my PC died!
rob559
forex_trader_29148
Miembro desde Feb 11, 2011   posts 1768
Sep 21, 2012 at 14:09
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
capella would you tell us what's in it?
rob559
forex_trader_29148
Miembro desde Feb 11, 2011   posts 1768
Sep 21, 2012 at 16:13 (editado Sep 21, 2012 at 16:17)
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
Miembro desde Aug 17, 2011   posts 20
Oct 02, 2012 at 15:13
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
Miembro desde Oct 08, 2011   posts 3
Oct 27, 2012 at 19:27
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
Miembro desde May 29, 2010   posts 258
Oct 27, 2012 at 22:10
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)?
Miembro desde Apr 28, 2011   posts 1
Nov 02, 2012 at 18:46
zyrt posted:
Cents


how about nano-cent , consult the website of the Broker i.e. "FXCLEARING"
$250 give you $25000 account
Miembro desde Mar 03, 2011   posts 137
Nov 21, 2012 at 16:46
of course this account is cent one
Conectarse / Inscribirse to comment
You must be connected to Myfxbook in order to leave a comment
*El uso comercial y el spam no serán tolerados y pueden resultar en el cierre de la cuenta.
Consejo: Al publicar una imagen o una URL de YouTube, ésta se integrará automáticamente en su mensaje!
Consejo: Escriba el signo @ para completar automáticamente un nombre de usuario que participa en esta discusión.