# Placing an Order

### To create a Market Order

* In the Home section, click on the instrument you wish to trade from the watchlist.

<figure><img src="/files/U5g0JYpq5KrdyZfi3kcv" alt="" width="184"><figcaption></figcaption></figure>

* A pop-up with two options, "Trade" and "Chart," will appear.&#x20;

<figure><img src="/files/uo5XWGprXtLIF98sI5ge" alt="" width="188"><figcaption></figcaption></figure>

* Select the "Trade" option to proceed to the New Order modal. Here, you will need to specify your preferences, including the **Side**, **Order Type**, **Quantity**, and **Time in Force**. Once all options are configured, click the **Buy** or **Sell** button at the bottom to execute the order.

<figure><img src="/files/zSB1pUP5rtI6FFOjSMTE" alt="" width="183"><figcaption></figcaption></figure>

* If you wish to view the chart first, click on the "Chart" option in the Home section. This will take you to the chart of the selected instrument.

<figure><img src="/files/VkM06Wchodg57soaPuqR" alt="" width="188"><figcaption></figcaption></figure>

* &#x20;From the chart screen, you can click the **Buy** or **Sell** buttons located at the bottom, which will direct you to the same New Order modal.

<figure><img src="/files/il0YQAHh0O9iT8x5ZsJl" alt="" width="182"><figcaption></figcaption></figure>

* After execution, your active trade will be visible in the **Trade** section under **Positions** ta&#x62;**.**

<figure><img src="/files/7BcoU7ncftlAnDTdi4jX" alt="" width="135"><figcaption></figcaption></figure>

### To create a Pending Order

* In the **Order** modal, choose the appropriate order type: **Limit**, **Stop**, or **Stop Limit**. Then, specify the **Side**, **Quantity**, and **Time in Force** based on your preferences. Finally, click the Buy/Sell button at the bottom to submit your order.

<figure><img src="/files/FCdUrxPcb1NyndH24dBP" alt="" width="135"><figcaption></figcaption></figure>

* Once your order is placed, it will appear in the **Trade** section under the **Orders** tab, pending activation. The order will be triggered when the market price reaches the specified price level you set and move to **Positions** tab.

<figure><img src="/files/FZpXaTZwILZ7RsvXc1CQ" alt="" width="135"><figcaption></figcaption></figure>

Source: <https://docs.agenatrader.com/mobile-trader/placing-an-order>


---

# 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.tradersyard.com/mobile-trader/placing-an-order.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.
