# How to optimise your strategies using the backtest simulation

One of the most powerful feature of the Backtest report is the ability to launch simulations around your strategy to identify the worst, best and the current max drawdown percent.

### How simulations are run: <a href="#h_83cb898285" id="h_83cb898285"></a>

The engine creates a dataset to calculate best, and worst max drawdowns by randomising the order of TP and SL hits. The idea is to calculate the best case and worst case scenarios so that you have a limited defined scope which you can use improve your strategy.\
As we know, the less max drawdown the better the strategy, hence the goal should be to always optimise your strategy to match the best case.

The worst case is the one to avoid since then the risk increases and the strategy is considered as unoptimised.

**Important**

Simulations run in real-time (the engine runs your strategy on the latest available market data). Hence, you may find discrepancies with the numbers in your original backtest report. This is because backtest report becomes outdated as soon as you Backtest your strategy from the canvas.

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


---

# 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/how-to-optimise-your-strategies-using-the-backtest-simulation.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.
