# Order Queueing

TradersPost will queue trades and execute them at the next market open in certain scenarios. We do this in scenarios where the broker would otherwise reject the order and it is better to queue it on the TradersPost side and send it to the broker for execution at the next market open.

![Queued trade for the next market open.](/files/6bx8Y45JZvCU2lkCLjUS)

{% hint style="warning" %}
You are only allowed one queued trade per strategy subscription and ticker. If you send multiple trades for the same strategy subscription and ticker, previous older trades will be replaced with newer trades.
{% 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.traderspost.io/docs/learn/platform-concepts/order-queueing.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.
