# Floating Trade Bar

## Floating Trade Bar

The Floating Trade Bar is a compact trading widget that sits directly on the chart. It is designed for **Market orders** when you need to get in or out as fast as possible — no need to open any side panel.

***

### Position and Moving

The bar appears in the top-left corner of the chart. You can **drag it** anywhere on the chart by holding the mouse on the center section (the size input area).

On **mobile**, the bar docks to the bottom of the screen and cannot be repositioned.

Click **×** on the right edge to close the bar.

***

### Layout

```
[ Buy/Long ]  [ Leverage | Size Input | Unit ]  [ Sell/Short ]  [ × ]
              [ Avbl: xxx USDT | 25% 50% 75% 100% ]
```

***

### 1. Buy/Long and Sell/Short Buttons

* **Buy/Long** (green) — enter a Long at market price
* **Sell/Short** (red) — enter a Short at market price

The price shown under each label is the live **Bid** (for Long) and **Ask** (for Short) — this is the price your order will actually fill at.

Both buttons only activate once you have entered a size.

***

### 2. Leverage

Click the **Nx** badge to open the leverage picker. Available levels are loaded from Binance for the current symbol.

Select the level you want; the picker closes automatically.

***

### 3. Size Input

Type your position size in the center input field.

**Units:**

* **USDT** — type the margin you are putting in. The system works out the coin amount based on leverage and current price.
* **Coin** — type the coin amount directly.

Click the unit button (e.g. `USDT` or `BTC`) to switch. When switching, the entered value converts automatically.

> Hover over the unit button (while a size is entered) to see a summary: margin, notional value, and coin equivalent.

***

### 4. Balance and Quick-Percent Buttons

The bottom row shows **Avbl** — your available balance in USDT.

When you **click into the size field**, four percent buttons appear next to the balance:

* **25%** — use 25% of available balance as margin
* **50%** — use 50%
* **75%** — use 75%
* **100%** — use all available balance

Click a button and the size field fills in automatically.

***

### How to Enter a Trade

1. Adjust leverage if needed.
2. Enter a size or click a % button.
3. Click **Buy/Long** or **Sell/Short**.
4. The Market order is sent immediately.

***

### Important Notes

* The Floating Trade Bar places **Market orders only**. For Limit orders use the Quick Trade Dialog or the Trade Panel.
* There is no SL/TP on this bar. After entering, open the **Positions** tab in the Trade Panel to add SL/TP.
* The bar only appears when your Binance account is connected.


---

# 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.mrd-indicators.com/terminal-trade-eng/floating-trade-bar.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.
