# 注意事項

1. 專案內文字檔案輸出（傳送至下單機），不同的專案須輸出至不同目錄，如果不同的專案指向相同的輸出目錄，會產生商品文字檔資訊互蓋的問題，嚴重可能會導致下單的原地重複進出場
2. 如果策略有特定出場的需求（像是當沖指定在特定時間一定要出場），為避免策略出場受到專案中最小有效變量的限制，可以拆分成獨立商品。像是台指期商品可以拆成台指期波段、台指期當沖兩個商品，這樣可以確保台指期\_當沖在特定時間到的時候全數當沖策略都會被清空。如果波段跟當沖策略混放在同一個商品中，當沖策略有可能會因為沒有達到設定的最小有效變量而影響進場與出場的時機。
3. 同上，對於全日盤（含T+1電子盤的時段）策略與只跑熱門時段的策略也可以設定成兩個不同的商品，像是 台指期全日、台指期\_熱門&#x20;


---

# 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://yuting0103.gitbook.io/quantbrains/zi-jin-guan-li-zhuan-an-qb-ping-tai/zhu-yi-shi-xiang.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.
