Moving Average Crossover May 16, 2023 Logic: Buy Condition: EA opens buy trade when 3EMA crosses above 50EMA Sell Condition: EA opens sell trade when 3EMA crosses below 50EMA Closing condition logic: When the EA is in a buy the EA will close the trade when the 3EMA touches the 21 EMA as it retraces downward. NOT CROSSES but touches the 21 EMA. When the EA is in a Sell the EA will close the trade when the 3EMA touches the 21 EMA as it retraces upwards. NOT CROSSES but touches the 21 EMA. 1)Add Breakeven after- true/false 2)Add Trailing Stop- true/false 3)And 3 Take Profits with percentages.