September 05, 2026
Release version 3.63.0
✨ New Features & Enhancements
🛠 Backend & System
-
Trigger Rules Account Selection by Tags: Added a new method to select accounts in trigger rules using Account Tags. This can be combined with account groups using "AND" logic (e.g., an account must belong to a selected group and possess a specific tag).

-
CSV Job Dividends Update: Introduced a new optional 9th column (
Allow accrual in session) for dividend CSV imports. It acceptstrue/falseand1/0. Omitted columns default tofalse, ensuring backward compatibility with older 8-column files. Furthermore, column parsing errors now use 1-based indexing for better readability. -
A-Book Rule Import: You can now import previously exported settings directly into A-Book settings via a new
Importbutton. Rules are intelligently appended by account, group, and symbol without deleting existing configurations.
-
IP Control Exceptions: The IP Control trigger now fully supports exception definitions. Users can specify IP whitelists (individual, ranges, or CIDR) and toggle an option to automatically ignore Cloudflare CDN addresses.

-
User Logging on Rule Import: The system now logs the actual user's email/name when importing trigger rules, replacing the generic "system" actor in metadata and server logs.
-
Session Realized Positions Consistency: The
Commandcolumn for closed positions now accurately reflects the true direction (Buy/Sell) rather than displaying an ambiguous "Specific" value, maintaining consistency with historical data and CSV exports. -
Economic Calendar Architecture: Migrated the Economic Calendar from internal logic to a dedicated standalone microservice.
🖥 Frontend & UI
-
Bulk Tag Management: Introduced bulk account tagging on the
Accounts -> Tagspage using checkboxes and Shift+click. A new 'Tag accounts' button allows users to assign or remove tags across multiple accounts simultaneously. Filter improvements also allow exporting targeted lists based on these tags.
-
Sticky Table Headers: Implemented sticky headers in all AG Grid tables (e.g.,
Dealing Desk -> Net Summary). Headers remain visible while scrolling vertically through large datasets. -
Smart Economic Calendar Scrolling: The Economic Calendar widget in the application header now automatically scrolls to and centers on the most immediate upcoming event when opened.
-
Enhanced CSV Export for Balance Operations: CSV exports on the Balance Operations page are now context-aware. Exporting from the Accounts tab provides login/name/equity data, while exporting from the Operations tab provides operation data reflecting active filters.
-
Widget Management in Dashboards: Active widgets are now tagged with a badge in the "Add Widget" modal, enabling users to easily identify and remove them directly from the search bar.

-
Improved Dropdown Performance: Added virtual scrolling to multi-select dropdown menus, significantly improving interface responsiveness when handling large datasets.
-
Net Dynamic Leverage UX: Removed the deprecated "Operation mode" selector and "Apply account group margin rules" toggle from the Net Dynamic Leverage settings to streamline threshold configurations directly into leverage percentages.
🐛 Bug Fixes
Data & Display
- Fixed the
bp-symbol-detailstable rendering on theDirectory -> Symbolspage to display properly with standard column headers instead of an unformatted list. - Corrected a bug where the text color on the Current Top net volumes widget failed to update when switching between light and dark themes.
- Addressed an issue in the History tab (e.g., Bonuses) where pagination was returning incomplete page counts, causing records to be missing or duplicated.
- Fixed an issue where manual edits to the
New Swap LongandNew Swap Shortcolumns on theDealing Operations: Change swapspage were lost after previewing. Edits are now reliably saved alongside the job. - Corrected the tooltip text for Net Deposit in the Current Session page to accurately clarify that the amount includes "compensations".
Rules & Logic
- Added validation to prevent the creation of Change spread trigger rules with overlapping time periods for the exact same symbol.
- Removed hardcoded placeholder IPs that appeared when creating a new IP Control rule. The list now correctly defaults to empty.
- Fixed a desynchronization issue that caused rule links in alerts to become unclickable.
- Re-enabled the ability to copy logins and view client information directly from the notificaton on the notification top bar.
- The
Symbols Countsetting in the PnL by Symbols widget is now successfully configured independently of theCollect Symbol Suffixesstate.
Performance & Stability
- Resolved a frontend memory leak heavily affecting the Current Session and Dashboards pages.
- Improved rendering performance and load times for account cards on the
Current Session -> Winners & Loserspage. - Fixed console errors triggered by clicking the Logins column field in the Agent Commissions view.
- Fixed a bug preventing table sorting preferences by Absolute Value (ABS) from persisting across page reloads.
- Fixed an issue where custom Notice notification colors were not saving in the User Profile.