Skip to main content

Spread Widening

General Information​

This trigger is designed to help brokers monitor liquidity providers (LPs) by tracking spread widening for a specified symbol. It alerts the user when the spread exceeds a predefined threshold.


📌 You can find the Spread Widening trigger under:
Risk Management → Event Triggers

Spread Widening


Edit Settings​

Parameter NameDescription
Rule NameAssign a custom name to the rule.
ActiveToggle the rule on or off.
SeveritySet the importance level of the notification: Critical, Warning, or Notice.
Spread ThresholdSet the number of points that, when exceeded, will trigger a notification.
Ticks CountDefine the number of ticks within the specified time window that must exceed the threshold for a notification to be created.
Time Window (minutes)Defines the duration (from 1 to 60 minutes) during which the system tracks ticks that exceed the spread threshold. A notification is created only if the number of such ticks within the current window reaches or exceeds the Ticks Count value. Multiple threshold breaches within the same window do not generate additional notifications. A new notification can only be created when a new time window starts and the condition is met again.
Symbols GroupsSelect groups of symbols to monitor.
Included SymbolsSpecify individual symbols for monitoring.

Permissions​

MT4MT5
No specific permissions required.No specific permissions required.

Trigger Logic​

  1. The user configures the trigger rule, defining:

    • Spread threshold
    • Ticks count
    • Time window
    • Symbols to monitor
  2. Once activated, the trigger monitors spreads for the selected symbols.

  3. If the spread surpasses the threshold:

    • The system counts the number of exceeding ticks within the defined time window.
    • If the number of ticks ≥ configured Ticks Count, a notification is created.
    • No additional notifications will be generated until a new time window starts.

Example​

  • Spread threshold: 100 points
  • Ticks count: 2
  • Time window: 5 minutes

👉 If within 5 minutes the spread exceeds 100 points at least twice, a notification will be created.
If it continues to exceed within the same window, no new notification will appear.
A new notification may be generated when the next 5-minute window begins.