# Backtester

Backtester panel is a chart which can be used to show backtests conducted on historical data. Backtester panel is opened by default in Backtesting tab.

![](/files/-LhA2QParLW_8z6KH73V)

In the toolbar of the panel, a user can find 2 buttons:&#x20;

* Drawing tools<img src="/files/-Lh-xVHYZkjgIb-DXS60" alt="" data-size="original">  – allow to open the drawing toolbar;&#x20;
* Object manager<img src="/files/-Lh-xjoLNHRznwRwbBqn" alt="" data-size="original">– shows drawings which were applied to the chart with their settings and short information.

The following options are available in the context menu of the panel:

* Style – allows to select type of the Chart displaying (Bars, Candles, Line, etc.);
* Info Window – allows to show/hide info window and select the style of its displaying;
* Drawing tools – allows to add other useful objects and drawings to the Chart (Lines, Andrew's pitchfork, Price channel etc.);
* Refresh – allows to reload the chart data and redraw the panel;
* View – allows to select visible elements for the Chart panel (Grid, Volume bars, etc.);
* Settings – allows to open Chart panel settings.


---

# 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://guide.traderevolution.com/project/evocode/backtesting-panel/backtester.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.
