- Search Crypto Craft
-
luxinterior replied Sep 18, 2008Take a look over at forex-tsd as they have quite a thriving EA community. Search here ofcourse too
Luxhow to work with EA and see results
-
luxinterior replied Sep 16, 2008If you look in your scripts folder there's a script called 'trade' that will place an order. If you open in it metaeditor and then use the help file to look at the OrderSend() function you should be able to figure out how to add a SL and TP ...
want an ea to put on a trade.
-
luxinterior replied Sep 4, 2008Why not simply keep it at a mini and not trade $10 pips. Your bankroll is a bit low for that. Even a moderate stop, say 25 pips, means 10% risk. Good luck Lux
Am i under under-capitalized?
-
luxinterior replied Aug 28, 2008You would use separate "Magic Numbers". Just assign a unique one to each instance. Your EA should have an external variable that you can set the Magic Number but if not you should just add one then put that variable in the OrderSend function. Take a ...
How do I allow multiple EAs on the same acct?
-
luxinterior replied Aug 23, 2008Why not just throw one of the many MA cross indicators on your charts as well? No need to modify anything then and you'll be getting the same results. Lux
Can anyone modify QQE like this?
-
luxinterior replied Aug 23, 2008What do you mean 'not nice'? That's VERY sound advice and pretty obvious to most people. All EA's can be quite easily decompiled and the ONLY way to protect your work is to not share it. Lux
Unlocking EA source code
-
luxinterior replied Aug 23, 2008All good advice above but as has been stated without even the name of the EA you're using it's going to be impossible to offer any help or advice. What's the EA? Lux
Newbie question abaut EA
-
luxinterior replied Aug 23, 2008This sounds exactly like the 'Trend Me Leave Me' EA that is freely available on the Net. Lux
Trendline EA
-
luxinterior replied Aug 23, 2008Water House Capital (WHC) - Google it.
LuxKnow any metatrader 4 Broker that offer aud/jpy?
-
luxinterior replied Aug 16, 2008A simple MA cross EA. Not too hard to write at all and there's many examples already on the forum. The link in my sig takes you through the process in a very easy to follow manner. Give it a go. Hope that helps. Lux
Need an EA for a simple system
-
luxinterior replied Jul 10, 2008What do you need the array for? Surely you can just use the iCustom and check the appropriate buffer. Lux
Help programming an expert
-
luxinterior replied Jul 6, 2008The ManageTP as has been suggested will do the trick. Also search for SwissArmy The search tool is your friend. Good luck LUx
Script wanted
-
luxinterior replied Jul 1, 2008On first glance at that question I just thought it was a novice question which is totally fine. But when I re-read it...let's just say the advice you've been given above is the best you're going to EVER get at this precise moment in your Forex ...
stop loss / take profit questions
-
luxinterior replied Jul 1, 2008I just put this together quickly for you. It's a script so put it into your experts/scripts folder, close and re-open MT4 and just double click it when you want to close all the pending orders. You can turn it into an EA if you wish by using ...
EA for closing all pending orders
-
luxinterior replied Jul 1, 2008A very nice overview there Dave, well done! NN is a pretty interesting field in itself and "Better", the guy who won the championship, is proof of that. I think a lot of newbies followed his progress and then mistakenly think they can emulate it. ...
experience with expert advisors?
-
luxinterior replied Jun 26, 2008Please use the [php] formatting tags to post code. What you have posted is impossible to decipher. Lux
Code MQL4 Help
-
luxinterior replied Jun 25, 2008Nice work and thanks for crediting me. You'd be surprised how many people don't offer such a common courtesy. If any of you are familiar with the "work" of a certain TRO!
LuxThe DIBS Method... No Free Lunch continues
-
luxinterior replied Jun 23, 2008I've not traded this method for a while but I thought some people might find the last version of the indicator I was using useful. I think the only difference to the ones I've already posted is this one shows the weekly opening. Hope it helps. Lux ...
The DIBS Method... No Free Lunch continues
-
luxinterior replied Jun 22, 2008You could do both acutally. A script or an EA the difference is negligable. It's a relatively simple task to code if you know a little bit about coding. Good luck Lux
Script or EA?