May 17, 2026
New Features
-
In-Page Session Trading Details: Session trading details for individual instruments are now accessible directly from the Account information page. Clicking on an instrument no longer redirects you to the Market Maker page; instead, it opens a modal window featuring a comprehensive new data table.

-
Notification Feed Filtering: Added new filtering settings for notifications in the header. You can now hide specific triggers from your notification feed or include automated events that do not require manual processing.

-
Rules-Based "Overdue Credits" Trigger: The Overdue Credits trigger has been transitioned to a rules-based system. You can now create multiple rules with distinct account groups and individual settings for automatic credit write-offs.
-
"Net Dynamic Leverage" Settings Preview: Added a preview feature for the Net Dynamic Leverage trigger. You can now quickly view the trigger's settings directly from the rules list without needing to open the edit mode.

-
Acuity Integration for Economic Calendar: Introduced Acuity as a new data source for the Economic News Calendar. Users can now choose between the legacy source (Investing) and Acuity. Custom news importance criteria can be configured for each source upon request.
Bug Fixes & System Improvements
UI & Navigation
- Notification Drawer Behavior: Fixed a bug where clicking on a different notification in the alerts list while a notification drawer was already open caused the drawer to close. The drawer now correctly updates its content to show the newly selected notification without reopening.
- Anti-Fraud UI Freeze: Fixed a UI freeze in Anti-fraud System → Agent Commissions when clicking "Update" on groups with a large number of excluded accounts.
- Account Modal: Fixed an issue that prevented the modal window for the Account information page from opening properly.
- Table Settings Retention: Resolved a bug where custom table settings on the page were not saved after navigating away from the Account information page.
- Net Summary Table: Fixed an issue with broken row nesting within the table on the Net Summary page.
- Current Session Page: Fixed an issue that occasionally caused the Current Session page to freeze.
- Default Trade History View: The default "History type" on the Trade history tab within the Account information page is now set to By Deals instead of By Closed Positions.
- Session Chart Timestamps: Fixed a time discrepancy bug displayed on Session charts.
Backend, Data & Performance Optimizations
- Infinite Loading Fix: Resolved an issue where the system would enter an endless loading state if the user lacked read permissions for logs.
- MT4 / MT5 Sync & Logic:
- Corrected the population of session data in Market Makers for MT4.
- Fixed incorrect calculation logic in the Agent Commissions MT5 trigger.
- Optimized CPU usage for dealing calculations in MT4.
- Significantly accelerated the loading of MT5 session deals by writing to a binary stream; loading speed is now limited only by your network bandwidth.
- Manager API & Server Stability: Enhanced the manager API connector with improved keep-alive interactions with the server. Additionally, the initial data loading sequence upon service startup has been optimized.
- Master Subscriptions: Improved master subscriptions by resolving multi-threading errors, significantly increasing the system's ability to handle heavy loads.
- SignalR Synchronization: Improved timeout handling for SignalR Master-Nodes hubs, resulting in highly stable connections through better synchronization.
- Database & Queue Management:
- Fixed an infinite loop issue in the database save queue for PnL chart history.
- Fixed a deadlock/blocking issue in the internal message queue pattern.