Short functional spec (what the EA will do) At a configurable time after midnight (server time) the EA will: Determine 5 horizontal price levels using indicator daily open + ADR Levels.(white center + 2 green above + 2 red below). Place four pending orders simultaneously: Buy limit at bottom green with TP at top green. Sell stop at top green with TP at bottom green. Sell stop at top red with TP at bottom red. Buy limit at bottom red with TP at top red. Each order will have optional Stop Loss. If an order is not triggered by the end of the day, the EA cancels it before placing the next day's orders. Configurable inputs: Time after midnight when trades are placed (hours/minutes). Lot size. Stop Loss option (Disabled / Points).