> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/support/ko/faq/trading/backtesting.md).

# 백테스팅

**Strategy Studio는 추적 손절과 기타 장중 주문을 어떻게 시뮬레이션하나요?** Strategy Studio는 사용자가 선택한 시간대의 OHLC 캔들에서 전략을 실행합니다. 이익실현, 손절, 추적 손절, 지정가 주문의 경우, 각 전략 바 내부의 더 낮은 시간대 캔들을 확인하여 트리거가 언제 발생했는지 판단합니다. 이를 통해 전략 캔들의 종가에만 의존하는 대신 TradingView의 Bar Magnifier와 유사한 장중 정밀도를 제공합니다.

엔진은 개별 틱이 아니라 여전히 캔들 데이터를 사용합니다. 이는 고빈도 또는 틱 수준의 체결 연구가 아니라 캔들 시간대를 기준으로 의사결정하는 전략을 위해 설계되었습니다.


---

# 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://minara.ai/docs/support/ko/faq/trading/backtesting.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.
