> 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/trade-faster.md).

# Trade Faster

H4 is built for fast execution, with tools designed for active traders and scalpers who need speed and precision.

This page summarizes the main features that help users trade faster: disabling biometric confirmation, chart trading, and DOM trading.

***

### Disable Biometrics Confirmation

By default, H4 uses biometric confirmation for trading actions for additional security.

Advanced users can disable biometric confirmation from the Settings page to place trades much faster, with near real-time execution.

This creates a significantly faster trading experience, especially for scalping and high-frequency manual trading.

This setting is recommended for experienced users only.

***

### Chart Trading

H4 allows users to place and manage orders directly from the chart using simple gestures.

A long press on the chart creates a limit order. The order can be moved by dragging to the desired price, while dragging left or right adjusts the size.

Adding a second touch activates Scale Orders, splitting one order into multiple smaller entries for better average execution.

Users can also place Take Profit and Stop Loss levels directly from the chart by long-pressing the position entry price.

This allows fast order placement without leaving the chart view.

***

### DOM Trading

H4 also supports direct trading from the DOM (Depth of Market) for maximum precision.

A single tap on a DOM price level places an order at that exact price.

Double-tapping a row with active orders cancels all orders on that price level.

Users can also adjust the DOM price grouping to change price precision and improve ladder visibility depending on the market.

DOM trading is designed for traders who need faster execution and better control for short-term trading.

***

### Built for Speed

Using these tools together allows H4 to deliver a trading experience that is competitive with desktop platforms while remaining fully mobile.

For the fastest workflow, advanced users typically combine:

* Disabled biometric confirmation
* Chart trading for quick visual execution
* DOM trading for precise entries and exits


---

# 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/trade-faster.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.
