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

# Limit Orders

> Automate your trades with take profit, stop loss, and more.

Limit orders let you automate trades based on price conditions. Set your targets and the bot handles execution.

<Note>
  Limit orders are created in the [Shuriken Terminal](https://app.shuriken.trade). Use Telegram Bot to view and manage your active orders.
</Note>

## Order Types

<AccordionGroup>
  <Accordion title="Take Profit (TP)">
    Automatically sell when the price rises to your target.

    **Use case:** Lock in gains at a specific price point.

    **Example:** Sell 50% of your position when the token reaches \$10M market cap.
  </Accordion>

  <Accordion title="Stop Loss (SL)">
    Automatically sell when the price drops to your limit.

    **Use case:** Protect against losses if the token dumps.

    **Example:** Sell your entire position if the price drops 50% from entry.
  </Accordion>

  <Accordion title="Buy Dip">
    Automatically buy when the price drops to your target.

    **Use case:** Enter a position at a lower price.

    **Example:** Buy when the token drops to \$5M market cap.
  </Accordion>

  <Accordion title="Buy Above">
    Automatically buy when the price rises above a threshold.

    **Use case:** Enter on breakout or momentum confirmation.

    **Example:** Buy when the token breaks above \$20M market cap.
  </Accordion>
</AccordionGroup>

## Viewing Orders

Access the Orders panel from the main menu to see all active limit orders.

Each order displays:

| Field      | Description                                   |
| ---------- | --------------------------------------------- |
| Order Type | Take Profit, Stop Loss, Buy Dip, or Buy Above |
| Token      | The token symbol                              |
| Target     | Your target price or market cap               |
| Current    | Current price with percentage from target     |
| Amount     | Token amount and wallet name                  |
| Chain      | SOL, BSC, or MON indicator                    |

## Cancelling Orders

To cancel an active order:

<Steps>
  <Step title="Open Orders Panel">
    Navigate to the Orders panel from the main menu.
  </Step>

  <Step title="Find the Cancel Button">
    Below the order list, you'll see cancel buttons for each order labeled with the token symbol and order type (e.g., "DO (SL)" for a Stop Loss on DO token).
  </Step>

  <Step title="Cancel">
    Tap the cancel button matching the order you want to remove. The order is cancelled immediately.
  </Step>
</Steps>

## Notifications

When a limit order triggers, you'll receive a notification with:

| Status    | Description                              |
| --------- | ---------------------------------------- |
| Triggered | Order conditions met, executing trade    |
| Success   | Trade completed successfully             |
| Failed    | Trade execution failed                   |
| Cancelled | Order was manually cancelled             |
| Expired   | Order expired before conditions were met |
