SPECIFICATIONS I would like an EA created with the following characteristics: EA filters: 2 Moving Averages indicators This EA needs to have the option to change some parameters (adaptation and optimizations) : - the value in percentage for fixed risk (Money management) - the time window of using EA. - the type of MA used for each (simple/exponential/smoothed/linear weighted) - the number of periods for each MA. - the minimal value in points which separate the 2 MA. - the value in points for the rapprochement between price and the short MA to open a position (zero for contact). - the Stop Loss value in points. - the Trailing Stop value in points. - the Final Goal (TS cancelled) value in points (see conditions to close positions in illustration 1, waiting a close candle in opposite sense of position) OR - a simple Take Profit (TS cancelled) with a value (modifiable too) in points. This EA will only have ONE position open per graph at a time and needs be able to resume operations if there was a power outage or market re-opening and needs to display when trades are excecuted. This EA needs to be able to work with any symbol and timeframe available on MT5 and be able to do both LONG and SHORT POSITIONS. This EA will only make trades based on current real time events. It does NOT trade using past market history or speculation. This EA will activate ontick for every tick and assess the parameters set to determine an action. Once a position is opened, the only action that can happen is to close that position based on the conditions described. Once a position is closed, the EA is in idle mode and will then open a position once the conditions described to open are met. An Expert advisor based on moving average with modifible parameters needed