MT4 server plugin that skips swap charges until a position has stayed open for a configured number of days, with group and symbol masks and an optional manager account for negative swap payments.

The plugin to delay paying of swaps for a number of days.

Settings

  • number of days — how long swaps are delayed (integer)
  • swap account — manager account that will receive all payments with negative value. Can be zero (by default) to disable it.
  • groups masks — MT4 group masks like !demo*,*live* (default: *)
  • symbols — MT4 symbol masks like !USD*,*EUR* (default: *)

The formula is: if (datetime:now - trade:open_time) >= {number of days} then proceed with standard MT4 swaps. The plugin catches the OnMtSrvTradeRollover hook and decides there whether to skip or proceed with swaps.

Files can be downloaded from here.