> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/pt/copy-trading/traders/manage-strategy.md).

# Como Gerenciar Suas Estratégias

Para aprender como criar uma Estratégia, ganhar seguidores e começar a negociar, certifique-se de conferir nosso breve guia para iniciantes para traders: [Início Rápido (Comerciantes): Como Criar uma Estratégia.](/help-center/pt/copy-trading/traders/quick-start-how-to-create-a-strategy.md)

***

## Como Gerenciar uma Estratégia

Todas as estratégias ativas de um trader são refletidas em [Minhas Estratégias](https://margex.com/app/copytrading/accounts).

<img src="https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/1_MS_My_Accounts_b140cc90a6.png" alt="1MSMyAccounts.png" width="563">

Além disso, a seção de Histórico de **Transações das Estratégias** pode ser encontrada aqui. Ela contém informações detalhadas sobre todas as transações relacionadas às suas Estratégias, incluindo depósitos/saques e Recompensas:

<img src="https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/3_MS_Transactions_History_4b96d4285b.png" alt="3MSTransactionsHistory.png" width="563">

1. Clique em uma Estratégia para abrir a página principal da Estratégia. Aqui, os traders podem ajustar os parâmetros e [configurações da Estratégia](/help-center/pt/copy-trading/traders/strategy-settings.md), revisar o histórico de posições, detalhes dos seguidores, etc.

<img src="https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/2_MS_Strategy_Page_aff31ba9c3.png" alt="2MSStrategyPage.png" width="563">

2. Para começar a negociar com sua Estratégia, acesse a página de [Negociação ](https://margex.com/app/trade)e clique no botão de menu suspenso para abrir a janela de seleção de Estratégia. Em seguida, clique na Estratégia desejada para começar a negociar:

<figure><img src="/files/21eemuzpIrULRHWeDVe5" alt=""><figcaption></figcaption></figure>

Para saber mais sobre a negociação na Margex, certifique-se de consultar nossos artigos do centro de ajuda sobre [negociação com alavancagem](/help-center/pt/leverage-trading-guide/how-leverage-works.md) na Margex.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.margex.com/help-center/pt/copy-trading/traders/manage-strategy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
