# 股票术语.md

#### 内盘和外盘

* 内盘（Sell，S盘）指主动卖出成交的数量，股票在买入价成交，成交价为申买价，说明抛盘比较活跃，投资者不看好股票；
* 外盘（Buy，B盘）指主动买入的数量，股票在卖出价成交，成交价为申卖价，说明买盘比较积极，投资者看好股票。

#### 委比

衡量一段时间内买卖盘相对强度的指标，其计算公式为：

```
委比 = [(委买手数 - 委卖手数) / (委买手数 - 委卖手数)] * 100%
```

#### 量比

衡量相对成交量的指标。指股市开市后平均每分钟的成交量与过去5个交易日平均每分钟成交量之比。其计算公式为：

```
量比 = (现成交总数 / 现累计开市时间(分)) / 过去5日平均每分钟成交量
```

#### 买卖五档

指同一时间可以看到5个买盘价格和5个买盘价格。未成交的最低卖价就是卖一，未成交的最高买价就是买一，其余类推。如果你想买入股票，当你报价高于卖一，就可即时成交。


---

# 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://jun-wang.gitbook.io/readingbooks/li-cai/gu-piao-shu-yu.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.
