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 पोस्टों
Sep 06, 2012 at 10:21
तबसे मेंबर है Aug 17, 2011
20 पोस्टों
hi i am running this ea and i get ( NEXT LOT = 0.00 )
live and let die

forex_trader_29148
तबसे मेंबर है Feb 11, 2011
1768 पोस्टों
Sep 06, 2012 at 13:43
(एडिट हो रहा है Sep 06, 2012 at 13:44)
तबसे मेंबर है Feb 11, 2011
1768 पोस्टों
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

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.
तबसे मेंबर है Jul 03, 2011
32 पोस्टों
Sep 18, 2012 at 22:14
तबसे मेंबर है Jul 03, 2011
32 पोस्टों
"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]
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 02, 2012 at 15:13
तबसे मेंबर है Aug 17, 2011
20 पोस्टों
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
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 पोस्टों
Nov 21, 2012 at 16:46
तबसे मेंबर है Mar 03, 2011
137 पोस्टों
of course this account is cent one

*व्यवसायिक इस्तेमाल और स्पैम को ब्रदाश नहीं किया जाएगा, और इसका परिणाम खाता को बन्द करना भी हो सकता है.
टिप: किसी चित्र या यूट्यूब या URL को पोस्ट करने से वे अपने आप आपके पोस्ट में आजाएगा!
टिप: @ चिन्ह को टाइप करें उपभोगता के नाम को अपने आप करने के लिए जो इस चर्चा में भाग ले रहा है.