> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/future-development/query-backtests.md).

# Query Backtests

We will be building a backtesting engine for Queries.  Set a query, backtest it, and get a statistical report on how well that query performed against our database of tokens.  At the time of writing, we have over 20,000 tokens stored in our database to give you a deep and rich set to test against and it's always growing.

As with any backtest, past performance is never indicative of future results and all backtests should be walked forward before making any live trades.

As with anything and everything we provide, this is for entertainment purposes only.  It is not financial advice and you should ALWAYS do your own research.

* Backtests are currently provided via static pdf reports. The backend plotting libraries we use are capable of producing interactive plots served via static HTML pages. We will be advancing our backtest service to just that so users are capable of manipulating their backtest.
* Migration to a web-app of SOLBangers is also on our roadmap once we have our Preset Marketplace developed. Backtesting will then migrate to a web-based application for viewing, running, and managing backtests in addition to the Telegram interface to allow users the ability to manage their backtests where they feel most beneficial for their strategy stack.

Refer to our [Backtest Section](/sol-bangers-only/backtests.md) for the latest and [instructions on how to run a Backtest.](/sol-bangers-only/backtests-1.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://sol-bangers-only.gitbook.io/sol-bangers-only/future-development/query-backtests.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.
