> ## Documentation Index
> Fetch the complete documentation index at: https://tyche.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Auto Trade

> Automated trading strategies for recurring Polymarket markets

Tap **Auto Trade** from the main menu to create and manage automated trading tasks.

The dashboard shows the total number of tasks and how many are currently running.

<Note>
  P\&L is realized only: closed round-trips and settlements are included. Open positions are not included.
</Note>

Each task shows:

| Field         | Description                                  |
| ------------- | -------------------------------------------- |
| Name          | Task name                                    |
| Mode          | Dry Run or Live                              |
| Module        | Strategy type                                |
| Trades (legs) | Total number of trade legs executed          |
| Assets        | Tokens or market scope traded by the task    |
| Timeframes    | Recurring market timeframes, when applicable |
| Win rate      | Percentage of winning closed trades          |
| Volume        | Realized traded volume in USD                |
| P\&L          | Realized profit/loss                         |

Use **Manage** to edit a task, **Start** to activate a paused task, or **Delete** to remove it.

## Strategy types

<CardGroup cols={2}>
  <Card title="Crypto Strategy" icon="bitcoin" href="/trading/crypto-strategy">
    Momentum entries on recurring 5M/15M crypto markets
  </Card>

  <Card title="Limit Bid Strategy" icon="arrow-down-up-across-line" href="/trading/limit-bid-strategy">
    Paired YES/NO limit buys for guaranteed edge when both sides fill
  </Card>

  <Card title="Weather Strategy" icon="cloud-sun" href="/trading/weather-strategy">
    Automated entries on city-by-city daily high/low temperature markets
  </Card>
</CardGroup>

<Note>
  The Weather module currently supports only daily **high** and **low** temperature markets.
</Note>

<Warning>
  Auto Trade can place real orders in Live mode. Always start with **Dry Run** and a small position size before going live.
</Warning>
