Job finished
Specification
I need a trading robot that is based on two customizable moving averages e.g Simple MA10 and Simple MA25 applied to close
The robot should be adaptable for all Time Frames, particularly M15 to H4
A long position should be open whenever the MA10 crosses the MA25 from the downside (bottom) of the candles, while a short position should be open whenever the MA10 crosses the MA25 from the upside (top) of the candles. (NOTE: there must be a significant gap between the candles and the point where the MAs cross over). In addition, before the opening of any trade (long or short) it must be confirmed with the same parameters listed above on a TF a step lower to the trading TF.
The robot must have a customizable Take profit and Stop loss in pips
The robot must also have money management features.
Trailing stop is highly desirable.
Lastly, the robot must have customizable lot size features.