> 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/frequently-asked-questions/why-do-i-need-to-set-commission-in-the-terminal.md).

# Why do I need to set commission in the terminal?

To simulate real trading in the **Simulator** mode and to understand the amount of profit or loss taking into account the broker or exchange commission, you need to set the required amount of the commission. To do so, the terminal provides the ability to set this commission up.

{% hint style="info" %}
Commission setup is made manually because trading commissions on stock and crypto exchanges are based on traded volumes of the particular trader. Only the trader knows which traded volumes will be used during trading activity, therefore has an option to while using Simulator or Player trading modes.&#x20;
{% endhint %}

In the **Live** account, the commission charged in the terminal does not affect anything, since it is set and is regulated only by the broker or the exchange.

| Question                                                                      | Answer                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Does Tiger.com charge any commissions for trades?                             | No, it does not. All commissions are formed, calculated, and charged off on the side of the exchange or broker. You can also view their amount and charge-off conditions on the website of the exchange or broker.                                                                                                                                                                                                                                                                                                |
| How do I set up commission?                                                   | <p>You can do this in two ways:</p><ul><li>Go to <strong>Settings →</strong> <a href="/pages/4o1JNRdqHiKZFd2W4o4j"><strong>Instruments</strong> </a><strong>→ Favorite</strong>, add the required instruments, and then select a specific instrument and set a commission for it.</li><li>In the <a href="/pages/Sc9MagV42OVWVKOe5pn5"><strong>Statistics</strong> </a>window, double-click on the trade in the list with the left mouse button and set the amount of the commission in the new window.</li></ul> |
| Where can I see the commissions for trades calculated for the Simulator mode? | In the [**Statistics** ](/english/windows/statistics.md)window.                                                                                                                                                                                                                                                                                                                                                                                                                                                   |


---

# 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/frequently-asked-questions/why-do-i-need-to-set-commission-in-the-terminal.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.
