> For the complete documentation index, see [llms.txt](https://easonwang.gitbook.io/finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easonwang.gitbook.io/finance/gu-shi-ji-shu-mian/bu-lin-tong-dao.md).

# 布林通道

## 布林通道 **Bollinger Bands，BBands**

### 解釋：

![](/files/-M0u4UaYuwXof8cn6bNv)

### 三條線的算法為：

![](/files/-M0u4Ua_hVG_Vs_TRmvr)

### 忘記統計學的標準差怎麼算嗎？標準差計算方法為

### ![](/files/-M0u4UabwHxXb0kDoUzE)所以

### ![](/files/-M0u4UadkOrGvKNQBIWU)

## 結論：

```
當 股價到低軌道時，進場做多，

等到股價觸碰到 高軌道時出場，反之亦然。 

所以 在兩個標準差之中，

依據上圖的常態分配，

股價會超出軌道機率大約只有0.046%
```

觀察股價是某超出布林通道的兩個區間可以進行操盤：

![](/files/-M0u4UafxukfjWYEv_sC)操作教學：<https://www.youtube.com/watch?v=cHchHnE5MJs>

> 個人認為波段買賣跟3ma, 5ma 交叉類似

<https://www.cmoney.tw/learn/course/technicals/topic/1216>

<http://estat.ncku.edu.tw/topic/desc_stat/base/std.html>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://easonwang.gitbook.io/finance/gu-shi-ji-shu-mian/bu-lin-tong-dao.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.
