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

Người dùng đã xóa hệ thống này.

Forex Grid Trader EA [FX Clearing]Thảo luận

Apr 26, 2012 at 06:29
36,065Lượt xem
383 Replies
Tham gia từ May 26, 2012   2bài viết
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
Tham gia từ Sep 05, 2012   1bài viết
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!
Tham gia từ Aug 17, 2011   20bài viết
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
Tham gia từ Feb 11, 2011   1768bài viết
Sep 06, 2012 at 13:43 (đã sửa 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
Tham gia từ Oct 02, 2011   3bài viết
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
Tham gia từ Mar 28, 2011   942bài viết
Sep 11, 2012 at 08:47 (đã sửa 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.
Tham gia từ Feb 09, 2012   4bài viết
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
Tham gia từ Feb 09, 2012   4bài viết
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.
Tham gia từ Jul 03, 2011   32bài viết
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]
Tham gia từ Nov 17, 2010   5bài viết
Sep 19, 2012 at 17:32
Don't open this link, trojan is there!!
Discipline is the most important thing in trading
Tham gia từ Nov 17, 2010   5bài viết
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
Tham gia từ Feb 11, 2011   1768bài viết
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
Tham gia từ Sep 12, 2012   4bài viết
Sep 20, 2012 at 20:19
it's trojan! my PC died!
rob559
forex_trader_29148
Tham gia từ Feb 11, 2011   1768bài viết
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
Tham gia từ Feb 11, 2011   1768bài viết
Sep 21, 2012 at 16:13 (đã sửa 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
Tham gia từ Aug 17, 2011   20bài viết
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
Tham gia từ Oct 08, 2011   3bài viết
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
Tham gia từ May 29, 2010   258bài viết
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)?
Tham gia từ Apr 28, 2011   1bài viết
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
Tham gia từ Mar 03, 2011   137bài viết
Nov 21, 2012 at 16:46
of course this account is cent one
Đăng nhập / Đăng ký to comment
You must be connected to Myfxbook in order to leave a comment
*Nghiêm cấm sử dụng cho mục đích thương mại và spam, nếu vi phạm có thể dẫn đến việc chấm dứt tài khoản.
Mẹo: Đăng ảnh/url youtube sẽ tự động được nhúng vào bài viết của bạn!
Mẹo: Dùng @ để tự động điền tên người dùng tham gia vào cuộc thảo luận này.