Forex & Multi-Asset Trading 6.0.7

27 August 2026

ADMIN-UITYPE-SAFETYI18NMAINTENANCE

Forex & Multi-Asset Trading v6.0.7

Release Date: August 27, 2026 Tags: ADMIN-UI, TYPE-SAFETY, I18N, MAINTENANCE

Overview

A typing pass over the ten forex admin tables, and nothing else. A cell that takes whatever the list endpoint returned and formats it without looking fails quietly. Every renderer now declares the fields it reads and checks them first.

Two small visual differences follow, and no figure moves: balances, equity, margin levels and profit-and-loss are formatted exactly as they were. This is a frontend release with no backend change and nothing to configure. Requires Core v6.7.2.

Update Instructions

pnpm updator

Ship the frontend build afterwards. There is no backend change, no database change and no configuration.


Changed

Admin tables check what the API handed them before formatting it

  • Changed every cell renderer across the ten forex admin tables — accounts, account groups, instruments, orders, positions, deals, news, execution rules and the two economic-calendar tables — to declare the fields it reads rather than accept anything the endpoint returns.
  • In the account-group and instrument tables, seven configuration columns — leverage, spread markup in pips, commission per lot, hedged margin rate, swap markup percent, swap long and swap short — now show a dash when the stored field is empty, where the cell used to be blank.
  • In the economic-calendar view dialog, the unit placeholder translates instead of reading English "None" in every language.
  • Treat this as a partial pass rather than a finished one. Eight of the ten tables still keep their own date formatter, and many cells still render whatever the API hands them without checking.