# Risk & Reward

### Overview

The Risk & Reward section allows you to test different trade setups by adjusting stop-loss lookback periods and risk/reward ratios.

***

### Functionality

Modifying these settings helps evaluate how various risk management strategies would have performed historically.&#x20;

This is useful for understanding potential drawdowns, profits, and the overall balance between risk and reward.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2FtR7BdaNSHt2aIq2udbtz%2F35.PNG?alt=media&#x26;token=45f9c040-498a-416a-be08-56f35d6f155e" alt=""><figcaption></figcaption></figure>

***

{% hint style="info" %}

#### Usage Tips

Experiment with different risk reward ratios and [stop-loss lookback](https://docs.astraalgo.com/resources/materials/settings-glossary) periods to identify settings that align with your trading style and market conditions.
{% endhint %}

***


---

# 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.astraalgo.com/toolkits/backtester/risk-and-reward.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.
