100 Cents Only (由 Win2S)
該使用者已經刪除了這個系統。
Edit Your Comment
100 Cents Only討論
會員從Dec 09, 2011開始
42帖子
Dec 13, 2011 at 14:26
會員從Dec 09, 2011開始
42帖子
that's funny. wonder why Q&A session says:
Our services are not offered to the resident of the Republic of Cyprus, State of Kuwait, The United States of America and in all other countries where you are required by local laws to trade ONLY with a regulated Foreign Currency Broker.
Our services are not offered to the resident of the Republic of Cyprus, State of Kuwait, The United States of America and in all other countries where you are required by local laws to trade ONLY with a regulated Foreign Currency Broker.
To live the life of the Professional Bum.
會員從Jul 08, 2011開始
7帖子
Dec 13, 2011 at 14:43
會員從Jul 08, 2011開始
7帖子
Hi guys,
Does anyone in here have a solution to the problem where Ilan at some point seems to hang? Not taking any more orders. Restarting MetaTrader solves it but that isn't the solution I'm looking for.
It must be something in the code ...
If there's someone out there with a solution, please let us know.
Kind regards and thanks in advance
Does anyone in here have a solution to the problem where Ilan at some point seems to hang? Not taking any more orders. Restarting MetaTrader solves it but that isn't the solution I'm looking for.
It must be something in the code ...
If there's someone out there with a solution, please let us know.
Kind regards and thanks in advance
Dec 13, 2011 at 14:54
會員從Oct 18, 2011開始
13帖子
forexpipmaker posted:
Jaydee, it seems figfx doesn't allow US citizens either. Anyone know any broker other than FXDD that allow hedging for US Citizens?
Try this : http://www.tradefort.com/?5ab139a
They offers a Cent account with USD5 welcome bonus. Great for trying your strategy with no funding.
Allow hedging and scalping. Moreover, no reqoute and low spreads. 😉
Dec 13, 2011 at 16:50
會員從Sep 14, 2010開始
79帖子
offride posted:
forexpipmaker posted:
Jaydee, it seems figfx doesn't allow US citizens either. Anyone know any broker other than FXDD that allow hedging for US Citizens?
Try this : http://www.tradefort.com/?5ab139a
They offers a Cent account with USD5 welcome bonus. Great for trying your strategy with no funding.
Allow hedging and scalping. Moreover, no reqoute and low spreads. 😉
Thank you very much, I have registered and got a 500 cents welcome bonus for this ea.
Dec 14, 2011 at 01:17
會員從Aug 08, 2011開始
20帖子
peterbracke posted:
Hi guys,
Does anyone in here have a solution to the problem where Ilan at some point seems to hang? Not taking any more orders. Restarting MetaTrader solves it but that isn't the solution I'm looking for.
It must be something in the code ...
If there's someone out there with a solution, please let us know.
Kind regards and thanks in advance
Anyone have a fix for this issue other then switching timeframes quickly? the does appear to be something wrong with the code, and several of us are having this problem. Perhaps it can only scalp on one chart/pair at a time?
會員從Jul 08, 2011開始
7帖子
會員從Dec 09, 2011開始
42帖子
會員從Dec 09, 2011開始
42帖子
Dec 14, 2011 at 14:06
會員從Dec 09, 2011開始
42帖子
Even so, better safe than sorry. I have alot of interest in martingale EAs. At the moment I'm using a low yielding martingale hybrid to pay off my home mortgage installments. Looking for something aggressive to use small money to make large returns with.
Do you ever use optImization Akmal? Or just experiment?
Do you ever use optImization Akmal? Or just experiment?
To live the life of the Professional Bum.
Dec 14, 2011 at 14:12
會員從Oct 06, 2009開始
32帖子
Akmal - Thanks for status and update. little tool you can use to stop the EA when equity reached target level
http://www.forexfactory.com/showthread.php?p=2621395#post2621395
http://www.forexfactory.com/showthread.php?p=2621395#post2621395
Fool me once, shame on you; fool me twice, shame on me.
Dec 14, 2011 at 14:16
會員從Sep 14, 2010開始
79帖子
forexpipmaker posted:
Even so, better safe than sorry. I have alot of interest in martingale EAs. At the moment I'm using a low yielding martingale hybrid to pay off my home mortgage installments. Looking for something aggressive to use small money to make large returns with.
Do you ever use optImization Akmal? Or just experiment?
I do not know what you really mean, but I think the answer is just experiment for optimization.
Dec 14, 2011 at 14:21
會員從Sep 14, 2010開始
79帖子
getting posted:
Akmal - Thanks for status and update. little tool you can use to stop the EA when equity reached target level
http://www.forexfactory.com/showthread.php?p=2621395#post2621395
Thanks for sharing. Actually in this ea, there is already prepared with:
UseEquityStop = FALSE;
TotalEquityRisk = 20.0;
But yours is more complete.

forex_trader_32776
會員從Mar 28, 2011開始
942帖子
Dec 14, 2011 at 17:28
會員從Mar 28, 2011開始
942帖子
Win2S posted:
Of course we all need a revision of ilan v1.47 which is able to eliminate all previous bugs.
Just waiting for the man .......
Attach the EA, and I'll check it out. I think I have ilan 1.4 - so many tweaked versions out there its' hard to tell who has what.
Dec 14, 2011 at 17:44
會員從Sep 14, 2010開始
79帖子
OK. Thanks in advance.
Here is the link of the code: http://ilan-forex.ru/wp-content/uploads/2011/06/Ilan-Trio-V1.47.mq4
Here is the link of the code: http://ilan-forex.ru/wp-content/uploads/2011/06/Ilan-Trio-V1.47.mq4
Dec 14, 2011 at 22:34
(已編輯Dec 14, 2011 at 22:57)
會員從Oct 06, 2009開始
32帖子
if (OrderSymbol() != Symbol() || OrderMagicNumber() != g_magic_176_15) continue;
if (OrderSymbol() == Symbol() && OrderMagicNumber() == g_magic_176_15)
im not a coder, but these two lines look kind of weird, and it's appear frequently throughout 1.47
if (OrderSymbol() == Symbol() && OrderMagicNumber() == g_magic_176_15)
im not a coder, but these two lines look kind of weird, and it's appear frequently throughout 1.47
Fool me once, shame on you; fool me twice, shame on me.
Dec 15, 2011 at 01:36
會員從Sep 14, 2010開始
79帖子
getting posted:
if (OrderSymbol() != Symbol() || OrderMagicNumber() != g_magic_176_15) continue;
if (OrderSymbol() == Symbol() && OrderMagicNumber() == g_magic_176_15)
im not a coder, but these two lines look kind of weird, and it's appear frequently throughout 1.47
These two lines are important in giving address of the ea. The question is how to make their appearance more effective and not cause any conflicts.

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