> For the complete documentation index, see [llms.txt](https://touchance-1.gitbook.io/touchance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://touchance-1.gitbook.io/touchance/multicharts/hang-qing-chuan-jie.md).

# 行情串接

## 匯入商品檔

1.請從官網下載 **TOUCHANCE 資訊源 QuoteManager 商品檔 ( 國內外期貨熱門月 )**

* <https://www.touchance.com.tw/downloads>

2.匯入商品檔

![](/files/-Ll0TeOoUlTao8Xf6qhU)

## 手動新增 TOUCHANCE 商品報價

開啟 QuoteManager，點選「Instrument」→「Add Symbol」→\
「From Data Source」→「TOUCHANCE」\
輸入代碼關鍵字搜尋商品， 例如 TXF

<figure><img src="/files/U2Efarraw3xrd9z01gS1" alt=""><figcaption></figcaption></figure>

### **商品清單**

&#x20;MultiCharts 接收 TOUCHANCE 商品報價

確認接收報價的商品已匯入QuoteManager

<figure><img src="/files/dwJjV222uWOYMvU8nTPo" alt=""><figcaption></figcaption></figure>

開啟 MultiCharts，點選「File」→「New」→「Chart Window」Data Source ，\
選「TOUCHANCE」，選擇欲開啟的商品後點選「確定」，\
報價串接完成後即可接收商品報價。

<figure><img src="/files/rfM5GV60RSb8LlCMLqma" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
按「Ctrl+R」圖表上方會顯示「Reloading...」，可回補歷史資料
{% endhint %}

{% hint style="info" %}
TOUCHANCE 提供資料回補的長度\
Tick 30 天，分 K、日 K 365 天
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://touchance-1.gitbook.io/touchance/multicharts/hang-qing-chuan-jie.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
