# 籌碼函數

鑒於臺灣金融市場為淺碟市場，三大法人進出對指數走勢有十足的影響力，因此可以透過觀察盤後籌碼數據，來發掘是否有可以穩定獲利的交易策略。&#x20;

以往要取得盤後籌碼數據，需自行去期交所網頁下載數據並每日維護， 且在 Multicharts 中使用多 data 交易，對於交易開發及維護的便利性上有所滯礙。

透過 TOUCHANCE 的 GetChip 函數，可以直接在 PowerLanguage Editor 中直接呼叫\
籌碼數據使用，降低 Multicharts 資源佔用及提高開發彈性。

## 數據分析

&#x20;提供[三大法人、大額交易人的期貨選擇權籌碼](https://www.taifex.com.tw/cht/7/tradingVolume)資訊

## 長期回測

期貨與選擇權最長 10 年迄今的籌碼數據回補權限

## 整合函數

&#x20;整合為 [PowerLanguage](https://www.multicharts.com/trading-software/index.php/Category:PowerLanguage) 函數，匯入即可使用

## 代碼易懂

&#x20;使用參數即可取得的[三大法人與大額交易人交易量資訊](https://www.taifex.com.tw/cht/7/tradingVolume)

## 提高彈性

提高策略開發彈性，可搭配不同指標運算使用

## 不佔資源

&#x20;直接呼叫函數降低 [MultiCharts](https://www.multicharts.com/) 資源佔用


---

# 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://touchance-1.gitbook.io/touchance/multicharts/chou-ma-han-shu-1.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.
