> For the complete documentation index, see [llms.txt](https://help.za.velocitytrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.za.velocitytrade.com/desktop-application-for-windows/windows/strategy-manager/chart-section.md).

# Chart section

The Chart panel displays the current chart for the selected strategy. At the top of the panel, the user can switch between tabs that display the chart itself or its statistics.

![](https://lh5.googleusercontent.com/WzZ3a9fARiR-oyDBTe4unuT0gpuafp9evZCwTISiu9m8cpHMGc21W_Qcw6xivKIzDEoH-Oaw6Kv08Yi3jFNXwp3-3nuCh6o2lo95MAJIsGpMUi8HqsP37ofARQmM-TmH3mXVEXRe)

Below the tabs there is a drop-down list that allows selecting the time period of the displayed data. Next to it there is a button that allows the user to show or hide the drawing toolbar, a button that opens the panel for selecting and adding an indicator and the object manager![](https://lh6.googleusercontent.com/yfqTzY3YQQMRvCqB_9xU_uHZjLe6RgObX32ClmhyeXGN2w7-xAqZaGtH8Xbzmf9UjIzjPOuDsttZFKKAFwVNtn26n51rQzOhXXhmitsJythoNq6540Wzhx3hbfTsdufl6ZFKtgmp).\
Also, in the lower left corner of the Chart section is the "Statistics button", which is depicted as a green triangle. This button allows viewing the statistics for the selected chart. Please note that when one of the strategies is selected, the Statistics window is automatically expanded and displayed on the screen for 10 seconds. After clicking the![](https://lh5.googleusercontent.com/7Hipp3a-lQL_4iOqzIPoElGWI-vQkPaV1Es4Iu7mCiBh1LyCkkqfpe8xIrF2q3k9hykl4qJOg1GlTVOAG5gJ03e5PVPJjiOaa7l3kZhvFIl4rMZmnBDsP4cuR2AmHY67qyE7yOu2)button, it will also be displayed for 10 seconds, if the user needs to monitor statistics continuously, he can click the "Pin" button, which is located in the header of the Statistics window.

![](https://lh3.googleusercontent.com/Hd0uYIlxnLXlqMPnFGemkdO1LLZd3y0KyZ0qgvHCYy3eQhMjVe97Kj9lX2EfS3a8eY303fFA95U3sT0Dk-LiB3cQa8fXIhQdlTc-GVxabUL37wd25XM-fsjLilKXSDH2DF_tCXGK)

On the right side of the panel there is an opportunity to change the price scaling mode, the user can select the automatic mode or scale prices manually. In the lower right part of the panel there are buttons for zooming the chart in and out.

![](https://lh4.googleusercontent.com/VB4lXjggO0J4o-j3bszwCn2c_km8KErLJY63tko9RHS-PY64bT9709CR661TVLVIlwLp9wRvE19KWmQVguSffTNRi6NlZYf0SEtUq_gn5mIpZZRYb7uvjqQihsgs8I-HzzCxtY6s)

The "Statistics" tab contains panels "Performance data" and "Performance charts". "Performance data" panel allows viewing detailed statistics on short and long positions, and combines these indicators into a general one in the "Total" column.

![](https://lh5.googleusercontent.com/24isTPyA7zcoRFU-YUqy2mnsJgx6T_utL9Yzgh0BT-4-ccWVefIFwpnxXZJPpBqbd_cQAzV6D4EM9SW6nEiz667ccL7iyDFozv8esWfps8BE-cFYBx_uB-aQYrOELUSmef8roW9H)

The "Performance charts" panel displays statistics for several metrics that can be selected from the drop-down menu. Cumulative P/L, Aggregate P/L and Trades population are available for displaying.

![](https://lh5.googleusercontent.com/G45l3reF0NApjDbae5c9Mfl_yHUsh_kllghl-VfLX-BLGFqINNrJxdZpVPl0bgbvViZxiiSpespuh_fFwuQHFwrz6BS6oJXnWIvu8O_EEHroDhiqCIr423hfGJdneL0dE2zW9Zmv)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.za.velocitytrade.com/desktop-application-for-windows/windows/strategy-manager/chart-section.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
