> For the complete documentation index, see [llms.txt](https://docs.coinkarma.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coinkarma.co/features-guide/strategy-builder.md).

# Strategy Builder

## 什麼是Strategy Builder

Strategy Builder 是 CoinKarma 的回測工具，用戶可以自行設定各種參數去進行回測，後續可將自行設定的策略部署至 OKX 平台進行自動化交易（此功能仍在開發中，目前僅上線回測工具）。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfi6FCBMOncfQ4d7lamE7izTcjBTX1fCiJPEYcYRw6eYaFsPFJKH3FRZo8hZwRMmilGuqV4ax0VHGXmnsH9Lf23l561wErgdtvQZsRQLyjiDbKoHaW0fy-U2u_ehwD-ytpBazV4?key=luLiz2GY4XjFT_nYY-mTIQJp" alt=""><figcaption></figcaption></figure>

## 如何設定Strategy Builder

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcfJ3x9Q7R70tSegukazsstsH0bTERkXL5BQOjLNeJkN2pj0ZtovLJ_FDxQk3BrCb4n8kYuieBo0gRXl44FInEiQS74bs-KtOXxTLLS5jbtQoW2gR-W2JrJ_cF-MhsErWs9kgLbVg?key=luLiz2GY4XjFT_nYY-mTIQJp" alt=""><figcaption></figcaption></figure>

用戶可至策略編輯器-建立回測，回測後會提供相關回測數據供用戶參考。

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXduzJTtpQVG08da_r0-kg1B5yy4phVcuAbdPrz8q68B2_5FnC6bmdmaa6aeogjMpqa63mKeJ-R5LEi5zguVctw4K0nIM2pR-AFEKXNNqD6rxomjM5XaAuurPti0pR_B3txo6dDDOQ?key=luLiz2GY4XjFT_nYY-mTIQJp" alt=""><figcaption></figcaption></figure>

> 提醒：進行回測會消耗回測點數。


---

# 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://docs.coinkarma.co/features-guide/strategy-builder.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.
