# Chart tab

Main workspace for market analysis and trading.

### Workspace Components

#### Main Elements

* **Chart** — price dynamics display area
* **Order book** — book of buy and sell orders
* **Volumes** — trading volume data
* **Indicators** — information panels for trading situation analysis

#### Scales

* **Left scale** — percentage/price change
* **Bottom scale** — time scale
* **Right scale** — price scale / percentage

### Emergency Controls

Quick response buttons in the bottom panel:

* **Cancel all** — cancels all active orders
* **Panic** — closes open positions

### Chart Tab

* **Coin name** — displays current trading pair (e.g., BTCUSDT)
* **Order and position indicator** — shows status of active orders and open positions
* **Close button** — closes the chart tab

**Tab context menu** (right click):

* Chart focus lock — maintains tab focus when new charts are automatically opened
* Candlestick chart — opens current asset in candlestick chart mode
* Mixed chart — opens current asset in mixed chart mode
* TradingView — opens current asset in TradingView
* Close — closes current tab
* Close all except this — closes all other tabs in the workspace
* Close other charts — closes all chart tabs except current one in the workspace

### Trading Information

* **Balance display** — current balance of quoted asset
* **Trading settings** — dropdown menu for configuring:
  * Margin type — margin mode selection
  * Leverage — credit leverage adjustment
  * Position mode — position management parameters

### Chart Controls

* **Trailing** — automatic chart centering when new ticks appear
* **Start/Pause** — control real-time chart updates
* **Add alert** — create price notifications
* **Order history** — toggle order history display on chart

### Display Parameters

* **Chart mode** — data display method selection:
  * Tick chart — each tick in real time
  * Mixed — history in candles + new data in ticks
  * Candlestick timeframes — time intervals (1m, 5m, 1h, etc.)
* **Chart zoom** — increase and decrease chart price scale, also an autoscaling option

### Indicators

Indicator panel for trading situation analysis:

* **Profit indicator** — current trading result
* **Last deal** — data on last operation
* **Session total** — trading session statistics
* **Absolute delta** — shows price swing range as percentage from minimum to maximum for the period
* **Relative delta** — shows price movement direction as percentage from open to close of the period
* **Funding rate** — commission for holding a position
* **24h volume** — daily trading turnover
* **BvSv** — buy volume to sell volume ratio
* **Profiling** — debugging and analysis tool for algorithmic trading, shows how the trading algorithm works on the chart
* **Spot deviation** — difference from spot price

**Display width:**

* Compact — narrow indicator display
* Adaptive — automatic adjustment to area size

### Price Lines

Price level display settings on chart:

* **Last price** (gray line) — current asset price (depends on data source)
* **Tick price** (blue line) — price from "Ticker" data source
* **Mark price** (orange line) — calculated fair contract value (used for liquidation calculations)
* **Liquidation price** (red line) — critical level for positions

### Main Chart Parameters

* **Tick size** — display size of each tick on chart
* **Time scale** — time window for data display (default 5 minutes)

### Gap Between Chart and Order Book

* **Gap width:**
  * Pixels — fixed width in pixels
  * Percent — width as percentage of display area
  * Value — width in arbitrary units

### Order Book

* **Order book width:**
  * Pixels — fixed width in pixels
  * Percent — width as percentage of display area
* **Volume scaling:**
  * Relative — proportional volume display
  * Absolute — actual order sizes

### Order Book Scale

* **Display method:**
  * Grid — display order volumes by price levels
  * Volumes — focus only on large volumes on order book scale
* **Tag** — show numeric volume values

### Volumes

* **Display type:**
  * Overlay — bid and ask volumes overlay each other
  * Separate — bid and ask volumes displayed separately
* **Width** — volume bar size in pixels
* **Height** — volume area height in pixels
* **Tags** — label placement in volume area:
  * Left — labels on left side of area
  * Right — labels on right side of area

### Right Scale

* **Price** — display price values
* **Percent** — display as percentages
* **Tag** — value labels on scale
* **Bid/Ask tags** — display current buy and sell prices

### Left Scale

* **Price** — display price values
* **Percent** — display as percentages
* **Tag** — value labels on scale

### Order Form

* **Order form** — display order creation panel


---

# 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://guide.moontrader.com/en-moontrader-docs/interface-basics/chart-tab.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.
