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

# HK Stocks

### Trading Sessions & Order Price Caps

| **Session**                                    | **HK local time**               | **Limit Order Price Cap**                            | **Market Order Price Cap**                                                  |
| ---------------------------------------------- | ------------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------------- |
| <p>Market Open (Morning Session)<br><br></p>   | 09:30 AM →12:00 PM HKT          | the same as crypto perpetual trading pairs           | the same as crypto perpetual trading pairs                                  |
| Lunch Break (off hours)                        | 12:00 PM → 1:00 PM HKT          | > 5% more aggressive than MarkPrice will be rejected | > 5% more aggressive than MarkPrice will be rejected                        |
| <p>Market Open (Afternoon Session)<br><br></p> | 1:00 PM\~4:00 PM HKT            | the same as crypto perpetual trading pairs           | the same as crypto perpetual trading pairs                                  |
| <p>Market Close（off hrs）<br><br></p>           | 4:00 PM\~9:30 AM HKT (next day) | > 5% more aggressive than MarkPrice will be rejected | Can fill up to 5% more aggressive than MarkPrice, the rest will be canceled |

### EWMA-Smoothed Mode is active during:

| **Session**                     | **HK local time**                   |
| ------------------------------- | ----------------------------------- |
| Market Close (off hrs)          | 04:00 PM→09:30 AM HKT               |
| Lunch Break                     | 12:00 PM→13:00 PM  HKT              |
| <p>Weekend<br><br></p>          | 04:00 PM→09:30 AM HKT (Next monday) |
| <p>Public holiday<br><br></p>   | 00:00→23:59 HKT                     |
| <p>Half-day Trading<br><br></p> | 12:00 HKT after market close        |

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.asterdex.com/trading/perpetuals/stock-perpetuals/hk-stocks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
