# Strategy Builder

## What is Strategy Builder?

**Strategy Builder** is a backtesting tool offered by CoinKarma. Users can customize various parameters to test their strategies. In the future, these user-defined strategies will be deployable for automated trading on the OKX platform (this feature is still under development; currently, only the backtesting tool is available).

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

***

## How to Set Up Strategy Builder

1. Navigate to the **Strategy Editor** and create a backtest.

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

2. After running the backtest, the tool will provide relevant performance data for user reference.

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

***

> **Note:**\
> Running a backtest will consume backtesting credits.


---

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