> For the complete documentation index, see [llms.txt](https://yuting0103.gitbook.io/quantbrains/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yuting0103.gitbook.io/quantbrains/qian-zhi-she-ding/untitled.md).

# 前置工作與金鑰輸入

當Multicharts 圖表端都設置好之後（圖表可正常丟出分析檔），便可以開始進行戰略交易平台這邊的設置

![](/files/-MkQvAOIpDoiBtvKmmiP)

從討論區內下載壓縮包之後，在本地端電腦進行解壓縮，可以看到下面的檔案

![](/files/-MkQvRV-Q9XmlbQnW97r)

其中 outputfile\_32.dll/outputfile\_64.dll 為文字檔輸出呼叫用的函式庫，可供 QuantBrains\_Connect (MC端)呼叫使用。 SSCERuntime\_x64-CHT 為微軟所提供的資料庫元件。

GetHardwareID.exe 可用來取得本地端電腦的硬體碼，供註冊金鑰使用

前置安裝步驟:<br>

1. 執行 SSCERuntime\_x64-CHT.exe 進行微軟本地端簡易資料庫元件安裝
2. 使用 GetHardwareID.exe 取得硬體碼，並填寫討論區內的申請表單，即可收到註冊碼
3. 取得註冊碼之後，可在<版本與個人驗證資訊>頁面執行＂功能擴充＂功能，輸入註冊碼後即可進行平台的完整解鎖

![](/files/-MkQviJdV1Kk0IYrAagH)

正確註冊完成之後可以直接在頁面上看到使用期限

![](/files/-MkQvuODxGD-Y01eVm8M)


---

# 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://yuting0103.gitbook.io/quantbrains/qian-zhi-she-ding/untitled.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.
