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

# DOM Trading

H4 supports direct trading from the DOM for users who want tighter price control and greater execution granularity.

<figure><img src="/files/qd2j1HAK6V3FVK33lETl" alt="" width="188"><figcaption></figcaption></figure>

The chart can be transformed into the DOM from the chart bottom-right controls.

<figure><img src="/files/oK0wmQeJkh8ZjnhqdreD" alt="" width="188"><figcaption></figcaption></figure>

The DOM price ladder grouping is configurable below the ladder, which lets the user choose price precision.

A single touch on a DOM row places an order at that row’s price.

If one or more orders already exist on a row, double-pressing that row cancels all orders resting at that price.

DOM order size is controlled by the same size input used in the controls section.


---

# 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.h4.world/dom-trading.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.
