# Chase Orders

{% hint style="info" %}
Note: all commands operate on the currently viewed instrument only
{% endhint %}

|                                                                                                      |                                                                                                           |                                                                                                                                                                     |
| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`chase <side> <size>`**                                                                            | Start a limit chase for the given side and size terminating only on fill or cancel                        | <p><em><code>chase buy 100</code></em><br><em><code>chase buy 5000$</code></em><br><em><code>chase sell 0.1</code></em><br><em><code>chase sell 15%</code></em></p> |
| <p><strong><code>chase cancel</code></strong><br><strong><code>chase cancel keep</code></strong></p> | Cancel a running chase. Specify ‘keep’ to keep the order in the orderbook                                 |                                                                                                                                                                     |
| **`chase <side> <size> to <length>`**                                                                | Start a limit chase terminating at the given length which can be a price, a percentage or a number of USD | <p><em><code>chase buy 100 to 0.1%</code></em><br><em><code>chase sell 0.1 to -10</code></em></p>                                                                   |
| **`chase <side> <size> reduce`**                                                                     | Start a limit chase to close a full position or a portion of it                                           | <p><em><code>chase buy 100% reduce</code></em><br><em><code>chase sell 50% reduce</code></em></p>                                                                   |


---

# 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.insilicoterminal.com/documentation/terminal-cli/chase-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.
