100 Cents Only (By Win2S)

The user has deleted this system.

100 Cents Only Discussion

Dec 05, 2011 at 16:11
11,740 Views
171 Replies
Member Since Aug 08, 2011   20 posts
Dec 13, 2011 at 13:37



Takes US customers

Attachments:

Member Since Dec 09, 2011   42 posts
Dec 13, 2011 at 14:26
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.
To live the life of the Professional Bum.
Member Since Jul 29, 2011   25 posts
Dec 13, 2011 at 14:34
I guess you can be in the USD and make financial transactions there without being a resident.
Member Since Jul 08, 2011   7 posts
Dec 13, 2011 at 14:43
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
Member Since Oct 18, 2011   13 posts
Dec 13, 2011 at 14:54

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. 😉
Member Since Sep 14, 2010   79 posts
Dec 13, 2011 at 16:50

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.
Member Since Aug 08, 2011   20 posts
Dec 14, 2011 at 01:17

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 Sep 14, 2010   79 posts
Dec 14, 2011 at 01:41
Of course we all need a revision of ilan v1.47 which is able to eliminate all previous bugs.
Just waiting for the man .......
Member Since Jul 08, 2011   7 posts
Dec 14, 2011 at 08:41
I noticed Ilan v1.48 is a lot safer and so far bug free ...

Just saying
Member Since Dec 09, 2011   42 posts
Dec 14, 2011 at 09:02
akmal, i notice you did some adjustments to your lot exponential. your positions aren't doublign anymore. what are you using?
To live the life of the Professional Bum.
Member Since Sep 14, 2010   79 posts
Dec 14, 2011 at 09:30
I just wait for the balance big enough.
You have a smart eyes.
Member Since Dec 09, 2011   42 posts
Dec 14, 2011 at 14:06
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?
To live the life of the Professional Bum.
Member Since Oct 06, 2009   32 posts
Dec 14, 2011 at 14:12
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
Fool me once, shame on you; fool me twice, shame on me.
Member Since Sep 14, 2010   79 posts
Dec 14, 2011 at 14:16

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.
Member Since Sep 14, 2010   79 posts
Dec 14, 2011 at 14:21

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.
ForexScam
forex_trader_32776
Member Since Mar 28, 2011   942 posts
Dec 14, 2011 at 17:28

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.
Member Since Sep 14, 2010   79 posts
Dec 14, 2011 at 17:44
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
Member Since Oct 06, 2009   32 posts
Dec 14, 2011 at 22:34 (edited Dec 14, 2011 at 22:57)
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
Fool me once, shame on you; fool me twice, shame on me.
Member Since Oct 06, 2009   32 posts
Dec 15, 2011 at 00:39
Akmal,
Sleep(5000); to Sleep(500); seems to help. There are 6 line of this code, not counting the line with "//" omitted code.
Fool me once, shame on you; fool me twice, shame on me.
Member Since Sep 14, 2010   79 posts
Dec 15, 2011 at 01:36

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.
Sign In / Sign Up to comment
You must be connected to Myfxbook in order to leave a comment
*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.