# Terminal Trade  (Eng)

## Manual Trading — User Guide

This guide covers all manual trading tools in the terminal — from placing orders and managing positions, to monitoring live PnL directly on the chart and reviewing your trade history.

***

### Trade Lifecycle — Start to Finish

```
┌─────────────────────────────────────────────────────────────────────┐
│                         BEFORE ENTRY                                │
│                                                                     │
│  Analyse chart  →  Pick direction (Long / Short)  →  Choose tool   │
│                                                                     │
│  ┌──────────────────┐  ┌─────────────────┐  ┌──────────────────┐  │
│  │  Trade Panel     │  │  Floating Bar   │  │  Quick Trade     │  │
│  │  Market + Limit  │  │  Market only    │  │  Market + Limit  │  │
│  │  + SL/TP upfront │  │  Fastest entry  │  │  Right-click     │  │
│  └────────┬─────────┘  └────────┬────────┘  └────────┬─────────┘  │
└───────────┼─────────────────────┼────────────────────┼────────────┘
            │                     │                    │
            └─────────────────────┴────────────────────┘
                                  │
                                  ▼
┌─────────────────────────────────────────────────────────────────────┐
│                        POSITION OPEN                                │
│                                                                     │
│  Entry line shows live PnL + ROE% directly on the chart            │
│                                                                     │
│  No SL/TP yet?                    SL/TP already set?               │
│  ↓                                ↓                                │
│  • Positions tab → Auto SL/TP     • Drag SL/TP lines on chart      │
│  • Trades & Orders → Generate     • Click price inline in Positions │
│  • Enter manually                 • Add more TP levels any time     │
│                                                                     │
│  Closing the trade:                                                 │
│  • Click × on Entry line  →  Close full position at Market         │
│  • TP hit  →  Partial close at each level per set %                │
│  • SL hit  →  Full close, loss realized                            │
└─────────────────────────────────────────────────────────────────────┘
                                  │
                                  ▼
┌─────────────────────────────────────────────────────────────────────┐
│                        AFTER CLOSE                                  │
│                                                                     │
│  History tab (Trade Panel)    Chart overlay (Trades & Orders)       │
│  • Full trade history list    • Entry/close/TP/SL dots on candles  │
│  • Win Rate, total PnL        • Visual review of each trade        │
│  • Filter 7/14/30/60/90 days  • Enable via Live orders + History   │
└─────────────────────────────────────────────────────────────────────┘
```

***

### Overview

There are **three ways** to enter a manual trade, each suited to a different situation:

| Tool               | Order Types    | SL/TP | Best For                               |
| ------------------ | -------------- | ----- | -------------------------------------- |
| Trade Panel        | Market + Limit | Yes   | Full control, pre-set SL/TP            |
| Floating Trade Bar | Market only    | No    | Fastest entry                          |
| Quick Trade Dialog | Market + Limit | No    | Limit at a specific price on the chart |

Once in a trade, manage your position through:

* **Chart Position Lines** — drag SL/TP directly on the chart, close with one click
* **Positions tab in the Trade Panel** — full detail view, add/edit SL/TP, close position

***

### Typical Trading Flows

#### Full-control entry (with SL/TP from the start)

```
Trade Panel
→ Select Long or Short
→ Select Market or Limit
→ Set leverage
→ Enter size (or use the % slider)
→ Set Stop Loss
→ Set Take Profit (1–6 levels) or click Auto
→ Click Buy/Long or Sell/Short
```

#### Fast market entry

```
Floating Trade Bar (floating on the chart)
→ Set leverage
→ Enter size or click 25 / 50 / 75 / 100%
→ Click Buy/Long or Sell/Short
→ Then go to Positions to add SL/TP
```

#### Limit order at a specific price on the chart

```
Right-click on the price axis at the target level
→ Quick Trade Dialog opens with price pre-filled
→ Check leverage, enter size
→ Click Buy/Long or Sell/Short
→ Limit line appears on the chart, waiting to fill
→ After fill, add SL/TP via Positions tab or drag lines on the chart
```

***

### Managing Open Positions

After entering a trade:

1. Watch **PnL and ROE%** on the Entry line directly on the chart — updates on every price tick.
2. **Drag the SL or TP line** up or down to move the price without opening any panel.
3. Go to the **Positions tab** to:
   * See all open positions and total PnL
   * Add a new TP level
   * Run Auto SL/TP on a running position
   * Edit SL/TP prices by clicking on the value inline
4. Click **×** on the Entry line on the chart (or **Close Position** in the panel) to close immediately at market price.

***

### Reviewing Closed Trades

* **History tab in the Trade Panel** — table view, filter by 7 / 14 / 30 / 60 / 90 days, shows Win Rate and total PnL.
* **Chart overlay** — entry, close, TP hit and SL hit markers drawn directly on the candles. Enable via the **Trades & Orders** indicator.

***

### Detailed Guides

1. Trade Panel — Main Order Panel
2. Floating Trade Bar
3. Quick Trade Dialog
4. Chart Position Lines
5. Trade History on the Chart
6. Displaying SL / TP on the Chart — Trades & Orders & Chart Settings
7. Auto SL / TP — Automatic Stop Loss & Take Profit

***

### Requirements

* Binance Futures account connected and verified in Settings.
* **Alf Master** plan to access the full manual trading feature set.


---

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