# How to Create a New Backtest?

1. **Go** **to the details page of the strategy you want to backtest and click “Create a New Backtest.”**

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

2. **Choose the symbol you want to backtest.**

<figure><img src="/files/0YFyoisNwG03eNkND3D6" alt=""><figcaption></figcaption></figure>

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

3. **Choose the Test Date Range**

* You can choose to select last 3 months, last 6 months, and last year.

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

* Or you can select based on crypto and macroeconomic cycles, like “Bitcoin Bullish,” to backtest the strategy during historical Bitcoin bull markets.

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

* You can also customize your time range:

First, input the new date range name, e.g., “2023 Consolidation Phase.”

<div align="center"><figure><img src="/files/u7b2jlutCyTBx6uvlQZc" alt=""><figcaption></figcaption></figure></div>

<figure><img src="/files/39HgbAzmi8Nw4OgUNj4f" alt=""><figcaption></figcaption></figure>

Then, click the red tag to select the time interval.&#x20;

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

You can add a range from date X to date Y, or choose the last X (hour, day, week, month, year).

<div align="center"><figure><img src="/files/MOEW5ligP1Czvq5rHTl7" alt=""><figcaption></figcaption></figure></div>

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

4. **Confirm the Interval**

The backtest will be performed using the bar chart interval of your selection,  such as 1 hour, 1 day, or 1 week.&#x20;

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

5. **Advanced Settings (Optional)**

Click the button in the top right corner for advanced settings where you can modify the strategy's parameters and backtest settings.

<div align="center"><figure><img src="/files/6grdN2XIvdks56CIgUzq" alt=""><figcaption></figcaption></figure></div>

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

6. **Start Backtesting**

After setting up, click “Start Backtest.”

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

You’ll then see the performance of the strategy for the custom time range you selected.

<figure><img src="/files/Xob5MFYwtvYoYojMZHT8" 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:

```
GET https://multiplesx.gitbook.io/help/how-to-create-a-new-backtest.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.
