# 전략배분

전략배분은 기존의 만들어진 전략들을 기반으로 그 전략들을 혼합하여 새로운 전략을 만드는 것입니다.

### 정적 전략배분

여러개의 전략을 정적 자산배분과 같이 비중을 결정하고 리밸런싱 해 나가며 운용해 나가는 전략을 말합니다.

### 동적 전략배분

여러가지 전략을 모멘텀(추세), 위험회피 등 각종 동적 자산배분 기능을 적용하여 리밸런싱 시점마다 선택하여 운용해 나가는 전략을 말합니다. 이 전략배분은 여러가지 우수한 전략들이 구간별로 성과 차이가 나는 것을 혼합하여 보다 더 안정성을 높이고, 꾸준한 성과를 내고자 하는 목표를 가집니다. 따라서, 각 전략별로 상관관계를 참고하시어 전략배분을 수립하시는 것이 더욱 효과적입니다. 전략목록에서  해당 전략과 타 전략과의 상관관계를 보실 수 있습니다.


---

# 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/mix_strategies.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.
