# Creating/Editing A Strategy

**Can I edit a strategy that I didn’t create?**

* Yes, you can edit a strategy that you didn’t create. However, your changes will be saved as a new copy of the original strategy, and the original strategy will remain unchanged.

**What happens when I remove an address from an ongoing strategy?**

* If you’ve already bought tokens based on trades from the removed address, don’t worry—those tokens will still be sold automatically when the removed address sells them. The system will continue to track and execute the sell orders for tokens you hold, even after the address is removed from your strategy.

**What happens when I add an address to an ongoing strategy?**

* Once you add a new address to an ongoing strategy, you will start copying the trades of that address moving forward. Any new trades executed by the added address will be automatically copied in your strategy.

**What happens when I edit the execution settings of an ongoing strategy?**

* Any trades that occur after you edit the execution settings will follow the new settings. However, copy trade orders that were placed before the edit will still be executed based on the previous settings. For example, if you change your stop-loss from 30% to 50%, the tokens you bought before the change will still be executed at the 30% stop-loss.


---

# 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.candlestick.io/faqs-copy-trading-strategy/creating-editing-a-strategy.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.
