100 Cents Only (de Win2S)
El usuario ha borrado este sistema.
Edit Your Comment
Discusión 100 Cents Only
Dec 13, 2011 at 13:37
Miembro desde Aug 08, 2011
posts 20
Miembro desde Dec 09, 2011
posts 42
Dec 13, 2011 at 14:26
Miembro desde Dec 09, 2011
posts 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.
Miembro desde Jul 08, 2011
posts 7
Dec 13, 2011 at 14:43
Miembro desde Jul 08, 2011
posts 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
Miembro desde Oct 18, 2011
posts 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
Miembro desde Sep 14, 2010
posts 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
Miembro desde Aug 08, 2011
posts 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?
Miembro desde Jul 08, 2011
posts 7
Miembro desde Dec 09, 2011
posts 42
Miembro desde Dec 09, 2011
posts 42
Dec 14, 2011 at 14:06
Miembro desde Dec 09, 2011
posts 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
Miembro desde Oct 06, 2009
posts 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
Miembro desde Sep 14, 2010
posts 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
Miembro desde Sep 14, 2010
posts 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
Miembro desde Mar 28, 2011
posts 942
Dec 14, 2011 at 17:28
Miembro desde Mar 28, 2011
posts 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
Miembro desde Sep 14, 2010
posts 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
(editado Dec 14, 2011 at 22:57)
Miembro desde Oct 06, 2009
posts 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
Miembro desde Sep 14, 2010
posts 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.

*El uso comercial y el spam no serán tolerados y pueden resultar en el cierre de la cuenta.
Consejo: Al publicar una imagen o una URL de YouTube, ésta se integrará automáticamente en su mensaje!
Consejo: Escriba el signo @ para completar automáticamente un nombre de usuario que participa en esta discusión.