# What happens if the bot will buy and doesn't sell because of a falling market?

If you believe the market will fall, you can do one of the following points:

1. Turn off pbuyings. The next time the price of the asset rises, the bot will sell the purchased positions. Then you can wait for a convenient entry point, for example, when the price stabilizes at some levels, as flat is an ideal environment for the bot;
2. You can change the strategy to “Bear market”, then the bot will trade without stopping, but at the same time stretching your deposit for a large possible drawdown;
3. You can limit the number of steps to a minimum in order to have a reserve for averaging, and add steps as needed;

You can set a range of asset prices in the bot, when you exit the range, the bot will not buy. This is useful when you clearly understand that the price is moving in a certain range and going beyond it would be dangerous to buy the asset at the highest prices.


---

# 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/what-happens-if-the-bot-will-buy-and-doesnt-sell-because-of-a-falling-market.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.
