# Obside Score

The **Obside Score** is a synthetic estimate of the quality of a **backtest**. It combines three dimensions:

* **Performance** over the tested period.
* **Risk** (drawdown, volatility, loss profile).
* **Statistical reliability** (number of trades, robustness, stability).

The score is displayed automatically at the end of each backtest, and lets you quickly compare multiple versions of the same agent or several agents against each other.

{% hint style="info" %}
The Obside Score applies to **backtests** only. It doesn't reflect live execution performance, which depends on current market context and may diverge from historical results.
{% 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.obside.com/misc/obside-score.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.
