> For the complete documentation index, see [llms.txt](https://docs.tuleep.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuleep.trade/trade/scale-by-size.md).

# Scale by size

<figure><img src="/files/7iPG54bZT6lMjPmpzvns" alt=""><figcaption><p>tuleep.trade scale by size</p></figcaption></figure>

The scale-by-size trade component allows you to place ladder orders to fine-tune your entry price into a trade. It provides the granularity to create multiple orders with varying sizes at different price levels.

Additionally, you can use the component to exit a position by toggling the "reduce-only" option. This will ensure that only orders that reduce your position size will be executed.

{% hint style="info" %}
You can enable the "preview" mode to experiment with the sliders and preview how the orders would be created.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.tuleep.trade/trade/scale-by-size.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.
