# v5.2.4

* **Bybit linked TP/SL — cancel and amend fixed:** Cancelling a single leg of a linked TP/SL pair on Bybit (e.g. just the take-profit) now correctly removes only that leg via `setTradingStop`, instead of tearing down the entire trading-stop record and wiping both legs at once.
* **Bybit linked TP/SL — ghost orders removed after position close:** Synthetic TP/SL order lines that were previously left dangling on the chart after a position was closed or the linked order was removed are now cleaned up immediately.
* **DOM — limit orders allowed at crossed-spread prices:** Clicking a bid price above the best ask (or an ask price below the best bid) in the depth-of-market panel previously silently blocked order placement. That restriction has been removed; limit orders at any price now go through as expected.
* **Bitget inverse — chart order and position sizes no longer display as zero:** Sub-1 notional values on Bitget inverse contracts were being rounded to zero when rendered on chart order lines and position lines. The correct decimal precision is now passed through, so small sizes display accurately.
* **Hyperliquid deposit/withdraw — available balance now correct:** The "available to withdraw" figure now reads from the USDC perpetuals balance (previously it was looking for a USD balance that didn't exist, showing zero). The deposit panel also now refreshes automatically when a wallet address is connected or changed.
* **Condition builder — operator labels renamed to "Higher" / "Lower":** The `>` / `<` symbols in condition rows have been replaced with the words **HIGHER** (green) and **LOWER** (red) for clarity, both in the row editor and in condition summary text.
* **Order filter — multi-select categories now show correct counts:** The order status filter dropdown now correctly counts and displays orders per category when multiple statuses are selected simultaneously, and shows a "Custom (n)" label when a non-default combination is active.
* **Bybit USDC perpetuals — display name corrected:** Contracts such as `BTCPERP` (USDC-margined) now appear throughout the terminal as `BTCUSDC`, consistent with their USDT equivalents and with how they are labelled on the exchange.
* **Trollbox — username change now persists across complex orders:** Changing your display name via the Customizer now correctly updates the username used by complex orders, not just the chat session.
* **Blofin and Crypto.com logos updated:** Blofin logos have been refreshed across the app (dark/light variants, round icon upgraded to SVG). The Crypto.com logo on the landing page has been corrected and a proper light-theme variant added.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.insilicoterminal.com/documentation/changelog/v5.2.4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
