# Custom Parameters

### Overview

Custom Parameters let you define your own take-profit and stop-loss percentages for backtesting trades.

***

### Functionality

By customizing these levels, you can see how different exit strategies would impact trade outcomes and performance metrics.&#x20;

This flexibility allows for fine-tuning without altering the underlying signal logic.

<figure><img src="https://3113917155-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxV91cNNQkONgozNmjlhi%2Fuploads%2F293UVs2jom6wqcmIumzx%2F36.PNG?alt=media&#x26;token=8cfea29b-14c2-4e7e-96dc-ae594faa79a1" alt=""><figcaption></figcaption></figure>

***

{% hint style="info" %}

#### Usage Tips

Test multiple TP/SL combinations to find settings that optimize historical performance while matching your risk tolerance.
{% 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/custom-parameters.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.
