Forex Grid Trader EA [FX Clearing] (由 FxGridTraderEA)
該使用者已經刪除了這個系統。
Edit Your Comment
Forex Grid Trader EA [FX Clearing]討論
Sep 05, 2012 at 08:58
會員從May 26, 2012開始
2帖子
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
會員從Sep 05, 2012開始
1帖子
Sep 05, 2012 at 10:36
會員從Sep 05, 2012開始
1帖子
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!
會員從Aug 17, 2011開始
20帖子

forex_trader_32776
會員從Mar 28, 2011開始
942帖子
Sep 11, 2012 at 08:47
(已編輯Sep 11, 2012 at 08:53)
會員從Mar 28, 2011開始
942帖子
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.
Sep 14, 2012 at 06:10
會員從Feb 09, 2012開始
4帖子
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
Sep 17, 2012 at 06:36
會員從Feb 09, 2012開始
4帖子
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.
Sep 19, 2012 at 17:33
會員從Nov 17, 2010開始
5帖子
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
會員從Feb 11, 2011開始
1768帖子
Sep 20, 2012 at 00:52
會員從Feb 11, 2011開始
1768帖子
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_29148
會員從Feb 11, 2011開始
1768帖子
Sep 21, 2012 at 14:09
會員從Feb 11, 2011開始
1768帖子
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
會員從Feb 11, 2011開始
1768帖子
Sep 21, 2012 at 16:13
(已編輯Sep 21, 2012 at 16:17)
會員從Feb 11, 2011開始
1768帖子
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
會員從Aug 17, 2011開始
20帖子
Oct 27, 2012 at 19:27
會員從Oct 08, 2011開始
3帖子
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
會員從May 29, 2010開始
258帖子
Oct 27, 2012 at 22:10
會員從May 29, 2010開始
258帖子
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)?
會員從Mar 03, 2011開始
137帖子

*商業用途和垃圾郵件將不被容忍,並可能導致帳戶終止。
提示:發佈圖片/YouTube網址會自動嵌入到您的帖子中!
提示:鍵入@符號,自動完成參與此討論的用戶名。