# Trend Following

<figure><img src="/files/RetPCixFsKHytgkWQr9i" alt=""><figcaption></figcaption></figure>

[Trend following](https://trade.blackpanther.fi/vault/inj1vh4j56pf5x4sp8a3xklj0v3sq73y6cs4qvul7s) is a popular strategy where trading bots identify and follow market trends. Ideal for both bull and bear markets. Let's dive into how it works!

Trend following bots detect market trends (upward or downward) and make trades aligned with those trends. They use algorithms to analyze market data and execute trades.

In a bull market, trend following bots capitalize on rising prices. They buy early in the trend and sell as the trend peaks, aiming to maximize profits.

During bear markets, these bots can short sell or exit positions to minimize losses. They're programmed to recognize trend reversals quickly.

Trend following bots are powerful tools in a trader's arsenal. They offer a systematic approach to trading, enhancing returns while managing risks.


---

# 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.blackpanther.fi/vaults/trend-following.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.
