Nexus Copier Nexus Copier full manual on a single page
🧽

Tab: Daily Pending Cleanup ⭐ New v17.4

Cancel only your own unfilled pending orders at a fixed time each day

📌 What does this do?
At a fixed time every day, the EA cancels only the pending orders it placed that have not been triggered yet (Buy/Sell Limit and Buy/Sell Stop). Open positions are left untouched, and orders from other EAs or placed manually are never affected.

Typical use: your strategy places limit orders for an entry window. If those limits have not filled by a certain time, you want them cancelled automatically so you don't get a late, unwanted entry later in the day.
✅ Not the same as Daily Purge. Daily Purge (Close All) closes everything — open positions and pending orders, from any source. Daily Pending Cleanup only cancels this EA's unfilled pending orders and never touches open trades. You can use one, the other, or both.

Enable Daily Pending Cleanup

Default: false

Master switch. When enabled, the EA prints a confirmation line on startup showing exactly at what broker time the cleanup will run, so you can verify your timezone setting.

Cleanup Hour & Cleanup Minute

Default: 8 : 30

The time of day (hour 0–23 and minute 0–59) at which the cleanup runs. You enter this in your own reference time; the offset below converts it to the broker's clock.

Broker Time − Your Time (hours)

Default: 0

Same idea as in Daily Purge: MetaTrader runs on the broker's server time, so this tells the EA how many hours the broker is ahead of (or behind) the time you typed above. The value is broker time minus your time (broker 1 hour ahead → enter 1; broker 3 hours behind → enter -3).

✅ Worked example (client use case): Your provider posts entries as limit orders around 9:30 New York time. You want any limit that has not filled to be cancelled at 8:30 New York time. Set Cleanup Hour = 8, Minute = 30, and the offset that matches your broker, so the EA clears the leftover limits at exactly that moment — without touching trades that already opened.

☰ All chapters