# Limit Orders

## Buy Limit Orders

<figure><img src="/files/lNvjzbElhTUvVSv1ObuE" alt=""><figcaption></figcaption></figure>

* Select buy
* Click the limit tab
* Select the wallet (or wallets) you want to use. [*Learn more about multi-wallet swaps*](https://docs.vyper.trade/vyper-terminal/trading/multi-wallet-swaps)
* Input the price, marketcap, and percentage up/down, or drag the limit order line on the chart to the target you want the order to execute.&#x20;
* Input the amount of SOL you wish to use to buy
* Select the transaction setting for optimal speed and execution. *Learn more about transaction settings.*
* Press the main action button to create the order

## Sell Limit Orders

<figure><img src="/files/1ZtF6IWI8pMmAXQMBSJD" alt=""><figcaption></figcaption></figure>

* Select sell
* Click the limit tab
* Select the wallet (or wallets) you want to use. [*Learn more about multi-wallet swaps*](https://docs.vyper.trade/vyper-terminal/trading/multi-wallet-swaps)
* Input the price, marketcap, and percentage up/down, or drag the limit order line on the chart to the target you want the order to execute.&#x20;
* Input the percentage or token amount you wish to use to sell
* Select the transaction setting for optimal speed and execution. *Learn more about transaction settings.*
* Press the main action button to create the order

### Take Profit Order

* To place a take profit order create a sell limit order above the current price

### Stoploss Order

* To place a take profit order create a sell limit order below the current price

## Chart Price Targets

Vyper makes placing limit orders at the perfect target easy. Simply select the limit tab, a line on the chart will appear and you'll be able to drag the line to the exact target you wish the order to execute at.

## Limit Orders FAQ

* Orders are executed when the target is reached.
* Orders can be edited directly on the chart by dragging the order line to the desired price/ marketcap.
* You can view active orders in the orders tab. From there you'll be able to delete the order.&#x20;
* Once the target is reached, the transaction will execute you'll get notifications on when its pending and successfully executed or failed.&#x20;
* When orders are successfully executed, you'll be able to view your purchase in Trade History


---

# 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.vyper.trade/vyper/trading/limit-orders.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.
