February 15, 2026
🚀 Improvements & New Features​
Trigger Logic & Validation​
We have overhauled the validation mechanisms for several triggers to offer more flexibility while ensuring configuration integrity:
-
Achieved Profit:
- Enhanced validation now allows creating multiple rules for the same Account Groups with different parameters (Profit %, Minimum equity, Account age, Severity).
- Added strict conflict detection: the system checks for individual account duplication between rules and verifies account group settings.
- Added value validation for specific fields (Profit %, Minimum equity, Account age) and improved error messages for easier diagnostics.
-
Swaps Free Accounts: Validation updated. You can now create multiple rules for the same account or account group, provided they do not overlap by symbols or symbol groups.
-
Large Volumes by Order: Introduced mandatory conflict validation. It is no longer possible to create multiple rules that overlap by symbols. The system checks against account groups and individual accounts to prevent duplicates.
-
Agent Commissions: Strict validation added. You can no longer create multiple rules for the same account or account group.
-
Rates Gaps: Creating empty rules is now prohibited. Rules can no longer overlap by symbols or symbol groups.
-
Change Spread by Volume (Supertrigger): Added validation for selected symbols.
-
Account Events: Added a new field, "Minimum number of locked positions," to the Detector of locked positions condition. This allows defining a threshold for generating notifications.
-
Net Dynamic Leverages: Added a new field for Tiered margin calculation mode in the settings.
-
Trader Activity: Added currency type and thousands separators to notification messages for better readability.
Widgets & Analytics​
- New "Trade Reason" Filter: This filter has been added to the following widgets:
- Aggregated Monthly Broker PnL
- PnL by Account Groups / Symbol Groups / Symbols
- Monthly Broker PnL
- Session Winners Losers
- Winners Losers by Period
- Current Session PnL Chart:
- All widgets previously named PnL by Trade Reasons have been renamed to Current Session PnL Chart.
- Visual improvements: The chart now displays the values of the last point for selected individual symbols.
API Updates​
- New Request:
RequestBonusAvailableForAccount— retrieves available bonuses. - New Request:
RequestSetAccountMaxLeverage— allows setting the maximum leverage for an account (used by the Leverage by Equity trigger). - Update: Added the Book field to the response of
RequestAccountsGroups. - General: Improved error handling in the Public API.
UI & UX​
- Quick Edit: You can now open trigger rule settings by double-clicking the rule name in the list.
- Directory/Symbols: Added Base Currency columns.
- Styles: Updated the "Add" button styles and logic; the button now includes the text "Add" and appears when hovering over a row.
🛠Fixes​
Core Logic & Trading​
- Change Spread by Volume: The trigger now correctly reverts the spread to its original value when volumes fall outside the rule's range.
- MT5 Platform: Fixed a bug where the account's Book was not updating when changing the account group.
- Account Events: The rules "Exceed floating profit" and "Exceed negative floating profit" now correctly calculate based on
UnrealizedProfitInUsd. - Dividends: When creating scheduled tasks for dividend accruals, the execution time is now rounded to minutes.
- Leverage by Equity: Fixed an issue that caused a flood of duplicate notifications when an account had low free margin.
Interface & Visuals​
- Symbol Net History: Charts now load with the correct (full) width and automatically adapt when the screen is resized.
- CSV Exports: Fixed an incorrect Book assignment for positions when exporting account trading history to CSV.
- CSV Imports: Details for Dividends adjustment now display correctly in the modal window.
- Account Information: Fixed a bug with tab display.
- Server Filter: The filter on pages now correctly updates available servers based on the current Mode.
- AccountGroups Filter: Now filters records based on the selected Book (A/B); displays all records for Book C. Applied presets automatically switch the tab to the Book where the preset was created.
- Related Profiles: Fixed search by CID.
- General:
- Fixed the delete button for requirements blocks in Account Events.
- Sound notifications no longer trigger when switching between rules with different Severity (sound only plays when the sound type changes).
- Correct redirection to the required Brokerpilot page via external link when not logged in.
RequestSetAccountMaxLeveragenow executes correctly in the Public API.