I need a simple Expert Advisor to be built for Demo and Live Trading using Metatrader 4.
The strategy consists of a single standard indicator. The EA will need to Open a trade when the closing price of a bar meets the indicator condition and then close the trade and open another trade in the opposite direction when the closing price meets the indicator condition. The EA should also be able to decide the position size of each trade opened based on a simple % Risk calculation and also add a set stop loss. Finally I would like to be able to specify different hours of the day I wish the EA to trade and be able to use the EA on any timeframe. I believe this is a relatively simple EA for an experienced EA programmer