# Pending Limit Orders (GTC)

A Pending Limit Order allows takers, sub-takers or masters (on behalf of a client) to place orders at a specific price, even if the orders are not immediately executable. This is a Good 'til canceled (GTC) type of an order.&#x20;

The order remains active until it is either fully executed or cancelled by the client. When placing the order, the trader specifies a limit price, which acts as a guideline—serving as a maximum for buys or a minimum for sells. However, this limit serves only as a reference: the trade may be completed at a better  price. If a better market price is available at the time of order creation, the order will be executed immediately. This approach allows the client to benefit from better market conditions while complying with the defined parameters.

### How to use

To place a Pending Limit Order, navigate to Trading -> Order Book and enter the size and desired price. While risk management checks are not applied when the GTC order is placed, all orders associated with its execution will be subject to the applicable risk management rules.

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

Open orders, including non-executed or partially executed ones, can be found in the Orders Widget on the trading page.

<figure><img src="/files/IwCHosort1M3TbMefgYV" alt="" width="375"><figcaption></figcaption></figure>

Each GTC order has a breakdown of the orders involved in the execution process

<figure><img src="/files/Xh3VZSlH5Yuqf0thlkVJ" alt="" width="375"><figcaption></figcaption></figure>

A dedicated Pending Orders Table is available under History -> Orders -> PLO, displaying real-time statuses such as Open, Filled, and Canceled. This provides users with a clear and organized view of all pending orders.

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

To place or manage Pending Limit Orders, please refer to our [API](/api-reference/rest-api/trading/orders-and-order-book/pending-limit-orders.md).


---

# 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://faq.finerymarkets.com/product-features/trading/pending-limit-orders-gtc.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.
