Hello developers, For this EA we are using the time in New York, so here we go: - We check at 0:00 New York time what the open price is of the current bar; - At 9:00 we check again what the open price is of the current bar; - When the current price at 9:00 is a certain percentage below the price at 0:00 we start a trade; - At 10:00 New York time we close the trade. Remember everything is biased on the time in New York, I don't live in the New York timezone. It also needs to work with summer and winter time changes and I want to be able to do backtests. I also would like to be able to change the times that it checks the prices and open or close the trade. The EA should have the following default options: - Moneymanagent - Lotsize - MaxSpread - TrailingStop - BreakEven - TakeProfit - StopLoss