# Creating strategies

### Step 1: Accessing the Create Page

Click the **Create** option from the left menu to access the **Create** page or use the **Quick Create** option in the top menu bar.&#x20;

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

### Step 2: Choose an instrument

Choose an instrument to trade by searching for an instrument name or ticker symbol.&#x20;

### Step 3: Select a timeframe

The time frame is the period of time when the price movements take place. This could be anywhere from 3 minute to 60 minutes. For example, if you strategy use a 15 minute timeframe, all price movements will occur across 15 minutes.

### Step 4: Give your strategy a name

Strategies are automatically given a name, so head to the backtest report and edit for a more  memorable name thats easy to find in future.

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

### Step 5: Build your strategy

By mixing and matching just four simple building blocks, you can easily create a wide range of technical trading strategies.

{% embed url="<https://youtu.be/9PQaKeFyV_A?si=H3wrh1DVjtyCxjTQ>" %}

{% hint style="info" %}
**Live trading involves risk as markets can be very volatile and prices can move against you. Only speculate with money you can afford to lose.**
{% endhint %}


---

# 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://trylevel2.gitbook.io/getting-started/create-page/creating-strategies.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.
