For the complete documentation index, see llms.txt. This page is also available as Markdown.

Version 7.2

New Features

Exchange and mode support

1

Hyperliquid Exchange Support

Support for the Hyperliquid DEX exchange has been added. The terminal supports a single connection and fast seed phrase authentication.

2

AsterDEX Exchange Support

Added support for the decentralized exchange AsterDEX with full trading functionality on Spot and Futures (V2) markets.

3

Upbit Exchange — View-Only Mode

Implemented market data retrieval from the South Korean exchange Upbit via public API. The terminal receives real-time quotes, order book data, and trade information in view-only mode.

4

View-Only Mode

Introduced a no-authentication view-only mode. Exchange connectors can now be launched without API keys, using public WebSocket and REST APIs.

5

Exchange Display Priority Setting

A new Exchange Order tab has been added to the Symbol Manager (Settings → Symbols Manager). You can now customize the order of exchanges displayed in the ticker search and the quick switch menu between exchanges for the same ticker (by clicking the exchange icon in the tab).

Graph

1

Chart Roulette — volume in quote сurrency

A volume field in quote currency has been added to the Ruler object on the chart. This can be activated in the object settings by checking the Volume $ checkbox.

DOM

1

Mark Price Indicator in the Order Book

Added the Mark Price indicator to the trade tape area of the order book. For futures instruments, the indicator shows the exchange’s mark price used for liquidation and funding calculations, as well as its percentage deviation from the current price (Mark vs Last Price).

Where to enable: DOM Settings → DOM → Mark Price Delta

2

Spot/Futures Correlation Indicator

Added a new indicator to track price divergence between spot and futures markets. Helps visually identify dis-correlation moments and spot arbitrage opportunities or potential trend reversal signals.

Where to enable: DOM Settings → DOM → S/F correlation indicator

3

Liquidity Measurement from Spread in DOM Ruler

Added a new liquidity measurement mode to the DOM Ruler, relative to the current spread. Allows quick evaluation of order volume at a given distance from best bid/ask prices, useful for depth analysis and low-slippage entry planning. Two modes are available: Base Currency and Quote Currency.

Where to enable: DOM Settings → DOM → Ruler → Quote Volume / Base Volume

4

Order Book Activity Indicator

Added a trading activity indicator to the graphical area of the order book. Displays the number of trades within a configurable time window (default: 5 seconds), allowing quick liquidity assessment. The indicator is displayed near the Spot/Futures dis-correlation indicator.

Where to enable: DOM Settings → DOM → DOM Activity Indicator

General settings and trading panel

1

Terminal Announcements and Updates Widget

A unified notification center for announcements and terminal versions has been implemented. The bell icon in the terminal header displays a counter of unread messages, color-coded by importance. When a new announcement appears, a window with details opens automatically. "Announcement History" and "Terminal Versions" tabs have been added, featuring change descriptions, clickable links, and the ability to update or roll back to the previous version directly from the widget.

2

Current Leverage Display in Trading Panel

Added a read-only “Current Leverage” field below the Leverage input in the trading panel. Displays the actual leverage value set on the exchange and updates automatically on changes, terminal startup, and exchange switching.

3

Extended Order Size Calculation Logic in % of Deposit

The percentage-based lot size widget now supports flexible configuration of calculation base and leverage handling:

  • Calculation Base — choose between total balance or available margin

  • Leverage Handling — option to include or exclude leverage in the calculation formula

New options are located in: Settings → General Settings → Trading.

Settings are saved per account. Validation before order placement has been added when calculating from balance.

4

Simultaneous Opening of Spot and Futures via Open ticker on all exchanges

Improved the “Open ticker on all exchanges” feature. The function now automatically opens order books and charts for all available market types — both Spot and Futures. The layout was also updated, allowing simultaneous height adjustment for all order books and charts.

5

Protective Strategies in $ and % of Deposit

Extended protective strategy parameters. Stop-Loss and Take-Profit can now be specified not only in price steps and percentages from entry price, but also in fixed PnL values ($) and as a percentage of deposit (% ROI). The same logic applies to trailing parameters.

6

Redesigned Instrument Search Menu with Advanced Filters

Completely redesigned the instrument selection menu based on the Figma design. Added three new filters for fast instrument discovery:

  • Market Type — filter by available market types (Spot, Futures, Margin, Indices) with multi-select

  • Currency — filter by quote currencies with multi-select

  • Exchange — filter by connected exchanges with multi-select

Active filters are displayed above the search field. Filter presets are saved within the workspace.

Improvements

Exchange and mode support

1

