# Portfolio examples

Let's consider you decide to invest $1500 in BTC. You have the option to configure a relatively conservative strategy, such as: `Pair=BTCUSDT, Lot=10, Sell=10, Limit=1500, Profit=1, Buy more=0, Period=1440`

Under this strategy, Sampo will initiate the purchase of BTC for 10 USDT upon the first buy signal. If, after 1440 minutes (24 hours), the average position price decreases by over 0 percent and a subsequent buy signal is generated, Sampo will adjust the position by acquiring an additional 10 USDT worth of BTC. This process will continue iteratively until the 1500 USDT limit is achieved. When the market price surpasses the average position price by 1% and a sell signal is triggered, Sampo will secure profits by selling 10% of the present position.

For those inclined to take on more risk (and consequently, potential profitability), various parameters can be adjusted. For instance, you could increase the lot size, adjust the frequency of purchases, or modify the averaging limit and take-profit thresholds. These adaptations can lead to a more aggressive buying approach. Conversely, you also have the flexibility to reduce the frequency of purchases and increase the frequency of taking profits for a more conservative strategy.


---

# 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.sampoprotocol.com/manual-mode/portfolio-examples.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.
