# What is the difference between Updown strategy and BitBrokerTrade strategy?

The **Bitbrokertrade strategy** works with a MACD indicator (price trend calculation). He only buys when the rising price trend starts. He only sells when the price trend changes from rising to falling. This strategy works with price candles of 5 minutes.

**Updown strategy** follows the price with candles of 1 minute and buys every 1.5% price rise / fall (regardless of the price trend of that moment). Updown sells as soon as the target percentage is reached, unless the previous price candle is lower than the current one, then it waits for the next one (so if the price is rising, it waits for the highest point. Updown strategy also buys in a falling market.


---

# 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://docs.bitbrokertrade.com/english/untitled/explanation-functionalities/what-is-the-difference-between-updown-strategy-and-bitbrokertrade-strategy.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.
