# Why is profit in the bot different from profit on the exchange (PnL)?

The profitability indicator in the Hash7 bot may differ from the exchange's profitability indicator (PnL) for several reasons:&#x20;

The Hash7 trading bot calculates general profit from completed transactions, generating returns from completed trades and does not include the exchange fee charged from the user when a transaction is made. These fee may vary from exchange to exchange. Additionally, on exchanges such as Binance, there is a possibility of [fees discount](https://www.binance.com/en/support/faq/how-to-use-bnb-to-pay-for-fees-and-earn-25-discount-115000583311).&#x20;

Furthermore, exchange profitability takes into account all unrealized losses, unlike the Hash7 bot's profitability calculation, which calculates profit only from completed transactions.

In other words, the exchange calculates the current value of all assets at the moment, forming the profitability indicator. Since your bot is in active mode, there are constantly open trades for tokens whose prices fluctuate.&#x20;

<mark style="color:purple;">**An example for simplicity:**</mark> Suppose the bot shows a profit of 10 USDT over a period. The exchange profitability for the same period is 5 USDT relative to the total investment amount. Your bot is active with 2 open positions, and you set the slider to "Stop Buying." During the day, the bot sells all assets when the token reaches the desired price. The overall profit in the bot is now 12 USDT. The exchange account profitability is also very close to 12 USDT (there will always be a slight difference due to exchange fees).

In other words, when stopping and fully unloading positions from the Hash7 bot, the profitability within the bot and on the exchange will be practically identical but never absolutely equal due to exchange fees.&#x20;


---

# Agent Instructions: 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://hash7-gitbook.gitbook.io/en/faq/trading-bots-strategies/why-is-profit-in-the-bot-different-from-profit-on-the-exchange-pnl.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.
