# Backtesting

Strategy backtesting is a powerful tool for traders, allowing them to assess the effectiveness of trading strategies using historical data. By simulating trades over past market conditions, backtesting provides insights into a strategy’s potential profitability and risks without exposing real capital. This process enables traders to refine strategies, set realistic performance expectations, and reduce emotional bias. Moreover, backtesting helps brokers improve client engagement by offering more reliable, data-driven strategies, which can increase trader confidence and activity. Overall, backtesting supports better decision-making, minimises risk, and drives greater trading volume and client satisfaction.

{% embed url="<https://youtu.be/1EabFDh8IeE?si=CTFSgaekEGFzR7dv>" %}


---

# 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://trylevel2.gitbook.io/getting-started/test-page/backtesting.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.
