# Sequential Market

Sequential market feature allows you to dispatch your entry order into several separate market orders at regular intervals.

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

In this example, if you have an initial entry size of 5 000 USD, when entering a position, the bot will start by sending 1 market order of 1 000 USD, then another order of the same amount 1 second later,  and will do it again once you have reached 5 total orders and 5 000 USD position.


---

# 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.runbot.io/risk-management-boxes/entry-in-position-methods/sequential-market.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.
