> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/english/tables/limits.md).

# Limits

To display this window, from the main menu, select **Tables → Limits**. Columns in a table can be hidden, moved, and resized.

![Displaying Limits in the Tiger.com terminal](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80075019051/original/wCTW_5KYGp-Swa0kEkotaUK5hBgMKU9Jnw.png?1644223283)

| Column        | Description                                                                                                                                                               |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Account       | Account number for which the limits will be taken into account. If an account number is not specified, then the limits will apply to all accounts.                        |
| Symbol        | The abbreviated name of the instrument for which the limits will be taken into account. If an instrument is not specified, then the limits will apply to all instruments. |
| Pos Max Size  | Maximum position size for an instrument.                                                                                                                                  |
| Day Loss      | Maximum daily loss, upon reaching which a trade will be blocked.                                                                                                          |
| Drawdown      | Maximum drawdown, upon reaching which a trade will be blocked.                                                                                                            |
| Total Trades  | Maximum number of transactions that can be made during the day.                                                                                                           |
| Loss Trades   | Maximum number of losing trades that can be made during the day.                                                                                                          |
| Loss Sequense | Maximum number of losing trades in a row that could be completed during the day.                                                                                          |
| Status        | Status that indicates whether trading is allowed or prohibited due to limits being exceeded.                                                                              |

To configure the limits, click the Configure limits button.

![](https://s3-eu-central-1.amazonaws.com/euc-cdn.freshdesk.com/data/helpdesk/attachments/production/80077174083/original/PcFfdJKG6RF5Jz8FU2l9Pj0FGizxwI9yeA.png?1644829012)

* List of configured limits
* Buttons for adding, sorting and deleting limits
* Window with settings of limits parameters
* Set password button — setting a password to access the settings

Specifying the instrument and/or trading account is not necessary. If an instrument and/or trading account is not specified, then limits will be applied to all accounts and/or instruments.

The reset time is the time when the collected statistics on completed transactions will be reset to zero, and trading will be unlocked in the event of blocking, and the accounting of transactions will start over again.


---

# 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://support.tiger.com/english/tables/limits.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.
