# Limit Orders

## Limit Buy

{% columns %}
{% column %}

1. Choose the **Buy** option.
2. Set the order type to **Limit**.
3. To change the purchase wallet, click the wallet name to open a dropdown menu and select one or multiple wallets.<br>

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>The amount of SOL / USD1 selected will be the purchase amount for <strong>each</strong> wallet.</p></div>
4. Set the trigger price, noting the green line moving on the chart.&#x20;
5. Specify the amount to purchase.
6. Choose from your [Profiles / Settings](/trading-on-trojan/profiles-settings.md), or set one up if necessary.
7. Review Transaction settings.
8. Enable or disable [Auto-Sell](/trading-on-trojan/trojan-swaps/auto-sell.md).  Set up custom T/P or S/L if needed.
9. Click **Place Limit Order.**
   {% endcolumn %}

{% column valign="middle" %}

<figure><img src="/files/dMOSgcHmiWJGaz2kjU6v" alt="A sample limit buy panel, depicting a trigger point of -10%"><figcaption><p>Use Limit Buy to Buy the dip!</p></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

<figure><img src="/files/G3dKXOe0zPK42ZpaGXjo" alt="A limit buy panel adjacent to a portion of the chart, depicting how the green buy line moves in conjunction with the trigger price." width="492"><figcaption><p>Adjust the trigger price, and the Buy or Sell line on the chart follows.</p></figcaption></figure>

***

## Limit Sell

<figure><img src="/files/GaRr4o08KSdgK0qcdMqf" alt="A sample limit sell panel, depicting selling your initials at a 2X by setting the trigger price to 100%, and the sell amount to 50%." width="375"><figcaption><p>Take Profit - Sell initials at a 2x</p></figcaption></figure>

{% hint style="success" %}
Use the tabs below to learn about **Stop Loss** and **Take Profit** orders.
{% endhint %}

{% tabs %}
{% tab title="Limit Sell - Take Profit (T/P)" %}
**To set a Take Profit (T/P) Limit Order:**

1. Choose the **Sell** option.
2. Set the order type to **Limit**.
3. Specify the amount to sell.
   1. If % is showing, enter a % of your holdings to sell (or use a preset), or click on it to change to SOL / USD1.
   2. If SOL / USD1 is showing, enter an amount to sell (or use a preset), or click on it to change to %.&#x20;
   3. Click **Sell Init** to sell initials.&#x20;
4. For the Trigger, specify the **positive** % change in price:
   1. Choose to display Market Cap or Price by clicking on either.
   2. Enter the % directly, or adjust the slider.
5. Choose from your [Profiles / Settings](/trading-on-trojan/profiles-settings.md), or set one up if necessary.
6. Review Transaction settings.
7. Click **Place Limit Order**.
   {% endtab %}

{% tab title="Limit Sell - Stop Loss (S/L)" %}
**To set a Stop Loss (S/L) Limit Order:**

1. Choose the **Sell** option.
2. Set the order type to **Limit.**
3. Specify the amount to sell.
   1. If % is showing, enter a % of your holdings to sell (or use a preset), or click on it to change to SOL / USD1
   2. If SOL / USD1  is showing, enter an amount to sell (or use a preset), or click on it to change to %.&#x20;
   3. Click **Sell Init** to sell initials.&#x20;
4. For the trigger, specify the **negative** % change in price:
   1. Choose to display Market Cap or Price by clicking on either.
   2. Enter the % directly, or adjust the slider.
   3. Note the <mark style="color:red;">red</mark> line on the chart changes with your trigger setting, providing visual confirmation.
5. Choose from your [Profiles / Settings](/trading-on-trojan/profiles-settings.md), or set one up if necessary.
6. Review Transaction settings.
7. Click **Place Limit Order.**
   {% endtab %}
   {% endtabs %}

{% hint style="info" %}
View your active orders at any time on the [Orders](/terminal-overview/orders.md) Page, or the Trade Page under **Active Orders.**
{% endhint %}

{% hint style="info" %}

#### Switch Sell Amount Display: % or SOL / USD1&#x20;

Tap the % or SOL / USD1 icon to toggle how sell amounts display:

* **% Mode:** Choose from 25%, 50%, 75%, or 100% of your position.\
  → Customize these presets in the Trade Panel or Trade Profile settings.
* **SOL / USD1  Mode:** Sell fixed amounts like 0.1, 0.5, 1, or 5 SOL.\
  → Adjust these values directly in the Trade Panel only.
  {% endhint %}


---

# 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.trojan.com/trading-on-trojan/trojan-swaps/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.