Binance USDT-M: Migration of Conditional Orders to New Algo Service

Integrated support for Binance’s new Algo Service for conditional orders (STOP_MARKET, TAKE_PROFIT_MARKET, STOP, TAKE_PROFIT). Updated REST API endpoints and WebSocket User Data Stream handling for ALGO_UPDATE events.

2

Binance — updated WebSocket architecture for Binance Futures.

Streams are divided into categories: Public, Market, Private. Automatic routing of data to the appropriate endpoints is implemented. Within the new Binance API, in some cases you may observe a mismatch between the spread and the trade feed. We have shared this feedback with the Binance team and expect improvements on their side.

3

OKX: WebSocket Connection Stability During Trading

Internal optimization of connections to the OKX exchange has been completed. The changes affect the instrument identifier (instID) transmission format and are aimed at improving the stability of real-time trading data. This reduces the likelihood of technical failures and connection interruptions during active trading via WebSocket.

4

Bulk Order Cancellation on TigerX

Added support for bulk order cancellation on TigerX. Multiple orders can now be canceled in a single request, improving speed and reducing API load in critical situations.

5

Binance WebSocket Optimization

Further optimized Binance WebSocket connections. Improved data stream processing, reduced network load, and increased stability during high-frequency trading.

6

Broker Risk Manager Trade Lock Handling

The terminal now automatically processes trade lock commands from the broker’s risk management system. Trading is instantly blocked upon receiving risk limit or violation signals, with user notification.

7

Updated Exchange List in Quick Switch Menu

Reworked the exchange list and display order in the quick connector switch menu. Updated the list of active exchanges and improved sorting logic for faster access.

8

Binance — Conditional Order Rejection Handling

Added handling for Binance’s CONDITIONAL_ORDER_TRIGGER_REJECT event. The terminal now correctly processes rejected conditional order activations and notifies the user.

9

Bitget Futures — Correct Margin Mapping

Fixed mapping of balance, available margin, and locked funds for Bitget Futures. Account parameters are now displayed correctly via REST API and WebSocket updates.

10

Extended TigerX Server List

Expanded the list of available servers for TigerX connections, improving connection stability.

11

Automatic Authorization Server Selection

Improved the automatic server selection logic. The terminal now checks server availability before connecting and selects the first available one, avoiding regional blocking and routing issues.

12

Watchlist / Screener — subscription optimization

The terminal now unsubscribes from data streams for hidden table columns and resubscribes when they are added. Network load has been reduced and performance has been improved.

13

AsterDEX Futures v3 — correct balance display

Navigation from the /fapi/v3/balance endpoint to /fapi/v3/account to obtain unified futures account balances. The balance is now displayed as a single collateral in USDT with the correct field mapping: totalWalletBalance → Balance, availableBalance → Free Margin.

14

AsterDEX — information about supported networks

Information about supported blockchain networks has been added to the AsterDEX connector connection window.

Graph

1

Mark Price Indicator Color Customization

Added a separate color setting for the Mark Price indicator in Themes Manager → Graph → Mark Price Delta Normal Color. The color is now independent from the global Text Color setting.

DOM

1

Order Book Autoscale — Configurable Search Range

Added a parameter to control the number of price levels from the spread used for order book autoscaling. Limits volume density search to nearby levels, improving responsiveness and solving large-volume filter issues.

Where to configure: DOM Settings → DOM → DOM autoscale depth (price levels)

2

DOM — Grid Line Display Settings

Added the Grid Behind DOM setting (Settings → General Settings → DOM). When disabled, grid lines are not displayed behind the order book scales, improving the readability of price levels in custom themes.

3

OKX: Deep Order Book (Level 2) with 5,000 Levels

We've added support for a full order book on the OKX exchange. The trading terminal now displays up to 5,000 price levels in the order book, providing traders with the most comprehensive liquidity picture possible for making more informed trading decisions.

4

DOM / Indicator: DOM Activity Indicator Label

Added a text label for the DOM activity indicator directly to the DOM. This allows for quick identification of the indicator among other interface elements and simplifies workspace customization.

General settings and trading panel

1

Instrument Search Improvements

Added exchange logos to the new instrument search for faster visual identification. Improved font readability. Added a context menu allowing users to open the order book, chart, or open the ticker across all exchanges.

2

Percentage Lot Rounding to 2 Decimals

The lot size widget and volume presets now support up to two decimal places (e.g., 0.25%, 1.50%) for more precise position sizing.

3

Increased Minimum Log Retention Depth

Improved the log recording algorithm and added a dedicated setting to control log retention depth.

