Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Thank you for sharing that script. I will try it out to see if it is what I am looking for. If not, no harm done...it will be yet another tool in the box. Right now I am using the one I have attached here. It works just fine. However, I was hoping to have all the options possible in a single script and I feel that the "CloseAll" script is perfect for this addition. Maybe CodersGuru might be able to oblige.
Again, thanks for sharing. It is most appreciated.
I have been trading fx for some time now with some good results. 'I'm trying to build an automated trading system, which I can use when playing with new strategies, If nothing else than just to back test different trading styles. For example, I want to back test cable on the hourly chart. Say I go long when the 20 moving average crosses the 50 with 100 pip stop and 150 pip target, I want to see how good that is over say 10 years,
Also, can this be done with custom indicators?? Is it simple to create?
Metatrader has a moving average crossover EA system built into it, you just have to view, "Stradegy Tester", change your variables and the dates and let it roll. The last one I've checked happenned to be a winner!
Can someone program this very simple EA ? Thankyou
Hi,
Can you please code for me a very simple EA, that won't take more than 10 minutes for an experienced programmer.
1. Opens either, a limit, Stop, or market order.( 3 options in external parameter )
2. Distance ( distance to open either stop or Limit order )
3. Stop Loss distance - (for example-10 )
4. Take profit distance - ( for example -5).
I believe it would work better if I can limit it to trade between different times, i know how to substitute other indicators for the ones in the form so it would be easy if I had an indicator called time.
Time custom indicator would simply have the current time and I can then easily specify a value it must or must not beat.
Another extremely simple "Indicator" would be current price, surley no explination is needs, it's just that current price is for no apparent good reason not a value the EA builder allows, if I had it I could say enter a trade if the price is greater or lesser than an MA.
I am sure there are other ways to do these things but the easiest for me would just be to have these 2 current indicators so if someone can see fit to making these 2 indicators I'd appreciate it.
G'day Barbs666 - if you look in the post above you will see a link to an online site where you can build an expert advisor without having to code, this is probably the best first step for someone new to metatrader or who is not necessarily a programmer. Hope that helps.
went to the site and built my first EA.... didnt work originally but I just removed the CLOSE BUY/SELL logics and it worked..... Only problem is it wont actually execute the trades just give alerts..... any ideas?