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

# Tiger.com subscriptions

Tiger.com offers four subscription plans: FREE, LITE, PRO, and ULTRA.

Each plan includes everything from the previous tier and adds new capabilities across the risk manager, trading journal, market screener, and group alerts, along with increased commission rebate.

Plans can be billed monthly or annually — annual billing comes with a **15%** discount. A **3-day** free trial is available for the ULTRA plan.

***

### Plan comparison

|                                      | FREE                            | LITE          | PRO           | ULTRA         |
| ------------------------------------ | ------------------------------- | ------------- | ------------- | ------------- |
| **Binance commission rebate**        | **25%** (**35%** with referral) | up to **38%** | up to **40%** | up to **45%** |
| **Trading journal history**          | 1 month                         | 3 months      | 6 months      | Full history  |
| **Group alerts: group creation**     | Not available                   | Not available | Up to 1 group | Unlimited     |
| **Discord and Telegram integration** | Not available                   | Not available | Available     | Available     |
| **VIP support**                      | Not available                   | Not available | Not available | Available     |
| **History simulator**                | Not available                   | Not available | Not available | Available     |

***

### Risk manager

The risk manager helps control drawdown and automatically limits trading once set thresholds are exceeded.

#### FREE

* Risk manager events and history
* USDT drawdown from the start-of-day balance
* Self-lock on editing settings
* Lock duration — until end of day

#### LITE

Everything in FREE, plus:

* Drawdown in %
* Drawdown from the maximum balance for the day

#### PRO

Everything in LITE, plus:

* Lock duration — until end of day **and by the hour** (more flexible configuration)

#### ULTRA

Everything in PRO, plus:

* Trigger only after all positions are closed
* Trigger based on realized PnL
* Restrict withdrawals when the risk manager triggers or the "Trading pause" feature is enabled
* Block transfers between sub-accounts
* Daily trade count limit
* Daily losing trade count limit

> Advanced risk manager triggers (realized PnL, withdrawal and transfer restrictions, trade count limits) are available **only on the ULTRA plan**.

***

### Trading journal

The trading journal collects trade statistics and stores trading history.

#### FREE

* Trading history: 1 month
* Summary: general overview only
* Export trade screenshots

#### LITE

* Trading history: 3 months
* Summary: general overview
* MFE and MAE (maximum favorable/adverse excursion)
* Screenshot uploads for trades

#### PRO

Everything in LITE, plus:

* Trading history: 6 months
* Summary: monthly and weekly analysis

#### ULTRA

Everything in PRO, plus:

* Trading history: unlimited (full history)
* Custom dashboard

***

### Market screener

The market screener is a tool for tracking and analyzing trading instruments in real time.

#### FREE

* View the default workspace
* Widgets, density settings, market map, composites, and external alert integrations are not available

#### LITE

* Up to 1 workspace
* Up to 3 widgets
* Density settings — limited
* Market map — available
* Composites and external alert integrations — not available

#### PRO

* Up to 3 workspaces
* Widgets — unlimited
* Density settings — unlimited
* Up to 3 composites
* External alert integrations — unlimited

#### ULTRA

* Workspaces, widgets, density settings, and composites — unlimited
* External alert integrations — unlimited

***

### Group alerts

Group alerts let you receive and broadcast trading signals, including via Discord and Telegram.

#### FREE

* Receiving alerts — available
* Creating alerts and groups — not available
* Notifications: 3 per day
* Discord and Telegram alerts — not available

#### LITE

Everything in FREE, plus:

* Creating alerts — available
* Notifications — unlimited
* Group creation still not available

#### PRO

Everything in LITE, plus:

* Group creation — up to 1 group
* Discord and Telegram alerts — available

#### ULTRA

Everything in PRO, plus:

* Group creation — unlimited

***

### Other features

| Feature                              | FREE                            | LITE          | PRO           | ULTRA         |
| ------------------------------------ | ------------------------------- | ------------- | ------------- | ------------- |
| Binance commission rebate            | **25%** (**35%** with referral) | up to **38%** | up to **40%** | up to **45%** |
| Set leverage across all sub-accounts | ✗                               | ✗             | ✓             | ✓             |
| Web terminal strategies              | ✗                               | ✗             | ✓             | ✓             |
| History simulator                    | ✗                               | ✗             | ✗             | ✓             |
| VIP support                          | ✗                               | ✗             | ✗             | ✓             |

***

### Billing

* Monthly and annual billing available
* Annual billing comes with a **15%** discount on any plan
* A free **3-day** trial is available on the ULTRA plan

Subscribe here: <https://broker.tiger.com/ru/subscription/>


---

# 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://broker-docs.tiger.com/english-2/welcome/tiger.com-subscriptions.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.
