100 Cents Only (By Win2S)
The user has deleted this system.
Edit Your Comment
100 Cents Only Discussion
Dec 13, 2011 at 13:37
Member Since Aug 08, 2011
20 posts
Member Since Dec 09, 2011
42 posts
Dec 13, 2011 at 14:26
Member Since Dec 09, 2011
42 posts
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.
Member Since Jul 08, 2011
7 posts
Dec 13, 2011 at 14:43
Member Since Jul 08, 2011
7 posts
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
Member Since Oct 18, 2011
13 posts
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
Member Since Sep 14, 2010
79 posts
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
Member Since Aug 08, 2011
20 posts
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?
Member Since Jul 08, 2011
7 posts
Member Since Dec 09, 2011
42 posts
Member Since Dec 09, 2011
42 posts
Dec 14, 2011 at 14:06
Member Since Dec 09, 2011
42 posts
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
Member Since Oct 06, 2009
32 posts
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
Member Since Sep 14, 2010
79 posts
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
Member Since Sep 14, 2010
79 posts
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
Member Since Mar 28, 2011
942 posts
Dec 14, 2011 at 17:28
Member Since Mar 28, 2011
942 posts
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
Member Since Sep 14, 2010
79 posts
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
(edited Dec 14, 2011 at 22:57)
Member Since Oct 06, 2009
32 posts
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
Member Since Sep 14, 2010
79 posts
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.

*Commercial use and spam will not be tolerated, and may result in account termination.
Tip: Posting an image/youtube url will automatically embed it in your post!
Tip: Type the @ sign to auto complete a username participating in this discussion.