- Search Crypto Craft
-
LongToBeFree replied Nov 19, 2008I love that we live in the age of the internet where we can zip messages around the world in seconds and, without which, the Forex market would not be possible, yet people insist on limiting themselves to a region. It's akin to shrugging your ...
Australian EA programmer wanted - will pay
-
LongToBeFree replied Nov 19, 2008Its not any different of a download. You just take it and put it in your Experts folder and use it.
Blind trading using sonics
-
LongToBeFree replied Nov 19, 2008Another possibility is that he is, literally, blind. Beeps would be the only way to "see" a chart. If that is the case, then I'm even more glad that I wrote this and would love to find other ways to help

Blind trading using sonics
-
LongToBeFree replied Nov 19, 2008Then don't do it tick-by-tick - you should set it so that it only fires when a new candle is open.
Trailing Stop Code?
-
LongToBeFree replied Nov 19, 2008Youre probably not getting replies because this isn't really in a format where a programmer can quickly understand it. In plain English, answer the following and someone might be able to help -How do you determine when to close a trade? -When do you ...
I wish for an breakout EA that will.....
-
LongToBeFree replied Nov 19, 2008Here you go. It's not bulletproof code but it will at least get you going in the right direction. void TrailingAlls(int trail) { if(trail==0) return; //---- double stopcrnt; double stopcal; int trade; int trades=OrdersTotal(); double profitcalc; ...
Trailing Stop Code?
-
LongToBeFree replied Nov 19, 2008This is now done - I've attached it here. Make sure that you choose VERY short sound files. Otherwise the sounds will "clash" with each other during volatile periods All WAV files should be in your MTsounds folder Enjoy!
Blind trading using sonics
-
LongToBeFree replied Nov 19, 2008Interesting request. I don't think that this will result in a profitable system or something else worthwhile, but I'll program it simply because it seems different. Just to make sure, you want it on *every* single pip for the pair? I'll post my ...
Blind trading using sonics
-
LongToBeFree replied Nov 19, 2008I disagree. The REAL key is: You know the trend, but do you know when to get in? I like Jacko's posts and I do believe that the trend is your friend, but he also talks about buying the dips and selling on the highs. From my demo trading using his ...
How to determine the Trend
-
LongToBeFree replied Nov 19, 2008you would have to make this apply to all your orders. If the EA doesnt create the order, then it can only manage everything in your order history and not specific trades. Would that still meet your needs?
Auto Take profit code?
-
LongToBeFree replied Nov 19, 2008It sounds like you're just looking to detect a new candle. That's better done with time //global datetime lastcheck; start() { if(lastcheck<Time[0]) { lastcheck=Time[0]; //do your thing } }
Code for closing all trades at new candle?
-
LongToBeFree replied Nov 17, 2008I don't think there is a way to do this natively. You might be able to do it with something like iOpen but that only gives you a certain number of bars and it sounds like you want to go back further than that. The only way I can think of is to ...
How to get an Open price at specific time?
-
LongToBeFree replied Nov 17, 2008Theres nothing OOTB that does this but you CAN write a function for it. Fortunately for you, I happen to have one

I use it as a part of my GoHan Scanner: url Basically, it scrolls through all the possible currency pairs and checks for a ...List all currency pairs?
-
LongToBeFree replied Nov 15, 2008you can do it by writing back & forth to a text file. One MT opens it, writes to it and then closes it. The other opens, reads it and closes it. The order of operations is important because you don't want to cause a conflict in the read/writes of ...
Global Variable question:
-
LongToBeFree replied Nov 14, 2008But how does this address the time element from the OP. I really don't think this can be done without an external interface of some kind.
Pending order with a twist
-
LongToBeFree replied Nov 14, 2008I really, REALLY hope that this is a typo

Price Action at Major Support or Resistence (Horizontal) - For Intraday Traders
-
LongToBeFree replied Nov 14, 2008You could try changing your hours and minutes to "0" - I dont think "00" is valid
Open several pairs at specific time
-
LongToBeFree replied Nov 14, 2008WELL DUH!
No one sets out to do that or wants to do that . . . that doesn't mean it wont happenWhat is the maximum number of lots that I can play with?
-
LongToBeFree replied Nov 13, 2008Interesting request. But, at first impression, I don't think it will be possible because you're asking for quite a few parameters/inputs that MQL just isn't great at handling. It would be difficult to set up multiple orders with multiple time-based ...
Pending order with a twist
-
LongToBeFree replied Nov 12, 2008Start a demo account with someone that offers the MetaTrader platform and you'll be set
Testing System Software