Where to configure: Settings → General Settings → Other → Log retention depth (days)

4

Bulk Closing of Clock Widgets

Added a context menu to the clock icon in the main window title bar. Right-click allows closing all open clock widgets at once.

5

SL/TP Order Marking

Restored visual marking for server-side Stop-Loss and Take-Profit orders. Server orders can again be easily distinguished from local ones via special indicators in the interface.

6

Server-Side SL/TP Enabled by Default

“Server SL” and “Server TP” options are now enabled by default on clean installations, providing improved reliability for new users.

7

Clock Widget — Adaptive Icon Size

The clock widget icon now automatically scales according to the “Icon Height” setting in the terminal’s main settings.

8

Default Signal Level Settings

Updated default settings for local signal levels. On clean installation, sound alerts, pop-up notifications, and logging are enabled by default.

9

Default Ticker Switching Mode Changed

The “Ticker switching in all tables” setting (Settings → General Settings → Tables) now defaults to “Single Click” instead of “Double Click” for faster instrument switching.

Fixes

  • Gate.io Spot — Stop Order Placement

Fixed an issue with stop order placement on Gate.io Spot. Orders are now placed and processed correctly.

  • Notifications — Always-on-Top Display

Fixed incorrect behavior of the “Display on top of all windows” setting for system notifications.

  • Charts — PNG Export

Fixed an issue with exporting charts to PNG. Images are now saved correctly without artifacts.

  • Quotes — UI Freeze on Keyboard Scrolling

Fixed a freeze issue in the Watchlist when rapidly scrolling instruments using arrow keys.

  • Exchanges — Incorrect Instrument Opening with Suffixes

Fixed incorrect ticker opening when using pinned exchange and market type for instruments with name suffixes.

  • Security Lock — Overlay After Alt+Tab

Fixed an issue where the Security Lock overlay remained visible after unlocking the terminal via Alt+Tab or Win+Tab.

  • Binance Futures — Server SL/TP Sync Between Windows and macOS

Fixed an issue where server-side SL/TP moved via macOS were not displayed in the Windows terminal. Orders now synchronize correctly across platforms.

  • Chart — Order Volume Display with Mouse Trading

Fixed incorrect order volume display when mouse trading was enabled on charts. The actual order volume is now shown instead of “1 × price”.

  • Bybit — Order Book Density Disappearance

Fixed an issue where order book density histograms disappeared when placing or canceling limit orders. The issue was caused by double order book subscriptions and affected both Spot and Futures markets.

  • Smart Tape — Large Number Abbreviation

Fixed an issue where the “Abbreviate large numbers” setting was not applied to the trade tape. Large values are now displayed correctly.

  • Favorite Instruments — Input Focus

Fixed missing text cursor focus when adding instruments to Favorites. Ticker input is now immediately available.

  • Bybit Futures — Commission Display in Positions Table

Fixed an issue where futures commission was not displayed in the Positions table and caused repeated ErrorLog entries. Commissions are now shown correctly for all account types (UTA / Classic).

  • Crash on Bulk Server Alert Cancellation

Fixed a crash occurring when canceling or triggering a large number of server-side alert levels simultaneously.

  • Lot Widget — “Negative Order Volume” Error

Fixed an issue when selecting percentage-based volume for certain instruments and custom templates.

  • Binance — Server SL/TP Indicator Delay

Fixed a significant delay in displaying confirmation indicators (asterisks) after sending server-side orders.

  • Gate.io Futures — Negative Balances

Fixed balance handling issues that prevented protective strategies from functioning correctly.

  • Bybit Demo Trading — Zero Commission

Added commission mapping for demo accounts. Commissions are now displayed correctly.

  • Statistics — Commission Display

Fixed commission display in the Statistics window.

  • Smart Tape — Alerts in Quote Currency

Fixed sound and pop-up alerts when displaying volumes in quote currency.

  • Charts — Server Alert Hotkeys

Fixed hotkey handling for server alerts in charts when duplicate symbols were present.

  • Order Book/Chart Settings — Persistence After “Open on All Exchanges”

Fixed saving of chart and order book settings opened via “Open ticker on all exchanges” after terminal restart.

  • Binance Algo Orders — State and Execution Handling

Fixed processing of algorithmic order states and executions on Binance Futures.

  • Hyperliquid — Order price rounding

Fixed the "Price must be divisible by tick size" error when placing TP and market orders on instruments with non-standard price increments;

  • Hyperliquid / AsterDex — Seed phrase input

Fixed an issue where seed phrase words would merge when manually entered without copying.

Last updated