> For the complete documentation index, see [llms.txt](https://docs.bitbrokertrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bitbrokertrade.com/english/untitled/error-messages/the-trader-does-not-make-any-purchases-what-goes-wrong.md).

# The trader does not make any purchases, what goes wrong?

With the BBT strategy, the trader works according to a fixed format: purchase only at the start of the upward trend, provided there is no other trade within a certain bandwidth (1.5%) and there is sufficient balance (€ 50) on the euro account in the exchange. (There must be **Euros** in your account!)

During the price rise, the BBT strategy does not make any purchases.

If there is **not enough euro** balance (minimum € 50) available on your exchange account, the trader cannot make purchases.

It is also possible that you do not have any credits, that you have **not linked the API** or that you have set **too large a reserved amount**. (in short: there is no euro balance available)

If the trader does not make a purchase, one of these criteria is not met.


---

# 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.bitbrokertrade.com/english/untitled/error-messages/the-trader-does-not-make-any-purchases-what-goes-wrong.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.
