# v5.1.2

* **Crypto.com exchange:** Crypto.com is now available as a live exchange. The API key setup form includes the required IP whitelist addresses for easy configuration.
* **Binance Portfolio Margin — algo/conditional orders:** Stop and conditional orders on Binance Portfolio Margin accounts have been migrated to Binance's new algo order endpoints. Order placement, cancellation, and real-time status updates (fills, triggers) now work correctly.
* **Binance coin-margined daily chart fix:** The daily candlestick chart for Binance COIN-M (delivery) pairs was loading bars from months in the past and never reaching the present. This is now fixed by respecting the exchange's 200-bar daily limit.
* **Ladder (Limit Scale) size distribution fix:** Price and size skew distribution was inverted when placing orders on the short side (sell ladder). Distribution now applies correctly for both long and short directions.
* **Stop order CLOSE behaviour fix:** Toggling CLOSE on a LIMIT STOP or MARKET STOP order now correctly syncs with REDUCE (both turn on and off together). The BUY/SELL button no longer requires a manual size entry when CLOSE is active, since size is derived from the position. The CLOSE option is also now hidden on exchanges/pairs that don't support it (spot pairs, Vertex/Nado, and exchanges that require an open position).
* **TP/SL amend slippage fix (Extended exchange):** When amending a take-profit or stop-loss on the Extended exchange, the slippage price was incorrectly calculated against the old trigger price. It now correctly uses the new trigger price.
* **AGGR toggle hidden in STALK mode:** The AGGRESSIVE toggle is now hidden when STALK mode is active, as the two options are mutually exclusive.
* **AUTO SIDE option removed from Limit Click form:** The AUTO SIDE dropdown has been removed from the Limit Click order form. BUY and SELL buttons handle side selection directly.
* **Pending orders now appear on chart:** LIMIT, SCALE, and other order types that have a price were incorrectly hidden from the chart while in "pending" state. Only order types with no fixed price (CHASE, STALK, MARKET) are now suppressed while pending.
* **"STOP LIMIT" label fix:** Stop-limit orders were labelled "STOP LIMIT TRIGGER" on chart order lines. The label is now "STOP LIMIT".
* **Liquidation price column:** Positions with no liquidation price now display "—" instead of a wojak image or "0". The cell is no longer styled as clickable in this state.
* **Position close menu tooltips:** Disabled close options (TWAP 1m/5m, Scale, Swarm) now display a tooltip explaining why they are unavailable, instead of silently doing nothing when clicked.
* **Orderbook M button fix:** The M (abbreviate sizes) toggle in the orderbook was unresponsive in certain cases. It now works reliably. Additionally, the automatic abbreviation (triggered by very large size values) now fires only once per contract load — manually toggling M off will no longer be overridden.
* **Pull stack meter flashing fix:** The orderbook pull stack meter was briefly flashing/resetting whenever unrelated settings were changed. It now only re-renders when the pull stack meter itself is active.
* **Extended exchange zero-balance fix:** Accounts on the Extended exchange with an unfunded balance no longer produce errors on load. A zero balance is returned correctly.
* **Order form cursor fix:** The base currency label in the order size field no longer displays a pointer cursor when it is not interactive.


---

# 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.1.2.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.
