> 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/zhu-yi-shi-xiang-1.md).

# 注意事項

1. 如果策略有特定出場的需求（像是當沖指定在特定時間一定要出場），為避免策略出場受到專案中最小有效變量的限制，可以拆分成獨立商品。像是台指期商品可以拆成台指期波段、台指期當沖，這樣可以確保台指期\_當沖在特定時間到的時候全數當沖策略都會被清空。如果波段跟當沖策略混放在同一個商品中，當沖策略有可能會因為沒有達到設定的最小有效變量而影響進場與出場的時機。
2. 同上，對於全日盤（含T+1電子盤的時段）策略與只跑熱門時段的策略也可以設定成兩個不同的商品，像是 台指期全日、台指期\_熱門&#x20;


---

# 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/zhu-yi-shi-xiang-1.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.
