Description
Most brokers charge three days of swap in a single night, because a position carried over a weekend settles three days of value. The night they choose is not always Wednesday, and it is not always the same for every symbol. It is usually the night you are least likely to be watching. This Expert Advisor tells you before the charge happens.
Before the rollover you can see which open positions are about to be charged the multi-day swap, what that charge is worth in your account currency per position, and how long is left before it applies. Rows are sorted with the biggest estimated cost at the top, and the positions that pay you to hold them sit at the bottom in green, so you do not close the wrong one for the wrong reason.
The numbers are estimates, and the panel says so every time. They are the broker’s own published swap values converted into your account currency. They do not include the spread you would pay to close and re-open, and no program can know in advance that a broker changes its schedule, applies a holiday multiple or runs a promotion.
Plain-language notes instead of codes. A swap-free symbol is shown as swap-free rather than as zero, because no charge existing and a charge that happens to be zero tonight are different facts. A symbol with no reliable estimate shows two dashes and a note explaining why, instead of inventing a number.
Shipped as an advisory tool with no live trading path at all: it never opens a position, never modifies a stop, target or volume, never closes anything, uses no DLL and never writes into the chart’s comment box. There is one optional switch that arms auto-close for qualifying positions inside the window, it is off by default, and turning it on writes an audit log of every close it performs. Your decision stays your decision.
It runs on a five-second timer, so it keeps updating with no ticks, no history download and no indicator, and every object it draws carries the chart’s ID and is removed when you take the EA off the chart.
The logic is proven by the Python test harness included with your download: 364 checks, all passing, covering the swap modes, the window and threshold logic, the estimate guards, the audit log and the panel layout.
Requirements: MetaTrader 5, build 3800 or newer. Works on any account and any symbols, whether or not you trade the chart it is on.
Your download contains the commented .mq5 source, the compiled .ex5, the Python test harness and the illustrated setup guide.






Reviews
There are no reviews yet.