# Strategy editor

A strategy in Gunbot is a collection of settings that can be assigned to one or more trading pairs. These pairs will then trade according to the assigned settings.

On **Strategies** you can view and modify strategy presets, or create your own custom strategies.

{% hint style="info" %}
Make sure to read up on [Gunbot strategies](/wiki/trading-strategy-options/about-gunbot-strategies.md) before you start trading.

On the strategy pages you can find detailed explanations for each buy and sell method, as well as documentation for all available strategy parameters.
{% endhint %}

## Create a new strategy

![](/files/-MMRGJavs29cp5_LHGD2)

Set a nickname for your strategy (this can be anything you want, but don't use blank spaces in the nickname), and select the main methods for buying and selling. Hit the **Create** button to save the new strategy.

You can create an unlimited number of strategies.

## Modify an existing strategy

Click on a strategy nickname to edit its settings.

![](/files/-MKdp19icZ4dTJ-JI4Bw)

## Duplicating and renaming strategies

When you duplicate a strategy a copy is created with a random tag at the end of the strategy name.

When you rename a strategy, strategy assignment for pairs does not get automatically updated. If you want to use a renamed strategy on existing pairs, make sure to assign the strategy to the pairs.

## Editors for bitRage and Market Maker

If you're a bitRage or Market Maker user, you can use the strategy editor in a different layout to manage the strategies for these modules.

Just create a new strategy with both bitRage or Market Maker as buy and sell method, and the strategy editor opens in a different layout showing only the relevant settings in categories that make sense for bitRage and Market Maker.


---

# 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://gunthy.gitbook.io/wiki/how-to-work-with-gunbot/editing-strategies-and-pairs/strategy-editor.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.
