# 결과페이지 이해하기

전략의 백테스트 결과는 **전략의 효과를 나타내는 통계**를 제공합니다. 결과 데이터를 활용하여 전략을 개선하고 최적화하여 보다 더 높은 효용의 전략을 수립할 수 있습니다. 물론, 과거의 결과가 미래를 항상 대변하지는 않습니다. 긴 기간동안 다양한 환경의 시나리오 테스트를 통해 시사하는 바를 찾을 수 있습니다. 따라서 백테스트 기간은 가능한 한 길게 하는 것이 좋습니다. 우리는 적어도 **10년 이상의 기간을 두고 백테스트한 전략을 활용하는 것을 추천**합니다.


---

# 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.snowball72.com/how-to/backtest-results.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.
