# Momentum Reversal

> 动量与反转策略指南，包括行为金融学基础、动量反转效应的成因和A股量化策略。适用于需要理解和实施动量/反转投资策略的场景。

- **Type:** Skill
- **Install:** `agentstack add skill-feicoder-skill-factory-momentum-reversal`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [FeiCoder](https://agentstack.voostack.com/s/feicoder)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [FeiCoder](https://github.com/FeiCoder)
- **Source:** https://github.com/FeiCoder/Skill-Factory/tree/main/produced_skill/stock-selection/momentum-reversal

## Install

```sh
agentstack add skill-feicoder-skill-factory-momentum-reversal
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 动量反转策略

## 基本概念

### 动量效应

过去一段时间强的股票，在未来一段时间继续保持强势。

### 反转效应

过去一段时间弱的股票，在未来一段时间会变强。

### 关键问题

- 强势/弱势持续多长时间？
- 幅度有多大？

## 行为金融学基础

### 有效市场假说(EMH)

-  Fama于1965年提出
- 假设投资者理性
- 价格反映所有信息

### 市场异象

EMH无法解释的现象：
- 羊群效应
- 小公司效应
- 股权溢价之谜

## 行为金融理论

### 1. 羊群效应

- 投资者观察并模仿他人交易
- 信息不对称时容易产生
- 导致股价过度上涨或下跌

### 2. 小公司效应

- 小盘股收益率高于大盘股
- 1月份效应特别明显
- 部分由信息不对称导致

### 3. 反应过度与反应不足

- **过度反应**：投资者过分重视近期数据
- **反应不足**：投资者不能及时修正预测

### 4. 动量与反转效应

- **动量**：短期强势持续
- **反转**：长期趋势反转

## 阿尔法动量模型

### 核心理念

利用历史收益率的序贯相关性：
- 短期（1-12个月）：动量效应
- 长期（3-5年）：反转效应

### 选股策略

1. **动量策略**：买入过去强势股
2. **反转策略**：买入过去弱势股

## A股市场特点

### 动量效应

- 存在但不明显
- 持续时间较短
- 短期（1个月）效果较好

### 反转效应

- 中期（3个月）反转较明显
- 长期效应不明显
- 热点切换频繁

## 策略构建

### 参数选择

| 参数 | 范围 | 说明 |
|------|------|------|
| 观测期 | 1-12个月 | 过去收益计算周期 |
| 持有期 | 1-12个月 | 组合持有周期 |
| 分组数 | 3-5组 | 股票分组数量 |

### 策略类型

1. **多空策略**
   - 买入赢家组合
   - 卖空输家组合
   - 市场中性

2. **多头策略**
   - 只买入赢家组合
   - 不需要融券

### 收益计算

采用几何平均值：
```
组合收益 = (Π(1+ri))^(1/n) - 1
```

## 实证结论

### 风格动量

- 短期（1个月）存在动量
- 中期（3个月）反转明显
- 长期不明显

### 行业动量

- 1个月动量效应显著
- 3个月反转效应显著
- 建议以3个月为周期

## 注意事项

1. **交易成本**：频繁交易侵蚀收益
2. **流动性**：小盘股可能有流动性风险
3. **时效性**：动量效应可能快速消失
4. **市场环境**：牛熊市表现不同

## 实践建议

- 短期动量：1个月观测/持有
- 中期反转：3个月观测/持有
- 组合分组：5组分组
- 配合止损策略

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [FeiCoder](https://github.com/FeiCoder)
- **Source:** [FeiCoder/Skill-Factory](https://github.com/FeiCoder/Skill-Factory)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-feicoder-skill-factory-momentum-reversal
- Seller: https://agentstack.voostack.com/s/feicoder
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
